[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.119] [INFO] Initializing BusSpeedStateManager V2 [2025-08-26,12:41:44.124] [INFO] LocationSqlManager initialising [2025-08-26,12:41:44.125] [INFO] Location DB initialising [2025-08-26,12:41:44.134] [INFO] LocationSqlManager initialisation complete [2025-08-26,12:41:44.135] [DEBUG] UploadManager Init [2025-08-26,12:41:44.135] [DEBUG] UploadManager Init Complete [2025-08-26,12:41:44.138] [INFO] Initializing GPS... [2025-08-26,12:41:44.140] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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' [2025-11-07,10:59:39.179] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,10:59:39.213] [INFO] LocationSqlManager initialising [2025-11-07,10:59:39.214] [INFO] Location DB initialising [2025-11-07,10:59:39.225] [INFO] LocationSqlManager initialisation complete [2025-11-07,10:59:39.226] [DEBUG] UploadManager Init [2025-11-07,10:59:39.226] [DEBUG] UploadManager Init Complete [2025-11-07,10:59:39.230] [INFO] Initializing GPS... [2025-11-07,10:59:39.232] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,11:01:27.226] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-07,11:01:28.542] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-07,11:01:29.820] [DEBUG] Log Upload Complete! [2025-11-07,16:30:38.725] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,16:30:38.730] [INFO] LocationSqlManager initialising [2025-11-07,16:30:38.731] [INFO] Location DB initialising [2025-11-07,16:30:38.742] [INFO] LocationSqlManager initialisation complete [2025-11-07,16:30:38.743] [DEBUG] UploadManager Init [2025-11-07,16:30:38.743] [DEBUG] UploadManager Init Complete [2025-11-07,16:30:38.748] [INFO] Initializing GPS... [2025-11-07,16:30:38.750] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,16:32:27.203] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-07,16:32:28.512] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-07,16:32:29.814] [DEBUG] Log Upload Complete! [2025-11-07,16:34:31.172] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,16:34:31.178] [INFO] LocationSqlManager initialising [2025-11-07,16:34:31.178] [INFO] Location DB initialising [2025-11-07,16:34:31.189] [INFO] LocationSqlManager initialisation complete [2025-11-07,16:34:31.190] [DEBUG] UploadManager Init [2025-11-07,16:34:31.191] [DEBUG] UploadManager Init Complete [2025-11-07,16:34:31.196] [INFO] Initializing GPS... [2025-11-07,16:34:31.199] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,16:36:19.203] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-07,16:36:20.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( [2025-11-07,16:36:21.752] [DEBUG] Log Upload Complete! [2025-11-07,16:39:19.388] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-07,16:39:20.755] [DEBUG] Remote Access Enabled [2025-11-07,16:39:21.832] [INFO] Server Address: 138.201.17.179 [2025-11-07,16:39:21.832] [INFO] Server Port: 7000 [2025-11-07,16:39:21.837] [DEBUG] Starting Remote Access! 2025-11-07 16:39:21.981 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-07 16:39:21.981 [I] [client/service.go:294] try to connect to server... 2025-11-07 16:39:22.421 [I] [client/service.go:286] [cf77266203701b4e] login to server success, get run id [cf77266203701b4e] 2025-11-07 16:39:22.422 [I] [proxy/proxy_manager.go:173] [cf77266203701b4e] proxy added: [KA01MS8977] 2025-11-07 16:39:22.568 [I] [client/control.go:168] [cf77266203701b4e] [KA01MS8977] start proxy success [2025-11-07,16:42:36.987] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,16:42:36.991] [INFO] LocationSqlManager initialising [2025-11-07,16:42:36.992] [INFO] Location DB initialising [2025-11-07,16:42:37.001] [INFO] LocationSqlManager initialisation complete [2025-11-07,16:42:37.002] [DEBUG] UploadManager Init [2025-11-07,16:42:37.002] [DEBUG] UploadManager Init Complete [2025-11-07,16:42:37.005] [INFO] Initializing GPS... [2025-11-07,16:42:37.006] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,16:44:25.111] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,16:44:25.115] [INFO] LocationSqlManager initialising [2025-11-07,16:44:25.116] [INFO] Location DB initialising [2025-11-07,16:44:25.126] [INFO] LocationSqlManager initialisation complete [2025-11-07,16:44:25.127] [DEBUG] UploadManager Init [2025-11-07,16:44:25.128] [DEBUG] UploadManager Init Complete [2025-11-07,16:44:25.131] [INFO] Initializing GPS... [2025-11-07,16:44:25.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-11-07,16:46:13.069] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-07,16:46:14.548] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-07,16:46:15.872] [DEBUG] Log Upload Complete! [2025-11-07,16:47:07.384] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,16:47:07.389] [INFO] LocationSqlManager initialising [2025-11-07,16:47:07.390] [INFO] Location DB initialising [2025-11-07,16:47:07.401] [INFO] LocationSqlManager initialisation complete [2025-11-07,16:47:07.402] [DEBUG] UploadManager Init [2025-11-07,16:47:07.403] [DEBUG] UploadManager Init Complete [2025-11-07,16:47:07.406] [INFO] Initializing GPS... [2025-11-07,16:47:07.408] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,16:48:56.115] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-07,16:48:57.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( [2025-11-07,16:48:58.796] [DEBUG] Log Upload Complete! [2025-11-07,16:49:43.403] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,16:49:43.407] [INFO] LocationSqlManager initialising [2025-11-07,16:49:43.408] [INFO] Location DB initialising [2025-11-07,16:49:43.417] [INFO] LocationSqlManager initialisation complete [2025-11-07,16:49:43.418] [DEBUG] UploadManager Init [2025-11-07,16:49:43.418] [DEBUG] UploadManager Init Complete [2025-11-07,16:49:43.420] [INFO] Initializing GPS... [2025-11-07,16:49:43.422] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,16:51:31.964] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-07,16:51:33.393] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-07,16:51:34.720] [DEBUG] Log Upload Complete! [2025-11-07,16:54:32.133] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-07,16:54:33.536] [DEBUG] Remote Access Enabled [2025-11-07,16:54:34.617] [INFO] Server Address: 138.201.17.179 [2025-11-07,16:54:34.618] [INFO] Server Port: 7000 [2025-11-07,16:54:34.624] [DEBUG] Starting Remote Access! 2025-11-07 16:54:34.767 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-07 16:54:34.768 [I] [client/service.go:294] try to connect to server... 2025-11-07 16:54:35.206 [I] [client/service.go:286] [ed9db0765ceeed1a] login to server success, get run id [ed9db0765ceeed1a] 2025-11-07 16:54:35.207 [I] [proxy/proxy_manager.go:173] [ed9db0765ceeed1a] proxy added: [KA01MS8978] 2025-11-07 16:54:35.351 [I] [client/control.go:168] [ed9db0765ceeed1a] [KA01MS8978] start proxy success [2025-11-07,17:05:02.366] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-07,17:05:03.747] [DEBUG] 6 processes running of frp type [2025-11-10,14:00:31.653] [INFO] Initializing BusSpeedStateManager V2 [2025-11-10,14:00:31.657] [INFO] LocationSqlManager initialising [2025-11-10,14:00:31.658] [INFO] Location DB initialising [2025-11-10,14:00:31.668] [INFO] LocationSqlManager initialisation complete [2025-11-10,14:00:31.668] [DEBUG] UploadManager Init [2025-11-10,14:00:31.669] [DEBUG] UploadManager Init Complete [2025-11-10,14:00:31.672] [INFO] Initializing GPS... [2025-11-10,14:00:31.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' [2025-11-10,14:02:20.356] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-10,14:02:21.683] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,14:02:23.085] [DEBUG] Log Upload Complete! [2025-11-10,14:05:20.556] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-10,14:05:21.928] [DEBUG] Remote Access Enabled [2025-11-10,14:05:23.006] [INFO] Server Address: 138.201.17.179 [2025-11-10,14:05:23.007] [INFO] Server Port: 7000 [2025-11-10,14:05:23.010] [DEBUG] Starting Remote Access! 2025-11-10 14:05:23.140 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-10 14:05:23.141 [I] [client/service.go:294] try to connect to server... 2025-11-10 14:05:23.602 [I] [client/service.go:286] [5cdd07f4f8ab44ad] login to server success, get run id [5cdd07f4f8ab44ad] 2025-11-10 14:05:23.603 [I] [proxy/proxy_manager.go:173] [5cdd07f4f8ab44ad] proxy added: [KA01MS8978] 2025-11-10 14:05:23.752 [I] [client/control.go:168] [5cdd07f4f8ab44ad] [KA01MS8978] start proxy success [2025-11-10,14:05:37.959] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-10,14:05:39.316] [DEBUG] 6 processes running of frp type [2025-11-10,14:08:21.344] [INFO] Initializing BusSpeedStateManager V2 [2025-11-10,14:08:21.349] [INFO] LocationSqlManager initialising [2025-11-10,14:08:21.349] [INFO] Location DB initialising [2025-11-10,14:08:21.359] [INFO] LocationSqlManager initialisation complete [2025-11-10,14:08:21.359] [DEBUG] UploadManager Init [2025-11-10,14:08:21.360] [DEBUG] UploadManager Init Complete [2025-11-10,14:08:21.362] [INFO] Initializing GPS... [2025-11-10,14:08:21.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' [2025-11-10,14:10:08.911] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-10,14:10:10.326] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,14:10:11.666] [DEBUG] Log Upload Complete! [2025-11-10,14:13:09.061] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-10,14:13:10.442] [DEBUG] 6 processes running of frp type [2025-11-10,14:14:47.120] [INFO] Initializing BusSpeedStateManager V2 [2025-11-10,14:14:47.126] [INFO] LocationSqlManager initialising [2025-11-10,14:14:47.127] [INFO] Location DB initialising [2025-11-10,14:14:47.138] [INFO] LocationSqlManager initialisation complete [2025-11-10,14:14:47.139] [DEBUG] UploadManager Init [2025-11-10,14:14:47.140] [DEBUG] UploadManager Init Complete [2025-11-10,14:14:47.144] [INFO] Initializing GPS... [2025-11-10,14:14:47.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' [2025-11-10,14:16:35.967] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-10,14:16:37.291] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,14:16:38.615] [DEBUG] Log Upload Complete! [2025-11-10,14:18:05.320] [INFO] Initializing BusSpeedStateManager V2 [2025-11-10,14:18:05.327] [INFO] LocationSqlManager initialising [2025-11-10,14:18:05.328] [INFO] Location DB initialising [2025-11-10,14:18:05.339] [INFO] LocationSqlManager initialisation complete [2025-11-10,14:18:05.340] [DEBUG] UploadManager Init [2025-11-10,14:18:05.341] [DEBUG] UploadManager Init Complete [2025-11-10,14:18:05.345] [INFO] Initializing GPS... [2025-11-10,14:18:05.348] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,14:19:54.083] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-10,14:19:55.425] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,14:19:57.061] [DEBUG] Log Upload Complete! [2025-11-10,14:22:56.007] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-10,14:22:57.801] [DEBUG] Remote Access Enabled [2025-11-10,14:22:59.042] [INFO] Server Address: 138.201.17.179 [2025-11-10,14:22:59.043] [INFO] Server Port: 7000 [2025-11-10,14:22:59.047] [DEBUG] Starting Remote Access! 2025-11-10 14:22:59.208 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-10 14:22:59.209 [I] [client/service.go:294] try to connect to server... 2025-11-10 14:23:00.856 [I] [client/service.go:286] [b1477e4412bfede9] login to server success, get run id [b1477e4412bfede9] 2025-11-10 14:23:00.856 [I] [proxy/proxy_manager.go:173] [b1477e4412bfede9] proxy added: [DTN57CB6699] 2025-11-10 14:23:01.011 [I] [client/control.go:168] [b1477e4412bfede9] [DTN57CB6699] start proxy success [2025-11-10,14:24:49.863] [INFO] Initializing BusSpeedStateManager V2 [2025-11-10,14:24:49.867] [INFO] LocationSqlManager initialising [2025-11-10,14:24:49.868] [INFO] Location DB initialising [2025-11-10,14:24:49.877] [INFO] LocationSqlManager initialisation complete [2025-11-10,14:24:49.878] [DEBUG] UploadManager Init [2025-11-10,14:24:49.878] [DEBUG] UploadManager Init Complete [2025-11-10,14:24:49.881] [INFO] Initializing GPS... [2025-11-10,14:24:49.883] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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-10,16:30:29.965] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-10,16:30:31.352] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:30:32.939] [DEBUG] Log Upload Complete! [2025-11-10,16:30:47.203] [INFO] Initializing BusSpeedStateManager V2 [2025-11-10,16:30:47.207] [INFO] LocationSqlManager initialising [2025-11-10,16:30:47.207] [INFO] Location DB initialising [2025-11-10,16:30:47.217] [INFO] LocationSqlManager initialisation complete [2025-11-10,16:30:47.217] [DEBUG] UploadManager Init [2025-11-10,16:30:47.218] [DEBUG] UploadManager Init Complete [2025-11-10,16:30:47.220] [INFO] Initializing GPS... [2025-11-10,16:30:47.222] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:36.297] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-10,16:35:38.089] [DEBUG] Remote Access Enabled [2025-11-10,16:35:39.644] [INFO] Server Address: 138.201.17.179 [2025-11-10,16:35:39.644] [INFO] Server Port: 7000 [2025-11-10,16:35:39.649] [DEBUG] Starting Remote Access! 2025-11-10 16:35:39.790 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-10 16:35:39.791 [I] [client/service.go:294] try to connect to server... 2025-11-10 16:35:40.891 [I] [client/service.go:286] [8b9906732d555006] login to server success, get run id [8b9906732d555006] 2025-11-10 16:35:40.892 [I] [proxy/proxy_manager.go:173] [8b9906732d555006] proxy added: [DTN57CB6699] 2025-11-10 16:35:41.214 [I] [client/control.go:168] [8b9906732d555006] [DTN57CB6699] start proxy success [2025-11-10,16:30:47.419] [INFO] Initializing BusSpeedStateManager V2 [2025-11-10,16:30:47.423] [INFO] LocationSqlManager initialising [2025-11-10,16:30:47.424] [INFO] Location DB initialising [2025-11-10,16:30:47.433] [INFO] LocationSqlManager initialisation complete [2025-11-10,16:30:47.434] [DEBUG] UploadManager Init [2025-11-10,16:30:47.434] [DEBUG] UploadManager Init Complete [2025-11-10,16:30:47.437] [INFO] Initializing GPS... [2025-11-10,16:30:47.439] [INFO] Starting location capture [2025-11-12,15:32:38.398] [INFO] Initializing BusSpeedStateManager V2 [2025-11-12,15:32:38.405] [INFO] LocationSqlManager initialising [2025-11-12,15:32:38.406] [INFO] Location DB initialising [2025-11-12,15:32:38.416] [INFO] LocationSqlManager initialisation complete [2025-11-12,15:32:38.417] [DEBUG] UploadManager Init [2025-11-12,15:32:38.417] [DEBUG] UploadManager Init Complete [2025-11-12,15:32:38.420] [INFO] Initializing GPS... [2025-11-12,15:32:38.422] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-12,15:34:54.018] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,15:34:55.446] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-12,15:34:57.199] [DEBUG] Log Upload Complete! [2025-11-12,15:37:54.085] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,15:37:55.531] [DEBUG] Remote Access Enabled [2025-11-12,15:37:56.720] [INFO] Server Address: 138.201.17.179 [2025-11-12,15:37:56.722] [INFO] Server Port: 7000 [2025-11-12,15:37:56.727] [DEBUG] Starting Remote Access! 2025-11-12 15:37:56.885 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-12 15:37:56.886 [I] [client/service.go:294] try to connect to server... 2025-11-12 15:37:57.794 [I] [client/service.go:286] [32d92095717d1e31] login to server success, get run id [32d92095717d1e31] 2025-11-12 15:37:57.795 [I] [proxy/proxy_manager.go:173] [32d92095717d1e31] proxy added: [DTN57CC4444] 2025-11-12 15:37:58.080 [I] [client/control.go:168] [32d92095717d1e31] [DTN57CC4444] start proxy success [2025-11-12,15:50:07.618] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,15:50:09.469] [DEBUG] 6 processes running of frp type 2025-11-12 16:02:15.533 [I] [client/service.go:294] [32d92095717d1e31] try to connect to server... 2025-11-12 16:02:16.717 [I] [client/service.go:286] [32d92095717d1e31] login to server success, get run id [32d92095717d1e31] 2025-11-12 16:02:16.718 [I] [proxy/proxy_manager.go:173] [32d92095717d1e31] proxy added: [DTN57CC4444] 2025-11-12 16:02:18.722 [I] [client/control.go:168] [32d92095717d1e31] [DTN57CC4444] start proxy success [2025-11-12,16:05:22.829] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,16:05:30.786] [DEBUG] 6 processes running of frp type [2025-11-12,16:10:22.079] [INFO] Initializing BusSpeedStateManager V2 [2025-11-12,16:10:22.083] [INFO] LocationSqlManager initialising [2025-11-12,16:10:22.084] [INFO] Location DB initialising [2025-11-12,16:10:22.093] [INFO] LocationSqlManager initialisation complete [2025-11-12,16:10:22.094] [DEBUG] UploadManager Init [2025-11-12,16:10:22.094] [DEBUG] UploadManager Init Complete [2025-11-12,16:10:22.097] [INFO] Initializing GPS... [2025-11-12,16:10:22.099] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-12,16:12:24.832] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,16:12:31.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-12,16:12:38.171] [DEBUG] Log Upload Complete! [2025-11-12,16:15:24.844] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,16:15:31.617] [DEBUG] Remote Access Enabled [2025-11-12,16:15:37.774] [INFO] Server Address: 138.201.17.179 [2025-11-12,16:15:37.775] [INFO] Server Port: 7000 [2025-11-12,16:15:37.780] [DEBUG] Starting Remote Access! 2025-11-12 16:15:37.912 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-12 16:15:37.913 [I] [client/service.go:294] try to connect to server... 2025-11-12 16:15:38.842 [I] [client/service.go:286] [c05ae73fdf8e18bb] login to server success, get run id [c05ae73fdf8e18bb] 2025-11-12 16:15:38.843 [I] [proxy/proxy_manager.go:173] [c05ae73fdf8e18bb] proxy added: [DTN57CC4444] 2025-11-12 16:15:39.140 [I] [client/control.go:168] [c05ae73fdf8e18bb] [DTN57CC4444] start proxy success [2025-11-12,16:20:17.820] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,16: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' [2025-11-12,16:35:18.153] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,16:35:24.777] [DEBUG] 6 processes running of frp type [2025-11-12,16:39:19.237] [INFO] Initializing BusSpeedStateManager V2 [2025-11-12,16:39:19.243] [INFO] LocationSqlManager initialising [2025-11-12,16:39:19.244] [INFO] Location DB initialising [2025-11-12,16:39:19.255] [INFO] LocationSqlManager initialisation complete [2025-11-12,16:39:19.257] [DEBUG] UploadManager Init [2025-11-12,16:39:19.257] [DEBUG] UploadManager Init Complete [2025-11-12,16:39:19.262] [INFO] Initializing GPS... [2025-11-12,16:39:19.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' [2025-11-12,16:41:22.884] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,16:41:34.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( [2025-11-12,16:41:41.788] [DEBUG] Log Upload Complete! [2025-11-12,16:44:22.865] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,16:44:29.525] [DEBUG] Remote Access Enabled [2025-11-12,16:44:35.770] [INFO] Server Address: 138.201.17.179 [2025-11-12,16:44:35.772] [INFO] Server Port: 7000 [2025-11-12,16:44:35.777] [DEBUG] Starting Remote Access! 2025-11-12 16:44:35.905 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-12 16:44:35.906 [I] [client/service.go:294] try to connect to server... 2025-11-12 16:44:36.801 [I] [client/service.go:286] [e4c30d98f68320ec] login to server success, get run id [e4c30d98f68320ec] 2025-11-12 16:44:36.801 [I] [proxy/proxy_manager.go:173] [e4c30d98f68320ec] proxy added: [DTN57CC4444] 2025-11-12 16:44:37.095 [I] [client/control.go:168] [e4c30d98f68320ec] [DTN57CC4444] start proxy success [2025-11-12,16:50:17.205] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,16:50:23.900] [DEBUG] 6 processes running of frp type [2025-11-12,16:41:46.733] [INFO] Initializing BusSpeedStateManager V2 [2025-11-12,16:41:46.740] [INFO] LocationSqlManager initialising [2025-11-12,16:41:46.741] [INFO] Location DB initialising [2025-11-12,16:41:46.751] [INFO] LocationSqlManager initialisation complete [2025-11-12,16:41:46.753] [DEBUG] UploadManager Init [2025-11-12,16:41:46.753] [DEBUG] UploadManager Init Complete [2025-11-12,16:41:46.757] [INFO] Initializing GPS... [2025-11-12,16:41:46.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' [2025-11-12,22:56:24.456] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,22:56:31.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-11-12,22:56:38.445] [DEBUG] Log Upload Complete! [2025-11-12,22:59:24.483] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,22:59:31.078] [DEBUG] Remote Access Enabled [2025-11-12,22:59:37.639] [INFO] Server Address: 138.201.17.179 [2025-11-12,22:59:37.640] [INFO] Server Port: 7000 [2025-11-12,22:59:37.645] [DEBUG] Starting Remote Access! 2025-11-12 22:59:37.783 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-12 22:59:37.784 [I] [client/service.go:294] try to connect to server... 2025-11-12 22:59:38.606 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-12 22:59:38.609 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-12 22:59:38.925 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-12,23:05:17.588] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,23:05:25.820] [DEBUG] 6 processes running of frp type [2025-11-12,23:20:17.304] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,23: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' [2025-11-12,23:35:17.873] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,23:35:24.449] [DEBUG] 6 processes running of frp type [2025-11-12,23:50:17.049] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-12,23:50:23.620] [DEBUG] 6 processes running of frp type [2025-11-13,00:05:17.834] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,00:05:24.352] [DEBUG] 6 processes running of frp type [2025-11-13,00:20:17.667] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-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' [2025-11-13,00:35:17.913] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,00:35:24.479] [DEBUG] 6 processes running of frp type [2025-11-13,00:50:18.226] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,00:50:24.790] [DEBUG] 6 processes running of frp type [2025-11-13,01:05:17.007] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,01:05:23.613] [DEBUG] 6 processes running of frp type [2025-11-13,01:20:18.172] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,01: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' [2025-11-13,01:35:17.310] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,01:35:23.958] [DEBUG] 6 processes running of frp type [2025-11-13,01:50:17.555] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,01:50:24.093] [DEBUG] 6 processes running of frp type [2025-11-13,02:05:17.435] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,02:05:24.003] [DEBUG] 6 processes running of frp type [2025-11-13,02:20:17.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,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' [2025-11-13,02:35:17.925] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,02:35:24.410] [DEBUG] 6 processes running of frp type [2025-11-13,02:50:17.862] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,02:50:24.655] [DEBUG] 6 processes running of frp type [2025-11-13,03:05:18.004] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,03:05:24.598] [DEBUG] 6 processes running of frp type [2025-11-13,03:20:17.861] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,03: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' [2025-11-13,03:35:18.094] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,03:35:24.812] [DEBUG] 6 processes running of frp type [2025-11-13,03:50:17.636] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,03:50:24.113] [DEBUG] 6 processes running of frp type 2025-11-13 04:01:44.344 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-13 04:01:44.498 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-13 04:01:46.659 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-13 04:01:46.671 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-13 04:01:51.007 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-13 04:02:01.009 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-13 04:02:01.010 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-13 04:02:03.932 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-13 04:02:03.933 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-13 04:02:04.222 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-13,04:05:17.744] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,04:05:24.329] [DEBUG] 6 processes running of frp type [2025-11-13,04:20:17.622] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,04: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' [2025-11-13,04:35:17.500] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,04:35:24.039] [DEBUG] 6 processes running of frp type [2025-11-13,04:50:17.651] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,04:50:24.252] [DEBUG] 6 processes running of frp type [2025-11-13,05:05:17.539] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,05:05:24.164] [DEBUG] 6 processes running of frp type [2025-11-13,05:20:17.479] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,05: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' [2025-11-13,05:35:17.845] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,05:35:24.404] [DEBUG] 6 processes running of frp type [2025-11-13,05:50:17.503] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,05:50:24.071] [DEBUG] 6 processes running of frp type [2025-11-13,06:05:17.234] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,06:05:23.882] [DEBUG] 6 processes running of frp type [2025-11-13,06:20:17.166] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,06: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' [2025-11-13,06:35:17.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,06:35:24.246] [DEBUG] 6 processes running of frp type [2025-11-13,06:50:18.085] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,06:50:24.642] [DEBUG] 6 processes running of frp type [2025-11-13,07:05:18.426] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,07:05:25.622] [DEBUG] 6 processes running of frp type [2025-11-13,07:20:18.133] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,07: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-11-13,07:35:17.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,07:35:24.549] [DEBUG] 6 processes running of frp type [2025-11-13,07:50:16.977] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,07:50:24.583] [DEBUG] 6 processes running of frp type [2025-11-13,08:02:17.910] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,08:02:24.471] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,08:02:32.086] [DEBUG] Log Upload Complete! [2025-11-13,08:05:17.955] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,08:05:24.870] [DEBUG] 6 processes running of frp type [2025-11-13,08:20:17.609] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,08: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-11-13,08:35:17.706] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,08:35:24.298] [DEBUG] 6 processes running of frp type [2025-11-13,08:50:17.811] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,08:50:24.434] [DEBUG] 6 processes running of frp type [2025-11-13,09:05:17.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,09:05:24.374] [DEBUG] 6 processes running of frp type [2025-11-13,09:20:17.653] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,09:20:25.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' [2025-11-13,09:35:17.432] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,09:35:24.005] [DEBUG] 6 processes running of frp type [2025-11-13,09:50:17.675] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,09:51:29.280] [DEBUG] 6 processes running of frp type [2025-11-13,10:05:17.936] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,10:05:24.519] [DEBUG] 6 processes running of frp type [2025-11-13,10:20:17.746] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,10: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' [2025-11-13,10:35:18.022] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,10:35:24.602] [DEBUG] 6 processes running of frp type [2025-11-13,10:50:17.703] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,10:50:24.227] [DEBUG] 6 processes running of frp type [2025-11-13,11:05:17.420] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,11:05:24.045] [DEBUG] 6 processes running of frp type [2025-11-13,11:20:17.240] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,11: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' [2025-11-13,11:35:17.096] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,11:35:23.588] [DEBUG] 6 processes running of frp type [2025-11-13,11:50:17.389] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,11:50:23.916] [DEBUG] 6 processes running of frp type [2025-11-13,12:05:17.228] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,12:05:23.789] [DEBUG] 6 processes running of frp type [2025-11-13,12:20:17.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,12: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-11-13,12:35:17.920] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,12:35:24.598] [DEBUG] 6 processes running of frp type [2025-11-13,12:50:17.130] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,12:50:23.700] [DEBUG] 6 processes running of frp type [2025-11-13,13:05:17.227] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,13:05:23.767] [DEBUG] 6 processes running of frp type [2025-11-13,13:20:17.269] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,13: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-11-13,13:35:17.772] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,13:35:24.369] [DEBUG] 6 processes running of frp type [2025-11-13,13:50:17.728] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,13:50:24.335] [DEBUG] 6 processes running of frp type [2025-11-13,14:05:17.672] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,14:05:24.229] [DEBUG] 6 processes running of frp type [2025-11-13,14:20:17.383] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,14:20:28.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' [2025-11-13,14:35:17.892] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,14:35:24.531] [DEBUG] 6 processes running of frp type [2025-11-13,14:50:18.116] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,14:50:24.650] [DEBUG] 6 processes running of frp type [2025-11-13,15:05:18.270] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,15:05:24.838] [DEBUG] 6 processes running of frp type [2025-11-13,15:20:17.079] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,15:20:23.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-13,15:35:17.522] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,15:35:24.504] [DEBUG] 6 processes running of frp type [2025-11-13,15:50:16.894] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,15:50:23.503] [DEBUG] 6 processes running of frp type [2025-11-13,16:05:17.742] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,16:05:24.350] [DEBUG] 6 processes running of frp type [2025-11-13,16:20:17.949] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,16:20:24.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-13,16:35:17.337] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,16:35:24.097] [DEBUG] 6 processes running of frp type [2025-11-13,16:50:17.089] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,16:50:23.682] [DEBUG] 6 processes running of frp type [2025-11-13,17:05:18.354] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,17:05:24.902] [DEBUG] 6 processes running of frp type [2025-11-13,17:20:17.320] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,17: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-13,17:35:17.285] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,17:35:24.111] [DEBUG] 6 processes running of frp type [2025-11-13,17:50:22.959] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,17:50:29.622] [DEBUG] 6 processes running of frp type [2025-11-13,18:05:19.639] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,18:05:26.320] [DEBUG] 6 processes running of frp type [2025-11-13,18:20:17.650] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,18: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' [2025-11-13,18:35:20.186] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,18:35:27.303] [DEBUG] 6 processes running of frp type [2025-11-13,18:50:17.899] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,18:50:26.514] [DEBUG] 6 processes running of frp type [2025-11-13,19:05:18.074] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,19:05:24.612] [DEBUG] 6 processes running of frp type [2025-11-13,19:20:17.898] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,19: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-11-13,19:35:16.937] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,19:35:23.489] [DEBUG] 6 processes running of frp type [2025-11-13,19:50:18.163] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,19:50:24.751] [DEBUG] 6 processes running of frp type [2025-11-13,20:05:16.992] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,20:05:23.571] [DEBUG] 6 processes running of frp type [2025-11-13,20:20:18.185] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,20: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' [2025-11-13,20:35:17.656] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,20:35:24.292] [DEBUG] 6 processes running of frp type [2025-11-13,20:50:17.843] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,20:50:24.480] [DEBUG] 6 processes running of frp type [2025-11-13,21:05:18.145] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,21:05:24.823] [DEBUG] 6 processes running of frp type [2025-11-13,21:20:18.495] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,21:20:25.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' [2025-11-13,21:35:17.873] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,21:35:25.236] [DEBUG] 6 processes running of frp type [2025-11-13,21:50:18.123] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,21:50:25.047] [DEBUG] 6 processes running of frp type [2025-11-13,22:05:17.710] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,22:05:25.002] [DEBUG] 6 processes running of frp type [2025-11-13,22:20:17.254] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,22: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' [2025-11-13,22:35:17.402] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,22:35:24.085] [DEBUG] 6 processes running of frp type [2025-11-13,22:50:17.759] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,22:50:24.374] [DEBUG] 6 processes running of frp type [2025-11-13,23:05:17.606] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,23:05:24.238] [DEBUG] 6 processes running of frp type [2025-11-13,23:20:17.437] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,23: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' [2025-11-13,23:35:17.324] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,23:35:23.934] [DEBUG] 6 processes running of frp type [2025-11-13,23:50:17.561] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-13,23:50:24.157] [DEBUG] 6 processes running of frp type [2025-11-14,00:05:17.454] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,00:05:24.039] [DEBUG] 6 processes running of frp type [2025-11-14,00:20:17.353] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,00: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-11-14,00:35:17.402] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,00:35:24.029] [DEBUG] 6 processes running of frp type [2025-11-14,00:50:16.939] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,00:50:23.492] [DEBUG] 6 processes running of frp type [2025-11-14,01:05:18.143] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,01:05:24.686] [DEBUG] 6 processes running of frp type [2025-11-14,01:20:18.082] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,01:20:24.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-14,01:35:17.926] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,01:35:24.363] [DEBUG] 6 processes running of frp type [2025-11-14,01:50:17.539] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,01:50:24.046] [DEBUG] 6 processes running of frp type [2025-11-14,02:05:17.229] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,02:05:23.770] [DEBUG] 6 processes running of frp type [2025-11-14,02:20:16.927] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,02:20:23.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-14,02:35:18.768] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,02:35:25.327] [DEBUG] 6 processes running of frp type [2025-11-14,02:50:17.431] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,02:50:23.956] [DEBUG] 6 processes running of frp type [2025-11-14,03:05:17.685] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,03:05:25.008] [DEBUG] 6 processes running of frp type [2025-11-14,03:20:17.523] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,03:20:24.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-11-14,03:35:17.788] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,03:35:24.383] [DEBUG] 6 processes running of frp type [2025-11-14,03:50:17.234] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,03:50:23.801] [DEBUG] 6 processes running of frp type [2025-11-14,04:05:17.097] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,04:05:23.705] [DEBUG] 6 processes running of frp type 2025-11-14 04:06:01.520 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 04:06:11.522 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-14 04:06:11.523 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 04:06:11.838 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-14 04:06:16.317 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 04:06:18.931 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-14 04:06:28.358 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 04:06:38.360 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-14 04:06:38.360 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 04:06:41.342 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-14 04:06:41.344 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-14 04:06:41.680 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-14,04:20:17.232] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,04:20:23.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' [2025-11-14,04:35:17.500] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,04:35:24.148] [DEBUG] 6 processes running of frp type [2025-11-14,04:50:17.511] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,04:50:24.141] [DEBUG] 6 processes running of frp type [2025-11-14,05:05:17.696] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,05:05:24.267] [DEBUG] 6 processes running of frp type [2025-11-14,05:20:17.645] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,05: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-14,05:35:17.013] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,05:35:23.618] [DEBUG] 6 processes running of frp type [2025-11-14,05:50:17.456] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,05:50:24.006] [DEBUG] 6 processes running of frp type [2025-11-14,06:05:17.234] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,06:05:23.757] [DEBUG] 6 processes running of frp type [2025-11-14,06:20:16.993] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,06:20:23.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-14,06:35:17.154] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,06:35:23.643] [DEBUG] 6 processes running of frp type [2025-11-14,06:50:17.634] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,06:50:24.201] [DEBUG] 6 processes running of frp type [2025-11-14,07:05:17.517] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,07:05:24.130] [DEBUG] 6 processes running of frp type [2025-11-14,07:20:17.510] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,07: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' [2025-11-14,07:35:18.503] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,07:35:25.089] [DEBUG] 6 processes running of frp type [2025-11-14,07:50:17.713] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,07:50:24.293] [DEBUG] 6 processes running of frp type [2025-11-14,08:02:17.571] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,08:02:24.040] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:31.877] [DEBUG] Log Upload Complete! [2025-11-14,08:05:17.936] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,08:05:24.470] [DEBUG] 6 processes running of frp type [2025-11-14,08:20:17.660] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,08: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-14,08:35:17.630] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,08:35:24.179] [DEBUG] 6 processes running of frp type [2025-11-14,08:50:18.262] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,08:50:24.921] [DEBUG] 6 processes running of frp type [2025-11-14,09:05:17.326] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,09:05:23.946] [DEBUG] 6 processes running of frp type [2025-11-14,09:20:17.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,09: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' [2025-11-14,09:35:17.562] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,09:35:24.171] [DEBUG] 6 processes running of frp type [2025-11-14,09:50:17.867] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,09:50:24.410] [DEBUG] 6 processes running of frp type [2025-11-14,10:05:17.684] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,10:05:24.263] [DEBUG] 6 processes running of frp type [2025-11-14,10:20:17.406] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,10: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' [2025-11-14,10:35:17.368] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,10:35:23.898] [DEBUG] 6 processes running of frp type [2025-11-14,10:50:17.971] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,10:50:24.492] [DEBUG] 6 processes running of frp type [2025-11-14,11:05:18.210] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,11:05:24.860] [DEBUG] 6 processes running of frp type [2025-11-14,11:20:17.163] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,11: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-11-14,11:35:17.598] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,11:35:24.153] [DEBUG] 6 processes running of frp type [2025-11-14,11:50:17.401] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,11:50:23.944] [DEBUG] 6 processes running of frp type [2025-11-14,12:05:17.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,12:05:23.789] [DEBUG] 6 processes running of frp type [2025-11-14,12:20:17.153] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,12: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-14,12:35:17.298] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,12:35:23.812] [DEBUG] 6 processes running of frp type [2025-11-14,12:50:17.819] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,12:50:24.317] [DEBUG] 6 processes running of frp type [2025-11-14,13:05:17.928] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,13:05:24.393] [DEBUG] 6 processes running of frp type [2025-11-14,13:20:17.581] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,13: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' [2025-11-14,13:35:17.552] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,13:35:24.102] [DEBUG] 6 processes running of frp type [2025-11-14,13:50:18.053] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,13:50:24.638] [DEBUG] 6 processes running of frp type [2025-11-14,14:05:18.140] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,14:05:24.736] [DEBUG] 6 processes running of frp type [2025-11-14,14:20:17.153] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,14: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-14,14:35:17.500] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,14:35:24.062] [DEBUG] 6 processes running of frp type [2025-11-14,14:50:17.701] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,14:50:24.325] [DEBUG] 6 processes running of frp type [2025-11-14,15:05:17.937] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,15:05:24.529] [DEBUG] 6 processes running of frp type [2025-11-14,15:20:18.075] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,15: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-11-14,15:35:17.322] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,15:35:23.850] [DEBUG] 6 processes running of frp type [2025-11-14,15:50:17.422] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,15:50:23.957] [DEBUG] 6 processes running of frp type [2025-11-14,16:05:17.411] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,16:05:24.028] [DEBUG] 6 processes running of frp type [2025-11-14,16:20:17.191] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,16:20:23.763] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:17.465] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,16:35:24.032] [DEBUG] 6 processes running of frp type [2025-11-14,16:50:17.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,16:50:25.476] [DEBUG] 6 processes running of frp type [2025-11-14,17:05:17.771] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,17:05:24.326] [DEBUG] 6 processes running of frp type [2025-11-14,17:20:17.766] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-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-11-14,17:35:18.257] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,17:35:24.812] [DEBUG] 6 processes running of frp type [2025-11-14,17:50:17.595] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,17:50:25.914] [DEBUG] 6 processes running of frp type [2025-11-14,18:05:17.601] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,18:05:24.231] [DEBUG] 6 processes running of frp type [2025-11-14,18:20:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,18: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' [2025-11-14,18:35:17.485] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,18:35:24.068] [DEBUG] 6 processes running of frp type [2025-11-14,18:50:17.719] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,18:50:24.403] [DEBUG] 6 processes running of frp type [2025-11-14,19:05:18.045] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,19:05:24.673] [DEBUG] 6 processes running of frp type [2025-11-14,19:20:18.367] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,19: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' [2025-11-14,19:35:18.198] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,19:35:25.897] [DEBUG] 6 processes running of frp type [2025-11-14,19:50:17.460] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,19:50:24.139] [DEBUG] 6 processes running of frp type [2025-11-14,20:05:17.693] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,20:05:24.260] [DEBUG] 6 processes running of frp type [2025-11-14,20:20:17.807] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,20: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-11-14,20:35:17.486] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,20:35:24.118] [DEBUG] 6 processes running of frp type [2025-11-14,20:50:23.056] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,20:50:29.628] [DEBUG] 6 processes running of frp type [2025-11-14,21:05:18.222] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,21:05:24.884] [DEBUG] 6 processes running of frp type [2025-11-14,21:20:17.141] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,21:20:24.102] [DEBUG] 6 processes running of frp type 2025-11-14 21:25:49.114 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 21:25:55.189 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-14 21:25:55.191 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-14 21:25:55.496 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] 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-14,21:35:17.855] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,21:35:24.415] [DEBUG] 6 processes running of frp type 2025-11-14 21:37:08.516 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 21:37:18.518 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-14 21:37:18.519 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 21:37:28.520 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-14 21:37:28.521 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 21:37:38.523 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-14 21:37:38.523 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 21:37:48.524 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-14 21:37:48.525 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 21:37:58.526 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-14 21:38:18.528 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 21:38:28.530 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-14 21:38:48.532 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 21:38:48.539 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-14 21:39:08.540 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 21:39:09.745 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-14 21:39:09.746 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-14 21:39:10.050 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-14,21:50:18.237] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,21:50:27.062] [DEBUG] 6 processes running of frp type [2025-11-14,22:05:17.555] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,22:05:38.192] [DEBUG] 6 processes running of frp type [2025-11-14,22:20:17.578] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,22:20:24.165] [DEBUG] 6 processes running of frp type 2025-11-14 22:25:43.440 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 22:25:59.199 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: connection write timeout 2025-11-14 22:25:59.199 [I] [client/service.go:294] [4e7c4d00ccfc823c] 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-14 22:26:07.774 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-14 22:26:07.776 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-14 22:26:08.155 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-14,22:35:18.158] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,22:35:25.352] [DEBUG] 6 processes running of frp type [2025-11-14,22:50:17.324] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,22:50:23.960] [DEBUG] 6 processes running of frp type 2025-11-14 23:00:55.326 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-14 23:00:59.627 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-14 23:00:59.629 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-14 23:01:01.219 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-14,23:05:17.448] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,23:05:24.301] [DEBUG] 6 processes running of frp type [2025-11-14,23:20:17.598] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,23: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' [2025-11-14,23:35:18.076] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,23:35:24.735] [DEBUG] 6 processes running of frp type [2025-11-14,23:50:17.400] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-14,23:50:24.007] [DEBUG] 6 processes running of frp type [2025-11-15,00:05:17.478] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,00:05:24.333] [DEBUG] 6 processes running of frp type [2025-11-15,00:20:17.760] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,00: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-11-15 00:33:20.413 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-15 00:33:21.793 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-15 00:33:21.795 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-15 00:33:22.170 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-15,00:35:17.323] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,00:35:24.092] [DEBUG] 6 processes running of frp type [2025-11-15,00:50:17.819] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,00:50:24.419] [DEBUG] 6 processes running of frp type [2025-11-15,01:05:17.903] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,01:05:24.846] [DEBUG] 6 processes running of frp type [2025-11-15,01:20:17.017] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,01: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' 2025-11-15 01:34:15.992 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-15 01:34:20.200 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-15 01:34:20.202 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-15 01:34:20.506 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-15,01:35:17.553] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,01:35:24.168] [DEBUG] 6 processes running of frp type [2025-11-15,01:50:17.946] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,01:50:24.672] [DEBUG] 6 processes running of frp type [2025-11-15,02:05:18.172] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,02:05:24.898] [DEBUG] 6 processes running of frp type [2025-11-15,02:20:17.212] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,02: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-11-15,02:35:17.643] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,02:35:24.458] [DEBUG] 6 processes running of frp type [2025-11-15,02:50:17.229] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,02:50:24.430] [DEBUG] 6 processes running of frp type [2025-11-15,03:05:17.905] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,03:05:24.516] [DEBUG] 6 processes running of frp type [2025-11-15,03:20:17.868] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,03:20:24.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' [2025-11-15,03:35:17.443] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,03:35:24.115] [DEBUG] 6 processes running of frp type [2025-11-15,03:50:17.840] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,03:50:24.560] [DEBUG] 6 processes running of frp type [2025-11-15,04:05:18.037] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,04:05:24.909] [DEBUG] 6 processes running of frp type 2025-11-15 04:06:29.024 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-15 04:06:29.924 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-15 04:06:29.926 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-15 04:06:30.237 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-15,04:20:17.233] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,04: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' 2025-11-15 04:35:00.537 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-15 04:35:04.036 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-15 04:35:04.037 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-15 04:35:04.361 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-15,04:35:17.760] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,04:35:24.379] [DEBUG] 6 processes running of frp type [2025-11-15,04:50:17.829] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,04:50:25.733] [DEBUG] 6 processes running of frp type [2025-11-15,05:05:16.998] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,05:05:23.717] [DEBUG] 6 processes running of frp type [2025-11-15,05:20:16.958] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,05: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-15,05:35:17.449] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,05:35:24.514] [DEBUG] 6 processes running of frp type [2025-11-15,05:50:17.305] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,05:50:23.909] [DEBUG] 6 processes running of frp type [2025-11-15,06:05:17.062] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,06:05:23.698] [DEBUG] 6 processes running of frp type [2025-11-15,06:20:18.207] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,06: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' [2025-11-15,06:35:17.788] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,06:35:24.334] [DEBUG] 6 processes running of frp type [2025-11-15,06:50:17.252] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,06:50:24.002] [DEBUG] 6 processes running of frp type [2025-11-15,07:05:17.406] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,07:05:23.994] [DEBUG] 6 processes running of frp type [2025-11-15,07:20:17.128] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,07: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-15,07:35:17.601] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,07:35:24.206] [DEBUG] 6 processes running of frp type [2025-11-15,07:50:17.914] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,07:50:24.450] [DEBUG] 6 processes running of frp type [2025-11-15,08:02:17.643] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,08:02:24.315] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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.885] [DEBUG] Log Upload Complete! [2025-11-15,08:05:17.860] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,08:05:24.861] [DEBUG] 6 processes running of frp type [2025-11-15,08:20:17.129] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,08: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' [2025-11-15,08:35:17.551] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,08:35:24.188] [DEBUG] 6 processes running of frp type [2025-11-15,08:50:17.816] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,08:50:24.414] [DEBUG] 6 processes running of frp type [2025-11-15,09:05:17.902] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,09:05:24.483] [DEBUG] 6 processes running of frp type [2025-11-15,09:20:18.071] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,09:20:24.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' [2025-11-15,09:35:17.580] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,09:35:24.212] [DEBUG] 6 processes running of frp type [2025-11-15,09:50:18.011] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,09:50:24.513] [DEBUG] 6 processes running of frp type [2025-11-15,10:05:18.103] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,10:05:24.733] [DEBUG] 6 processes running of frp type [2025-11-15,10:20:16.973] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,10:20:23.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-15,10:35:17.571] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,10:35:24.216] [DEBUG] 6 processes running of frp type [2025-11-15,10:50:17.962] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,10:50:24.548] [DEBUG] 6 processes running of frp type [2025-11-15,11:05:17.960] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,11:05:24.484] [DEBUG] 6 processes running of frp type [2025-11-15,11:20:17.801] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,11: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-11-15,11:35:16.941] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,11:35:23.538] [DEBUG] 6 processes running of frp type [2025-11-15,11:50:17.431] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,11:50:24.073] [DEBUG] 6 processes running of frp type [2025-11-15,12:05:17.520] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,12:05:24.114] [DEBUG] 6 processes running of frp type 2025-11-15 12:06:41.063 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-15 12:06:41.976 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-15 12:06:41.977 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-15 12:06:42.281 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-15,12:20:17.404] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,12: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-15,12:35:17.822] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,12:35:24.376] [DEBUG] 6 processes running of frp type [2025-11-15,12:50:18.153] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,12:50:24.742] [DEBUG] 6 processes running of frp type [2025-11-15,13:05:17.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,13:05:23.797] [DEBUG] 6 processes running of frp type [2025-11-15,13:20:17.084] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,13:20:23.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-15,13:35:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,13:35:23.979] [DEBUG] 6 processes running of frp type [2025-11-15,13:50:17.779] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,13:50:24.309] [DEBUG] 6 processes running of frp type [2025-11-15,14:05:17.747] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,14:05:24.260] [DEBUG] 6 processes running of frp type [2025-11-15,14:20:17.580] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,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' [2025-11-15,14:35:18.140] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,14:35:24.744] [DEBUG] 6 processes running of frp type [2025-11-15,14:50:17.417] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,14:50:24.021] [DEBUG] 6 processes running of frp type [2025-11-15,15:05:17.430] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,15:05:24.116] [DEBUG] 6 processes running of frp type [2025-11-15,15:20:17.405] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,15:20:24.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' [2025-11-15,15:35:17.889] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,15:35:24.472] [DEBUG] 6 processes running of frp type [2025-11-15,15:50:17.243] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,15:50:23.833] [DEBUG] 6 processes running of frp type [2025-11-15,16:05:17.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,16:05:23.852] [DEBUG] 6 processes running of frp type [2025-11-15,16:20:17.202] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,16: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-15,16:35:17.600] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,16:35:24.213] [DEBUG] 6 processes running of frp type [2025-11-15,16:50:18.059] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,16:50:24.529] [DEBUG] 6 processes running of frp type [2025-11-15,17:05:18.083] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,17:05:24.789] [DEBUG] 6 processes running of frp type [2025-11-15,17:20:17.085] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,17: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' [2025-11-15,17:35:17.642] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,17:35:24.245] [DEBUG] 6 processes running of frp type [2025-11-15,17:50:18.039] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,17:50:24.565] [DEBUG] 6 processes running of frp type [2025-11-15,18:05:17.986] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,18:05:24.730] [DEBUG] 6 processes running of frp type [2025-11-15,18:20:18.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,18: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-15,18:35:17.565] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,18:35:24.181] [DEBUG] 6 processes running of frp type [2025-11-15,18:50:17.899] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,18:50:24.448] [DEBUG] 6 processes running of frp type [2025-11-15,19:05:17.872] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,19:05:24.512] [DEBUG] 6 processes running of frp type [2025-11-15,19:20:17.760] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,19: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-11-15,19:35:18.166] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,19:35:24.799] [DEBUG] 6 processes running of frp type [2025-11-15,19:50:17.613] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,19:50:24.204] [DEBUG] 6 processes running of frp type [2025-11-15,20:05:17.458] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,20:05:24.050] [DEBUG] 6 processes running of frp type 2025-11-15 20:06:42.639 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-15 20:06:42.651 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-15 20:06:44.682 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-15 20:06:44.686 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-15 20:06:48.987 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-15 20:06:48.992 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-15 20:06:57.752 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-15 20:06:58.620 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-15 20:06:58.621 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-15 20:06:58.924 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-15,20:20:17.436] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,20:20:25.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' [2025-11-15,20:35:17.417] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,20:35:24.053] [DEBUG] 6 processes running of frp type [2025-11-15,20:50:17.465] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,20:50:24.098] [DEBUG] 6 processes running of frp type [2025-11-15,21:05:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,21:05:24.214] [DEBUG] 6 processes running of frp type [2025-11-15,21:20:17.333] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,21:20:23.844] [DEBUG] 6 processes running of frp type 2025-11-15 21:23:03.934 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-15 21:23:13.937 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-15 21:23:13.937 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-15 21:23:22.292 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-15 21:23:22.293 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-15 21:23:22.598 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] 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,21:35:17.708] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,21:35:29.366] [DEBUG] 6 processes running of frp type [2025-11-15,21:50:17.033] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,21:50:23.719] [DEBUG] 6 processes running of frp type [2025-11-15,22:05:17.126] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,22:05:24.606] [DEBUG] 6 processes running of frp type [2025-11-15,22:20:18.019] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,22: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' [2025-11-15,22:35:17.371] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,22:35:24.049] [DEBUG] 6 processes running of frp type [2025-11-15,22:50:17.819] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,22:50:25.607] [DEBUG] 6 processes running of frp type [2025-11-15,23:05:18.135] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,23:05:24.811] [DEBUG] 6 processes running of frp type [2025-11-15,23:20:17.127] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,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' [2025-11-15,23:35:17.575] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,23:35:24.182] [DEBUG] 6 processes running of frp type [2025-11-15,23:50:17.882] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-15,23:50:24.423] [DEBUG] 6 processes running of frp type [2025-11-16,00:05:17.846] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,00:05:24.449] [DEBUG] 6 processes running of frp type [2025-11-16,00:20:17.668] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,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' [2025-11-16,00:35:18.015] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,00:35:24.565] [DEBUG] 6 processes running of frp type [2025-11-16,00:50:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,00:50:24.051] [DEBUG] 6 processes running of frp type [2025-11-16,01:05:17.379] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,01:05:23.990] [DEBUG] 6 processes running of frp type [2025-11-16,01:20:17.313] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,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' [2025-11-16,01:35:17.066] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,01:35:23.651] [DEBUG] 6 processes running of frp type [2025-11-16,01:50:17.488] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,01:50:24.326] [DEBUG] 6 processes running of frp type [2025-11-16,02:05:17.776] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,02:05:27.099] [DEBUG] 6 processes running of frp type [2025-11-16,02:20:17.459] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,02: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-11-16,02:35:17.174] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,02:35:24.205] [DEBUG] 6 processes running of frp type 2025-11-16 02:41:52.197 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-16 02:41:53.851 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-16 02:41:53.852 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-16 02:41:54.206 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-16,02:50:17.919] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,02:50:24.714] [DEBUG] 6 processes running of frp type [2025-11-16,03:05:17.053] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,03:05:23.680] [DEBUG] 6 processes running of frp type [2025-11-16,03:20:17.083] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,03:20:23.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' [2025-11-16,03:35:20.514] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,03:35:31.632] [DEBUG] 6 processes running of frp type [2025-11-16,03:50:17.452] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,03:50:24.354] [DEBUG] 6 processes running of frp type [2025-11-16,04:05:17.818] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,04:05:24.363] [DEBUG] 6 processes running of frp type 2025-11-16 04:06:07.498 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-16 04:06:13.741 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-16 04:06:13.741 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-16 04:06:16.781 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-16 04:06:16.782 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-16 04:06:19.821 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-16 04:06:28.748 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-16 04:06:28.750 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-16 04:06:47.251 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-16 04:06:48.442 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-16 04:06:48.444 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-16 04:06:49.123 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-16,04:20:17.594] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,04: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-11-16,04:35:18.095] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,04:35:24.665] [DEBUG] 6 processes running of frp type [2025-11-16,04:50:17.471] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,04:50:24.007] [DEBUG] 6 processes running of frp type 2025-11-16 04:59:19.077 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-16 04:59:29.079 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-16 04:59:29.080 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-16 04:59:33.443 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-16 04:59:33.444 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-16 04:59:33.760 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-16,05:05:17.454] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,05:05:24.087] [DEBUG] 6 processes running of frp type 2025-11-16 05:16:29.050 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-16 05:16:29.053 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-16 05:16:31.172 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-16 05:16:31.181 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-16 05:16:35.615 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-16 05:16:35.619 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-16 05:16:45.133 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-16 05:16:45.970 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-16 05:16:45.971 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-16 05:16:46.256 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-16,05:20:17.345] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,05:20:24.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' [2025-11-16,05:35:17.778] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,05:35:24.287] [DEBUG] 6 processes running of frp type 2025-11-16 05:44:45.854 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-16 05:44:46.758 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-16 05:44:46.760 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-16 05:44:47.107 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-16,05:50:18.054] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,05:50:24.807] [DEBUG] 6 processes running of frp type [2025-11-16,06:05:18.220] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,06:05:26.147] [DEBUG] 6 processes running of frp type [2025-11-16,06:20:17.359] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,06: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-16,06:35:20.667] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,06:35:27.267] [DEBUG] 6 processes running of frp type [2025-11-16,06:50:17.916] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,06:50:24.535] [DEBUG] 6 processes running of frp type [2025-11-16,07:05:18.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,07:05:24.598] [DEBUG] 6 processes running of frp type [2025-11-16,07:20:17.901] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,07: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' [2025-11-16,07:35:17.251] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,07:35:23.946] [DEBUG] 6 processes running of frp type [2025-11-16,07:50:17.731] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,07:50:24.298] [DEBUG] 6 processes running of frp type [2025-11-16,08:02:17.534] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,08:02:24.109] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:33.269] [DEBUG] Log Upload Complete! [2025-11-16,08:05:17.719] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,08:05:24.303] [DEBUG] 6 processes running of frp type [2025-11-16,08:20:17.710] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,08: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-16,08:35:17.466] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,08:35:24.106] [DEBUG] 6 processes running of frp type [2025-11-16,08:50:17.883] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,08:50:24.815] [DEBUG] 6 processes running of frp type [2025-11-16,09:05:17.121] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,09:05:23.733] [DEBUG] 6 processes running of frp type [2025-11-16,09:20:17.002] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,09:20:23.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-16,09:35:17.265] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,09:35:23.779] [DEBUG] 6 processes running of frp type [2025-11-16,09:50:17.438] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,09:50:24.110] [DEBUG] 6 processes running of frp type [2025-11-16,10:05:17.583] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,10:05:24.106] [DEBUG] 6 processes running of frp type [2025-11-16,10:20:17.292] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,10: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' [2025-11-16,10:35:17.651] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,10:35:24.276] [DEBUG] 6 processes running of frp type [2025-11-16,10:50:18.152] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,10:50:24.697] [DEBUG] 6 processes running of frp type [2025-11-16,11:05:18.101] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,11:05:24.614] [DEBUG] 6 processes running of frp type [2025-11-16,11:20:18.136] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,11: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-11-16,11:35:17.480] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,11:35:24.017] [DEBUG] 6 processes running of frp type [2025-11-16,11:50:17.771] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,11:50:24.318] [DEBUG] 6 processes running of frp type [2025-11-16,12:05:17.771] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,12:05:24.316] [DEBUG] 6 processes running of frp type [2025-11-16,12:20:17.579] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,12: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' [2025-11-16,12:35:17.984] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,12:35:24.620] [DEBUG] 6 processes running of frp type [2025-11-16,12:50:17.437] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,12:50:24.006] [DEBUG] 6 processes running of frp type [2025-11-16,13:05:17.429] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,13:05:24.014] [DEBUG] 6 processes running of frp type [2025-11-16,13:20:17.290] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,13: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-11-16,13:35:17.621] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,13:35:24.208] [DEBUG] 6 processes running of frp type [2025-11-16,13:50:18.827] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,13:50:25.405] [DEBUG] 6 processes running of frp type [2025-11-16,14:05:17.940] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,14:05:24.496] [DEBUG] 6 processes running of frp type [2025-11-16,14:20:17.864] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,14: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' [2025-11-16,14:35:17.277] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,14:35:23.860] [DEBUG] 6 processes running of frp type [2025-11-16,14:50:17.637] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,14:50:24.221] [DEBUG] 6 processes running of frp type [2025-11-16,15:05:17.570] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,15:05:24.147] [DEBUG] 6 processes running of frp type [2025-11-16,15:20:17.430] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,15: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' [2025-11-16,15:35:17.827] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,15:35:24.465] [DEBUG] 6 processes running of frp type [2025-11-16,15:50:17.252] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,15:50:23.820] [DEBUG] 6 processes running of frp type [2025-11-16,16:05:16.936] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,16:05:23.489] [DEBUG] 6 processes running of frp type [2025-11-16,16:20:17.712] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,16: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-11-16,16:35:17.188] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,16:35:23.786] [DEBUG] 6 processes running of frp type [2025-11-16,16:50:17.338] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,16:50:23.941] [DEBUG] 6 processes running of frp type [2025-11-16,17:05:17.377] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,17:05:24.275] [DEBUG] 6 processes running of frp type [2025-11-16,17:20:17.565] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,17: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' [2025-11-16,17:35:17.872] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,17:35:24.440] [DEBUG] 6 processes running of frp type [2025-11-16,17:50:17.203] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,17:50:23.755] [DEBUG] 6 processes running of frp type [2025-11-16,18:05:16.922] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,18:05:25.190] [DEBUG] 6 processes running of frp type [2025-11-16,18:20:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,18: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-11-16,18:35:17.942] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,18:35:24.557] [DEBUG] 6 processes running of frp type [2025-11-16,18:50:17.293] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,18:50:23.872] [DEBUG] 6 processes running of frp type [2025-11-16,19:05:17.386] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,19:05:24.270] [DEBUG] 6 processes running of frp type [2025-11-16,19:20:17.623] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,19: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-16,19:35:18.028] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,19:35:24.556] [DEBUG] 6 processes running of frp type [2025-11-16,19:50:17.132] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,19:50:23.700] [DEBUG] 6 processes running of frp type [2025-11-16,20:05:18.201] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,20:05:24.716] [DEBUG] 6 processes running of frp type [2025-11-16,20:20:16.874] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,20:20:23.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-16,20:35:17.254] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,20:35:23.793] [DEBUG] 6 processes running of frp type [2025-11-16,20:50:17.555] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,20:50:24.224] [DEBUG] 6 processes running of frp type [2025-11-16,21:05:17.850] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,21:05:24.807] [DEBUG] 6 processes running of frp type [2025-11-16,21:20:17.658] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,21: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-16,21:35:17.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,21:35:24.101] [DEBUG] 6 processes running of frp type [2025-11-16,21:50:17.854] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,21:50:24.687] [DEBUG] 6 processes running of frp type [2025-11-16,22:05:17.172] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,22:05:23.884] [DEBUG] 6 processes running of frp type [2025-11-16,22:20:17.046] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,22: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-16,22:35:17.688] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,22:35:24.396] [DEBUG] 6 processes running of frp type [2025-11-16,22:50:18.090] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,22:50:24.922] [DEBUG] 6 processes running of frp type [2025-11-16,23:05:17.383] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,23:05:23.966] [DEBUG] 6 processes running of frp type [2025-11-16,23:20:17.326] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,23: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' [2025-11-16,23:35:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,23:35:24.361] [DEBUG] 6 processes running of frp type [2025-11-16,23:50:18.089] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-16,23:50:24.711] [DEBUG] 6 processes running of frp type [2025-11-17,00:05:17.078] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,00:05:23.685] [DEBUG] 6 processes running of frp type [2025-11-17,00:20:17.523] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,00:20:24.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-17,00:35:17.952] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,00:35:24.654] [DEBUG] 6 processes running of frp type [2025-11-17,00:50:17.581] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,00:50:24.279] [DEBUG] 6 processes running of frp type 2025-11-17 00:52:31.816 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-17 00:52:32.684 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-17 00:52:32.686 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-17 00:52:33.714 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-17,01:05:17.643] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,01:05:24.169] [DEBUG] 6 processes running of frp type [2025-11-17,01:20:17.636] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,01: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-17,01:35:23.366] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,01:35:30.083] [DEBUG] 6 processes running of frp type [2025-11-17,01:50:25.276] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,01:50:32.813] [DEBUG] 6 processes running of frp type 2025-11-17 02:00:41.632 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-17 02:00:46.033 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-17 02:00:46.034 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-17 02:00:46.639 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-17,02:05:17.642] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,02:05:24.324] [DEBUG] 6 processes running of frp type [2025-11-17,02:20:17.920] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,02:20:25.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-11-17,02:35:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,02:35:24.291] [DEBUG] 6 processes running of frp type 2025-11-17 02:42:54.447 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-17 02:42:56.915 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-17 02:42:56.917 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-17 02:42:57.237 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-17,02:50:18.179] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,02:50:24.822] [DEBUG] 6 processes running of frp type [2025-11-17,03:05:17.664] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,03:05:24.325] [DEBUG] 6 processes running of frp type [2025-11-17,03:20:17.700] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,03: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-17,03:35:17.374] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,03:35:24.038] [DEBUG] 6 processes running of frp type [2025-11-17,03:50:17.869] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,03:50:24.609] [DEBUG] 6 processes running of frp type [2025-11-17,04:05:18.066] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,04:05:24.842] [DEBUG] 6 processes running of frp type 2025-11-17 04:06:24.186 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-17 04:06:24.191 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-17 04:06:26.351 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-17 04:06:26.363 [W] [client/service.go:297] [4e7c4d00ccfc823c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-17 04:06:31.104 [I] [client/service.go:294] [4e7c4d00ccfc823c] try to connect to server... 2025-11-17 04:06:32.091 [I] [client/service.go:286] [4e7c4d00ccfc823c] login to server success, get run id [4e7c4d00ccfc823c] 2025-11-17 04:06:32.092 [I] [proxy/proxy_manager.go:173] [4e7c4d00ccfc823c] proxy added: [DTN57CC4444] 2025-11-17 04:06:32.597 [I] [client/control.go:168] [4e7c4d00ccfc823c] [DTN57CC4444] start proxy success [2025-11-17,04:20:17.159] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,04:20:24.302] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:17.223] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,04:35:23.816] [DEBUG] 6 processes running of frp type [2025-11-17,04:50:17.555] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,04:50:24.360] [DEBUG] 6 processes running of frp type [2025-11-17,05:05:18.809] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,05:05:31.594] [DEBUG] 6 processes running of frp type [2025-11-17,05:20:17.883] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,05: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-17,05:35:17.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,05:35:23.843] [DEBUG] 6 processes running of frp type [2025-11-17,05:50:17.639] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,05:50:24.284] [DEBUG] 6 processes running of frp type [2025-11-17,06:05:17.814] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,06:05:24.384] [DEBUG] 6 processes running of frp type [2025-11-17,06:20:17.767] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,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' [2025-11-17,06:35:17.348] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,06:35:23.951] [DEBUG] 6 processes running of frp type [2025-11-17,06:50:17.432] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,06:50:24.094] [DEBUG] 6 processes running of frp type [2025-11-17,07:05:17.502] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,07:05:24.534] [DEBUG] 6 processes running of frp type [2025-11-17,07:20:17.891] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,07: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' [2025-11-17,07:35:17.702] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,07:35:24.504] [DEBUG] 6 processes running of frp type [2025-11-17,07:50:17.307] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,07:50:23.944] [DEBUG] 6 processes running of frp type [2025-11-17,08:02:21.238] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,08:02:41.464] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:49.764] [DEBUG] Log Upload Complete! [2025-11-17,08:05:17.314] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,08:05:23.857] [DEBUG] 6 processes running of frp type [2025-11-17,08:20:17.096] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,08: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' [2025-11-17,08:35:17.507] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,08:35:24.118] [DEBUG] 6 processes running of frp type [2025-11-17,08:50:17.980] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,08:50:24.493] [DEBUG] 6 processes running of frp type [2025-11-17,09:05:17.965] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,09:05:24.679] [DEBUG] 6 processes running of frp type [2025-11-17,09:20:18.155] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,09: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-17,09:35:17.479] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,09:35:24.106] [DEBUG] 6 processes running of frp type [2025-11-17,09:50:17.875] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,09:50:24.428] [DEBUG] 6 processes running of frp type [2025-11-17,10:05:17.911] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,10:05:24.454] [DEBUG] 6 processes running of frp type [2025-11-17,10:20:17.843] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,10: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-17,10:35:17.156] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,10:35:23.728] [DEBUG] 6 processes running of frp type [2025-11-17,10:50:17.446] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,10:50:23.976] [DEBUG] 6 processes running of frp type [2025-11-17,11:05:17.465] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,11:05:24.019] [DEBUG] 6 processes running of frp type [2025-11-17,11:20:17.302] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,11: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-11-17,11:35:17.856] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,11:35:24.442] [DEBUG] 6 processes running of frp type [2025-11-17,11:50:17.049] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,11:50:23.603] [DEBUG] 6 processes running of frp type [2025-11-17,12:05:18.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,12:05:24.631] [DEBUG] 6 processes running of frp type [2025-11-17,12:20:18.074] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,12:20:24.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' [2025-11-17,12:35:17.450] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,12:35:23.990] [DEBUG] 6 processes running of frp type [2025-11-17,12:50:17.756] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,12:50:24.307] [DEBUG] 6 processes running of frp type [2025-11-17,13:05:17.743] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,13:05:24.283] [DEBUG] 6 processes running of frp type [2025-11-17,13:20:17.571] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,13: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-11-17,13:35:18.256] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,13:35:24.818] [DEBUG] 6 processes running of frp type [2025-11-17,13:50:17.640] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,13:50:24.214] [DEBUG] 6 processes running of frp type [2025-11-17,14:05:17.730] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,14:05:24.275] [DEBUG] 6 processes running of frp type [2025-11-17,14:20:17.650] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,14: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' [2025-11-17,14:35:18.086] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,14:35:24.633] [DEBUG] 6 processes running of frp type [2025-11-17,14:50:17.357] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,14:50:23.911] [DEBUG] 6 processes running of frp type [2025-11-17,15:05:17.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,15:05:23.895] [DEBUG] 6 processes running of frp type [2025-11-17,15:20:17.059] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,15:20:23.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' [2025-11-17,15:35:17.522] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,15:35:24.087] [DEBUG] 6 processes running of frp type [2025-11-17,15:50:17.869] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,15:50:24.429] [DEBUG] 6 processes running of frp type [2025-11-17,16:05:17.866] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,16:05:24.387] [DEBUG] 6 processes running of frp type [2025-11-17,16:20:17.720] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,16: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' [2025-11-17,16:35:18.036] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,16:35:24.668] [DEBUG] 6 processes running of frp type [2025-11-17,16:50:17.425] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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 101] Network is unreachable 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 101] Network is unreachable 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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable')) 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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 101] Network is unreachable')) [2025-11-17,16:50:51.359] [INFO] Initializing BusSpeedStateManager V2 [2025-11-17,16:50:51.366] [INFO] LocationSqlManager initialising [2025-11-17,16:50:51.367] [INFO] Location DB initialising [2025-11-17,16:50:51.378] [INFO] LocationSqlManager initialisation complete [2025-11-17,16:50:51.379] [DEBUG] UploadManager Init [2025-11-17,16:50:51.379] [DEBUG] UploadManager Init Complete [2025-11-17,16:50:51.384] [INFO] Initializing GPS... [2025-11-17,16:50:51.387] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:52:54.809] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,16:53:01.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( [2025-11-17,16:53:08.602] [DEBUG] Log Upload Complete! [2025-11-17,16:55:54.982] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,16:56:01.473] [DEBUG] Remote Access Enabled [2025-11-17,16:56:07.659] [INFO] Server Address: 138.201.17.179 [2025-11-17,16:56:07.660] [INFO] Server Port: 7000 [2025-11-17,16:56:07.666] [DEBUG] Starting Remote Access! 2025-11-17 16:56:07.798 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-17 16:56:07.799 [I] [client/service.go:294] try to connect to server... 2025-11-17 16:56:08.693 [I] [client/service.go:286] [96d12370600601eb] login to server success, get run id [96d12370600601eb] 2025-11-17 16:56:08.694 [I] [proxy/proxy_manager.go:173] [96d12370600601eb] proxy added: [DTN57CC4444] 2025-11-17 16:56:08.993 [I] [client/control.go:168] [96d12370600601eb] [DTN57CC4444] start proxy success [2025-11-17,17:05:17.747] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,17:05:24.338] [DEBUG] 6 processes running of frp type [2025-11-17,17:20:17.778] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,17:20:24.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' [2025-11-17,17:35:17.634] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,17:35:24.216] [DEBUG] 6 processes running of frp type [2025-11-17,17:50:17.828] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,17:50:24.323] [DEBUG] 6 processes running of frp type [2025-11-17,18:05:17.608] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,18:05:24.140] [DEBUG] 6 processes running of frp type [2025-11-17,18:20:17.600] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,18: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' [2025-11-17,18:35:17.219] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,18:35:23.768] [DEBUG] 6 processes running of frp type [2025-11-17,18:50:17.255] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,18:50:23.806] [DEBUG] 6 processes running of frp type [2025-11-17,19:05:17.175] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,19:05:23.693] [DEBUG] 6 processes running of frp type [2025-11-17,19:20:17.019] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,19: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' [2025-11-17,19:35:17.483] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,19:35:24.094] [DEBUG] 6 processes running of frp type [2025-11-17,19:50:17.909] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,19:50:24.499] [DEBUG] 6 processes running of frp type [2025-11-17,20:05:17.796] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,20:05:24.312] [DEBUG] 6 processes running of frp type [2025-11-17,20:20:17.540] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,20: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-17,20:35:17.679] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,20:35:24.167] [DEBUG] 6 processes running of frp type [2025-11-17,20:50:17.151] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,20:50:23.777] [DEBUG] 6 processes running of frp type [2025-11-17,21:05:17.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,21:05:23.927] [DEBUG] 6 processes running of frp type [2025-11-17,21:20:17.037] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,21: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-11-17,21:35:17.456] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,21:35:24.341] [DEBUG] 6 processes running of frp type [2025-11-17,21:50:17.673] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,21:50:24.200] [DEBUG] 6 processes running of frp type [2025-11-17,22:05:17.401] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,22:05:24.012] [DEBUG] 6 processes running of frp type [2025-11-17,22:20:17.278] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,22: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' [2025-11-17,22:35:18.934] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,22:35:26.266] [DEBUG] 6 processes running of frp type [2025-11-17,22:50:18.104] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,22:50:24.676] [DEBUG] 6 processes running of frp type [2025-11-17,23:05:18.808] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,23:05:25.304] [DEBUG] 6 processes running of frp type [2025-11-17,23:20:17.491] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,23: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-11-17 23:29:10.860 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-17 23:29:11.751 [I] [client/service.go:286] [96d12370600601eb] login to server success, get run id [96d12370600601eb] 2025-11-17 23:29:11.752 [I] [proxy/proxy_manager.go:173] [96d12370600601eb] proxy added: [DTN57CC4444] 2025-11-17 23:29:12.120 [I] [client/control.go:168] [96d12370600601eb] [DTN57CC4444] start proxy success [2025-11-17,23:35:17.821] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,23:35:24.405] [DEBUG] 6 processes running of frp type [2025-11-17,23:50:17.927] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-17,23:50:24.548] [DEBUG] 6 processes running of frp type [2025-11-18,00:05:17.900] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,00:05:24.396] [DEBUG] 6 processes running of frp type [2025-11-18,00:20:17.598] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,00: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-11-18 00:33:39.351 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 00:33:45.116 [I] [client/service.go:286] [96d12370600601eb] login to server success, get run id [96d12370600601eb] 2025-11-18 00:33:45.117 [I] [proxy/proxy_manager.go:173] [96d12370600601eb] proxy added: [DTN57CC4444] 2025-11-18 00:33:45.517 [I] [client/control.go:168] [96d12370600601eb] [DTN57CC4444] start proxy success 2025-11-18 00:34:57.890 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 00:35:08.247 [W] [client/service.go:297] [96d12370600601eb] connect to server error: connection write timeout 2025-11-18 00:35:08.248 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 00:35:18.250 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 00:35:18.251 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 00:35:29.680 [W] [client/service.go:297] [96d12370600601eb] connect to server error: i/o deadline reached 2025-11-18 00:35:29.682 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 00:35:40.353 [I] [client/service.go:286] [96d12370600601eb] login to server success, get run id [96d12370600601eb] 2025-11-18 00:35:40.354 [I] [proxy/proxy_manager.go:173] [96d12370600601eb] proxy added: [DTN57CC4444] 2025-11-18 00:35:40.959 [I] [client/control.go:168] [96d12370600601eb] [DTN57CC4444] start proxy success [2025-11-18,00:50:17.949] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,00:50:24.481] [DEBUG] 6 processes running of frp type [2025-11-18,01:05:18.082] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,01:05:24.545] [DEBUG] 6 processes running of frp type [2025-11-18,01:20:17.721] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,01: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-11-18,01:35:17.807] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,01:35:24.427] [DEBUG] 6 processes running of frp type [2025-11-18,01:50:17.520] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,01:50:23.996] [DEBUG] 6 processes running of frp type [2025-11-18,02:05:17.178] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,02:05:23.740] [DEBUG] 6 processes running of frp type [2025-11-18,02:20:17.032] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,02:20:23.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-11-18,02:35:16.989] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,02:35:23.530] [DEBUG] 6 processes running of frp type [2025-11-18,02:50:17.865] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,02:50:24.659] [DEBUG] 6 processes running of frp type 2025-11-18 02:57:49.536 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 02:57:59.538 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 02:57:59.539 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 02:58:09.540 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 02:58:09.541 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 02:58:19.542 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 02:58:19.543 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 02:58:29.545 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 02:58:29.546 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 02:58:39.548 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 02:58:59.549 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 02:59:09.552 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 02:59:29.553 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 02:59:39.555 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 02:59:59.557 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 03:00:09.559 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 03:00:29.560 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 03:00:32.707 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-18 03:00:52.708 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 03:00:53.917 [I] [client/service.go:286] [96d12370600601eb] login to server success, get run id [96d12370600601eb] 2025-11-18 03:00:53.918 [I] [proxy/proxy_manager.go:173] [96d12370600601eb] proxy added: [DTN57CC4444] 2025-11-18 03:00:54.237 [I] [client/control.go:168] [96d12370600601eb] [DTN57CC4444] start proxy success [2025-11-18,03:05:18.389] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,03:05:32.183] [DEBUG] 6 processes running of frp type [2025-11-18,03:20:17.575] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,03: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' 2025-11-18 03:29:32.275 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 03:29:42.277 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 03:29:42.278 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 03:29:52.280 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 03:29:52.281 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 03:30:02.282 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 03:30:02.283 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 03:30:12.285 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 03:30:12.286 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 03:30:22.288 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 03:30:42.289 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 03:30:43.218 [I] [client/service.go:286] [96d12370600601eb] login to server success, get run id [96d12370600601eb] 2025-11-18 03:30:43.220 [I] [proxy/proxy_manager.go:173] [96d12370600601eb] proxy added: [DTN57CC4444] 2025-11-18 03:30:43.528 [I] [client/control.go:168] [96d12370600601eb] [DTN57CC4444] start proxy success [2025-11-18,03:35:17.831] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,03:35:24.360] [DEBUG] 6 processes running of frp type [2025-11-18,03:50:17.840] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,03:50:24.362] [DEBUG] 6 processes running of frp type [2025-11-18,04:05:17.580] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,04:05:24.687] [DEBUG] 6 processes running of frp type 2025-11-18 04:06:16.265 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 04:06:19.185 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-18 04:06:19.185 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 04:06:22.225 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-18 04:06:22.226 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 04:06:25.265 [W] [client/service.go:297] [96d12370600601eb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-18 04:06:35.374 [I] [client/service.go:294] [96d12370600601eb] try to connect to server... 2025-11-18 04:06:36.332 [I] [client/service.go:286] [96d12370600601eb] login to server success, get run id [96d12370600601eb] 2025-11-18 04:06:36.334 [I] [proxy/proxy_manager.go:173] [96d12370600601eb] proxy added: [DTN57CC4444] 2025-11-18 04:06:36.664 [I] [client/control.go:168] [96d12370600601eb] [DTN57CC4444] start proxy success [2025-11-18,04:20:17.931] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,04:20:26.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' [2025-11-18,04:35:17.782] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,04:35:24.358] [DEBUG] 6 processes running of frp type [2025-11-18,04:50:17.435] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,04:50:24.072] [DEBUG] 6 processes running of frp type [2025-11-18,05:05:17.517] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,05:05:24.742] [DEBUG] 6 processes running of frp type [2025-11-18,05:20:17.164] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,05: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' [2025-11-18,05:35:17.814] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,05:35:26.062] [DEBUG] 6 processes running of frp type [2025-11-18,05:50:19.805] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,05:50:26.376] [DEBUG] 6 processes running of frp type [2025-11-18,06:05:17.758] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,06:05:24.850] [DEBUG] 6 processes running of frp type [2025-11-18,06:20:17.137] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,06: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-11-18,06:35:18.337] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,06:35:24.835] [DEBUG] 6 processes running of frp type [2025-11-18,06:50:17.755] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,06:50:24.355] [DEBUG] 6 processes running of frp type [2025-11-18,07:05:17.784] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,07:05:24.328] [DEBUG] 6 processes running of frp type [2025-11-18,07:20:17.648] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,07: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' [2025-11-18,07:35:18.166] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,07:35:24.644] [DEBUG] 6 processes running of frp type [2025-11-18,07:50:17.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,07:50:24.002] [DEBUG] 6 processes running of frp type [2025-11-18,08:02:17.249] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,08:02:23.761] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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.322] [DEBUG] Log Upload Complete! [2025-11-18,08:05:17.524] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,08:05:24.146] [DEBUG] 6 processes running of frp type [2025-11-18,08:20:17.450] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,08: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-11-18,08:35:18.004] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,08:35:24.541] [DEBUG] 6 processes running of frp type [2025-11-18,08:50:17.397] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,08:50:23.949] [DEBUG] 6 processes running of frp type [2025-11-18,09:05:17.436] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,09:05:23.955] [DEBUG] 6 processes running of frp type [2025-11-18,09:20:17.242] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,09:20:23.794] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.494] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,09:35:24.044] [DEBUG] 6 processes running of frp type [2025-11-18,09:50:17.632] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,09:50:24.118] [DEBUG] 6 processes running of frp type [2025-11-18,10:05:17.603] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,10:05:24.200] [DEBUG] 6 processes running of frp type [2025-11-18,10:20:17.418] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,10: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-18,10:35:17.927] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,10:35:24.502] [DEBUG] 6 processes running of frp type [2025-11-18,10:50:17.348] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,10:50:23.934] [DEBUG] 6 processes running of frp type [2025-11-18,11:05:17.439] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,11:05:24.025] [DEBUG] 6 processes running of frp type [2025-11-18,11:20:17.304] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,11: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' [2025-11-18,11:35:17.694] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,11:35:24.274] [DEBUG] 6 processes running of frp type [2025-11-18,11:50:18.122] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,11:50:24.694] [DEBUG] 6 processes running of frp type [2025-11-18,12:05:17.247] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,12:05:23.883] [DEBUG] 6 processes running of frp type [2025-11-18,12:20:17.138] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,12:20:23.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-18,12:35:17.609] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,12:35:24.262] [DEBUG] 6 processes running of frp type [2025-11-18,12:50:18.144] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,12:50:24.725] [DEBUG] 6 processes running of frp type [2025-11-18,13:05:17.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,13:05:23.838] [DEBUG] 6 processes running of frp type [2025-11-18,13:20:17.131] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,13: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' [2025-11-18,13:35:17.582] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,13:35:24.172] [DEBUG] 6 processes running of frp type [2025-11-18,13:50:18.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,13:50:24.548] [DEBUG] 6 processes running of frp type [2025-11-18,14:05:18.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,14:05:24.721] [DEBUG] 6 processes running of frp type [2025-11-18,14:20:18.090] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,14:20:24.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-11-18,14:35:17.535] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,14:35:24.066] [DEBUG] 6 processes running of frp type [2025-11-18,14:50:17.757] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,14:50:24.326] [DEBUG] 6 processes running of frp type [2025-11-18,14:30:55.842] [INFO] Initializing BusSpeedStateManager V2 [2025-11-18,14:30:55.848] [INFO] LocationSqlManager initialising [2025-11-18,14:30:55.848] [INFO] Location DB initialising [2025-11-18,14:30:55.859] [INFO] LocationSqlManager initialisation complete [2025-11-18,14:30:55.860] [DEBUG] UploadManager Init [2025-11-18,14:30:55.861] [DEBUG] UploadManager Init Complete [2025-11-18,14:30:55.865] [INFO] Initializing GPS... [2025-11-18,14:30:55.868] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:03:08.220] [INFO] Initializing BusSpeedStateManager V2 [2025-11-18,15:03:08.225] [INFO] LocationSqlManager initialising [2025-11-18,15:03:08.226] [INFO] Location DB initialising [2025-11-18,15:03:08.235] [INFO] LocationSqlManager initialisation complete [2025-11-18,15:03:08.236] [DEBUG] UploadManager Init [2025-11-18,15:03:08.236] [DEBUG] UploadManager Init Complete [2025-11-18,15:03:08.239] [INFO] Initializing GPS... [2025-11-18,15:03:08.241] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:13:29.209] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,15:13:35.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( [2025-11-18,15:13:43.020] [DEBUG] Log Upload Complete! [2025-11-18,15:16:29.299] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,15:16:35.766] [DEBUG] Remote Access Enabled [2025-11-18,15:16:41.986] [INFO] Server Address: 138.201.17.179 [2025-11-18,15:16:41.987] [INFO] Server Port: 7000 [2025-11-18,15:16:41.991] [DEBUG] Starting Remote Access! 2025-11-18 15:16:42.119 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-18 15:16:42.119 [I] [client/service.go:294] try to connect to server... 2025-11-18 15:16:43.011 [I] [client/service.go:286] [a6dc42ecf299f3f5] login to server success, get run id [a6dc42ecf299f3f5] 2025-11-18 15:16:43.011 [I] [proxy/proxy_manager.go:173] [a6dc42ecf299f3f5] proxy added: [DTN57CC4444] 2025-11-18 15:16:43.341 [I] [client/control.go:168] [a6dc42ecf299f3f5] [DTN57CC4444] start proxy success [2025-11-18,15:20:17.054] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,15: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' [2025-11-18,15:26:52.536] [INFO] Initializing BusSpeedStateManager V2 [2025-11-18,15:26:52.542] [INFO] LocationSqlManager initialising [2025-11-18,15:26:52.542] [INFO] Location DB initialising [2025-11-18,15:26:52.552] [INFO] LocationSqlManager initialisation complete [2025-11-18,15:26:52.552] [DEBUG] UploadManager Init [2025-11-18,15:26:52.552] [DEBUG] UploadManager Init Complete [2025-11-18,15:26:52.555] [INFO] Initializing GPS... [2025-11-18,15:26:52.557] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:28:56.325] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,15:29:03.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( [2025-11-18,15:29:11.376] [DEBUG] Log Upload Complete! [2025-11-18,15:30:59.002] [INFO] Initializing BusSpeedStateManager V2 [2025-11-18,15:30:59.006] [INFO] LocationSqlManager initialising [2025-11-18,15:30:59.006] [INFO] Location DB initialising [2025-11-18,15:30:59.015] [INFO] LocationSqlManager initialisation complete [2025-11-18,15:30:59.016] [DEBUG] UploadManager Init [2025-11-18,15:30:59.016] [DEBUG] UploadManager Init Complete [2025-11-18,15:30:59.019] [INFO] Initializing GPS... [2025-11-18,15:30:59.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' [2025-11-18,15:33:01.904] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,15:33:08.354] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,15:33:15.864] [DEBUG] Log Upload Complete! [2025-11-18,15:36:23.051] [INFO] Initializing BusSpeedStateManager V2 [2025-11-18,15:36:23.058] [INFO] LocationSqlManager initialising [2025-11-18,15:36:23.059] [INFO] Location DB initialising [2025-11-18,15:36:23.070] [INFO] LocationSqlManager initialisation complete [2025-11-18,15:36:23.070] [DEBUG] UploadManager Init [2025-11-18,15:36:23.071] [DEBUG] UploadManager Init Complete [2025-11-18,15:36:23.074] [INFO] Initializing GPS... [2025-11-18,15:36:23.076] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:38:26.235] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,15:38:32.790] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,15:38:40.392] [DEBUG] Log Upload Complete! [2025-11-18,15:41:26.304] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,15:41:32.926] [DEBUG] Remote Access Enabled [2025-11-18,15:41:39.131] [INFO] Server Address: 138.201.17.179 [2025-11-18,15:41:39.132] [INFO] Server Port: 7000 [2025-11-18,15:41:39.137] [DEBUG] Starting Remote Access! 2025-11-18 15:41:39.268 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-18 15:41:39.269 [I] [client/service.go:294] try to connect to server... 2025-11-18 15:41:40.185 [I] [client/service.go:286] [bf6e690e6d7662c0] login to server success, get run id [bf6e690e6d7662c0] 2025-11-18 15:41:40.186 [I] [proxy/proxy_manager.go:173] [bf6e690e6d7662c0] proxy added: [DTN57CC4444] 2025-11-18 15:41:40.606 [I] [client/control.go:168] [bf6e690e6d7662c0] [DTN57CC4444] start proxy success [2025-11-18,15:50:17.749] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,15:50:24.749] [DEBUG] 6 processes running of frp type [2025-11-18,16:05:17.381] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,16:05:23.963] [DEBUG] 6 processes running of frp type [2025-11-18,16:20:17.123] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,16: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' [2025-11-18,16:35:16.963] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,16:35:23.479] [DEBUG] 6 processes running of frp type [2025-11-18,16:50:17.178] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,16:50:23.779] [DEBUG] 6 processes running of frp type [2025-11-18,17:05:17.047] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,17:05:23.606] [DEBUG] 6 processes running of frp type [2025-11-18,17:20:17.896] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,17:20:24.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-11-18,17:35:17.707] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,17:35:24.282] [DEBUG] 6 processes running of frp type [2025-11-18,17:50:17.887] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,17:50:24.589] [DEBUG] 6 processes running of frp type [2025-11-18,18:05:17.943] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,18:05:24.551] [DEBUG] 6 processes running of frp type [2025-11-18,18:20:17.774] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,18:20:24.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-11-18,18:35:17.776] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,18:35:24.332] [DEBUG] 6 processes running of frp type [2025-11-18,18:50:17.758] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,18:50:24.313] [DEBUG] 6 processes running of frp type [2025-11-18,19:05:17.778] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,19:05:24.420] [DEBUG] 6 processes running of frp type [2025-11-18,19:20:17.666] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,19: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-11-18,19:35:17.766] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,19:35:24.356] [DEBUG] 6 processes running of frp type [2025-11-18,19:50:18.210] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,19:50:24.837] [DEBUG] 6 processes running of frp type [2025-11-18,20:05:17.504] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,20:05:24.055] [DEBUG] 6 processes running of frp type [2025-11-18,20:20:17.396] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,20: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-18,20:35:17.404] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,20:35:24.245] [DEBUG] 6 processes running of frp type [2025-11-18,20:50:18.032] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,20:50:24.699] [DEBUG] 6 processes running of frp type [2025-11-18,21:05:18.088] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,21:05:24.841] [DEBUG] 6 processes running of frp type [2025-11-18,21:20:17.103] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,21: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' [2025-11-18,21:35:17.327] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,21:35:23.912] [DEBUG] 6 processes running of frp type [2025-11-18,21:50:17.366] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,21:50:36.651] [DEBUG] 6 processes running of frp type [2025-11-18,22:05:17.961] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,22:05:27.527] [DEBUG] 6 processes running of frp type [2025-11-18,22:20:17.850] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,22: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' [2025-11-18,22:35:18.021] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,22:35:29.069] [DEBUG] 6 processes running of frp type [2025-11-18,22:50:22.879] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,22:50:29.491] [DEBUG] 6 processes running of frp type [2025-11-18,23:05:17.785] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,23:05:24.479] [DEBUG] 6 processes running of frp type [2025-11-18,23:20:17.688] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,23: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-18 23:26:02.461 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-18 23:26:12.464 [W] [client/service.go:297] [bf6e690e6d7662c0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 23:26:12.464 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-18 23:26:22.466 [W] [client/service.go:297] [bf6e690e6d7662c0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 23:26:22.467 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-18 23:26:32.468 [W] [client/service.go:297] [bf6e690e6d7662c0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-18 23:26:32.470 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-18 23:26:34.203 [I] [client/service.go:286] [bf6e690e6d7662c0] login to server success, get run id [bf6e690e6d7662c0] 2025-11-18 23:26:34.204 [I] [proxy/proxy_manager.go:173] [bf6e690e6d7662c0] proxy added: [DTN57CC4444] 2025-11-18 23:26:34.600 [I] [client/control.go:168] [bf6e690e6d7662c0] [DTN57CC4444] start proxy success [2025-11-18,23:35:17.939] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,23:35:24.617] [DEBUG] 6 processes running of frp type [2025-11-18,23:50:17.872] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-18,23:50:24.295] [DEBUG] 6 processes running of frp type [2025-11-19,00:05:17.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,00:05:24.267] [DEBUG] 6 processes running of frp type [2025-11-19,00:20:17.861] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,00:20:24.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-19,00:35:17.574] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,00:35:24.180] [DEBUG] 6 processes running of frp type [2025-11-19,00:50:17.796] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,00:50:24.337] [DEBUG] 6 processes running of frp type [2025-11-19,01:05:17.917] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,01:05:24.525] [DEBUG] 6 processes running of frp type [2025-11-19,01:20:17.628] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,01:20:24.450] [DEBUG] 6 processes running of frp type 2025-11-19 01:23:49.571 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-19 01:23:59.573 [W] [client/service.go:297] [bf6e690e6d7662c0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 01:23:59.575 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-19 01:24:09.577 [W] [client/service.go:297] [bf6e690e6d7662c0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 01:24:09.577 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-19 01:24:19.580 [W] [client/service.go:297] [bf6e690e6d7662c0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 01:24:19.581 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-19 01:24:29.582 [W] [client/service.go:297] [bf6e690e6d7662c0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 01:24:29.583 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-19 01:24:39.585 [W] [client/service.go:297] [bf6e690e6d7662c0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 01:24:59.586 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-19 01:25:09.588 [W] [client/service.go:297] [bf6e690e6d7662c0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 01:25:29.589 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-19 01:25:39.591 [W] [client/service.go:297] [bf6e690e6d7662c0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 01:25:59.593 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-19 01:26:00.541 [I] [client/service.go:286] [bf6e690e6d7662c0] login to server success, get run id [bf6e690e6d7662c0] 2025-11-19 01:26:00.542 [I] [proxy/proxy_manager.go:173] [bf6e690e6d7662c0] proxy added: [DTN57CC4444] 2025-11-19 01:26:00.861 [I] [client/control.go:168] [bf6e690e6d7662c0] [DTN57CC4444] 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-19,01:35:17.060] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,01:35:23.828] [DEBUG] 6 processes running of frp type [2025-11-19,01:50:17.174] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,01:50:23.697] [DEBUG] 6 processes running of frp type [2025-11-19,02:05:18.032] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,02:05:24.505] [DEBUG] 6 processes running of frp type [2025-11-19,02:20:17.824] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,02: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-19,02:35:17.828] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,02:35:27.353] [DEBUG] 6 processes running of frp type 2025-11-19 02:48:35.577 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-19 02:48:38.196 [I] [client/service.go:286] [bf6e690e6d7662c0] login to server success, get run id [bf6e690e6d7662c0] 2025-11-19 02:48:38.197 [I] [proxy/proxy_manager.go:173] [bf6e690e6d7662c0] proxy added: [DTN57CC4444] 2025-11-19 02:48:38.521 [I] [client/control.go:168] [bf6e690e6d7662c0] [DTN57CC4444] start proxy success [2025-11-19,02:50:18.046] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,02:50:24.609] [DEBUG] 6 processes running of frp type [2025-11-19,03:05:18.024] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,03:05:24.625] [DEBUG] 6 processes running of frp type [2025-11-19,03:20:18.259] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,03: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' [2025-11-19,03:35:17.730] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,03:35:24.409] [DEBUG] 6 processes running of frp type [2025-11-19,03:50:17.749] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,03:50:24.463] [DEBUG] 6 processes running of frp type [2025-11-19,04:05:17.811] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,04:05:24.484] [DEBUG] 6 processes running of frp type 2025-11-19 04:06:22.172 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-19 04:06:24.323 [W] [client/service.go:297] [bf6e690e6d7662c0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:06:24.323 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-19 04:06:24.333 [W] [client/service.go:297] [bf6e690e6d7662c0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:06:29.001 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-19 04:06:29.005 [W] [client/service.go:297] [bf6e690e6d7662c0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 04:06:38.541 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-19 04:06:48.543 [W] [client/service.go:297] [bf6e690e6d7662c0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 04:06:48.544 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-19 04:06:50.422 [I] [client/service.go:286] [bf6e690e6d7662c0] login to server success, get run id [bf6e690e6d7662c0] 2025-11-19 04:06:50.423 [I] [proxy/proxy_manager.go:173] [bf6e690e6d7662c0] proxy added: [DTN57CC4444] 2025-11-19 04:06:50.723 [I] [client/control.go:168] [bf6e690e6d7662c0] [DTN57CC4444] start proxy success 2025-11-19 04:10:34.819 [I] [client/service.go:294] [bf6e690e6d7662c0] try to connect to server... 2025-11-19 04:10:36.799 [I] [client/service.go:286] [bf6e690e6d7662c0] login to server success, get run id [bf6e690e6d7662c0] 2025-11-19 04:10:36.800 [I] [proxy/proxy_manager.go:173] [bf6e690e6d7662c0] proxy added: [DTN57CC4444] 2025-11-19 04:10:37.112 [I] [client/control.go:168] [bf6e690e6d7662c0] [DTN57CC4444] start proxy success [2025-11-19,04:20:17.686] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,04: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' [2025-11-19,04:35:18.047] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,04:35:24.661] [DEBUG] 6 processes running of frp type [2025-11-19,04:50:17.348] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,04:50:24.283] [DEBUG] 6 processes running of frp type [2025-11-19,05:05:17.886] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,05:05:24.408] [DEBUG] 6 processes running of frp type [2025-11-19,05:20:17.609] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,05: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' [2025-11-19,05:35:17.565] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,05:35:24.146] [DEBUG] 6 processes running of frp type [2025-11-19,05:50:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,05:50:27.262] [DEBUG] 6 processes running of frp type [2025-11-19,06:05:17.713] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,06:05:24.362] [DEBUG] 6 processes running of frp type [2025-11-19,06:20:17.502] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,06: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-11-19,06:35:17.784] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,06:35:24.779] [DEBUG] 6 processes running of frp type [2025-11-19,06:50:18.080] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,06:50:24.627] [DEBUG] 6 processes running of frp type [2025-11-19,07:05:17.866] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,07:05:24.311] [DEBUG] 6 processes running of frp type [2025-11-19,07:20:17.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,07: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' [2025-11-19,07:35:17.953] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,07:35:24.539] [DEBUG] 6 processes running of frp type [2025-11-19,07:50:17.003] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,07:50:23.533] [DEBUG] 6 processes running of frp type [2025-11-19,08:02:17.795] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,08:02:24.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( [2025-11-19,08:02:34.382] [DEBUG] Log Upload Complete! [2025-11-19,08:05:18.129] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,08:05:24.764] [DEBUG] 6 processes running of frp type [2025-11-19,08:09:18.766] [INFO] Initializing BusSpeedStateManager V2 [2025-11-19,08:09:18.771] [INFO] LocationSqlManager initialising [2025-11-19,08:09:18.772] [INFO] Location DB initialising [2025-11-19,08:09:18.782] [INFO] LocationSqlManager initialisation complete [2025-11-19,08:09:18.783] [DEBUG] UploadManager Init [2025-11-19,08:09:18.783] [DEBUG] UploadManager Init Complete [2025-11-19,08:09:18.786] [INFO] Initializing GPS... [2025-11-19,08:09:18.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' [2025-11-19,08:11:21.613] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,08:11:28.069] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:11:35.441] [DEBUG] Log Upload Complete! [2025-11-19,08:14:21.734] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,08:14:26.682] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-19,08:14:28.258] [DEBUG] Remote Access Enabled [2025-11-19,08:14:34.549] [INFO] Server Address: 138.201.17.179 [2025-11-19,08:14:34.550] [INFO] Server Port: 7000 [2025-11-19,08:14:34.555] [DEBUG] Starting Remote Access! 2025-11-19 08:14:34.687 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-19 08:14:34.689 [I] [client/service.go:294] try to connect to server... 2025-11-19 08:14:35.569 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-19 08:14:35.570 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-19 08:14:35.882 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] start proxy success [2025-11-19,08:20:18.354] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,08:20:24.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' [2025-11-19,08:35:17.288] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,08:35:23.864] [DEBUG] 6 processes running of frp type [2025-11-19,08:50:17.687] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,08:50:24.307] [DEBUG] 6 processes running of frp type [2025-11-19,09:05:17.623] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,09:05:24.289] [DEBUG] 6 processes running of frp type [2025-11-19,09:20:18.109] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,09:20:24.690] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.390] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,09:35:24.160] [DEBUG] 6 processes running of frp type [2025-11-19,09:50:17.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,09:50:24.472] [DEBUG] 6 processes running of frp type [2025-11-19,10:05:17.959] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,10:05:24.495] [DEBUG] 6 processes running of frp type [2025-11-19,10:20:17.716] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,10: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-19,10:35:17.082] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,10:35:23.633] [DEBUG] 6 processes running of frp type [2025-11-19,10:50:17.467] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,10:50:24.063] [DEBUG] 6 processes running of frp type [2025-11-19,11:05:17.279] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,11:05:23.925] [DEBUG] 6 processes running of frp type [2025-11-19,11:20:17.346] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,11: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' [2025-11-19,11:35:17.324] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,11:35:23.762] [DEBUG] 6 processes running of frp type [2025-11-19,11:50:16.997] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,11:50:23.548] [DEBUG] 6 processes running of frp type [2025-11-19,12:05:18.192] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,12:05:24.819] [DEBUG] 6 processes running of frp type 2025-11-19 12:06:34.949 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-19 12:06:44.951 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 12:06:44.952 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-19 12:06:54.953 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 12:06:54.953 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-19 12:07:04.955 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 12:07:04.955 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-19 12:07:14.957 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 12:07:14.958 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-19 12:07:24.960 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 12:07:44.961 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-19 12:07:54.963 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-19 12:08:14.964 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-19 12:08:14.968 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-19 12:08:34.969 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-19 12:08:35.852 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-19 12:08:35.853 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-19 12:08:36.168 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] start proxy success [2025-11-19,12:20:17.096] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,12: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' [2025-11-19,12:35:17.800] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,12:35:24.325] [DEBUG] 6 processes running of frp type [2025-11-19,12:50:17.827] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,12:50:24.469] [DEBUG] 6 processes running of frp type [2025-11-19,13:05:18.191] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,13:05:24.779] [DEBUG] 6 processes running of frp type [2025-11-19,13:20:17.069] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,13: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' [2025-11-19,13:35:17.496] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,13:35:24.069] [DEBUG] 6 processes running of frp type [2025-11-19,13:50:17.429] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,13:50:24.357] [DEBUG] 6 processes running of frp type [2025-11-19,14:05:18.080] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,14:05:24.635] [DEBUG] 6 processes running of frp type [2025-11-19,14:20:18.154] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,14: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' [2025-11-19,14:35:17.314] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,14:35:23.938] [DEBUG] 6 processes running of frp type [2025-11-19,14:50:17.851] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,14:50:24.409] [DEBUG] 6 processes running of frp type [2025-11-19,15:05:18.213] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,15:05:24.783] [DEBUG] 6 processes running of frp type [2025-11-19,15:20:17.238] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,15: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-19,15:35:17.431] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,15:35:24.048] [DEBUG] 6 processes running of frp type [2025-11-19,15:50:17.779] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,15:50:24.618] [DEBUG] 6 processes running of frp type [2025-11-19,16:05:17.923] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,16:05:24.632] [DEBUG] 6 processes running of frp type [2025-11-19,16:20:18.287] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,16: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-11-19,16:35:17.483] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,16:35:24.091] [DEBUG] 6 processes running of frp type [2025-11-19,16:50:17.632] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,16:50:24.267] [DEBUG] 6 processes running of frp type [2025-11-19,17:05:17.619] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,17:05:24.139] [DEBUG] 6 processes running of frp type [2025-11-19,17:20:17.321] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,17: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-11-19,17:35:17.825] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,17:35:24.310] [DEBUG] 6 processes running of frp type [2025-11-19,17:50:18.033] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,17:50:24.671] [DEBUG] 6 processes running of frp type [2025-11-19,18:05:17.989] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,18:05:24.703] [DEBUG] 6 processes running of frp type [2025-11-19,18:20:16.877] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,18:20:23.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-19,18:35:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,18:35:24.043] [DEBUG] 6 processes running of frp type [2025-11-19,18:50:17.105] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,18:50:23.654] [DEBUG] 6 processes running of frp type [2025-11-19,19:05:18.000] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,19:05:24.607] [DEBUG] 6 processes running of frp type [2025-11-19,19:20:17.867] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,19: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-11-19,19:35:17.710] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,19:35:24.501] [DEBUG] 6 processes running of frp type [2025-11-19,19:50:18.196] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,19:50:25.644] [DEBUG] 6 processes running of frp type [2025-11-19,20:05:17.150] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,20:05:24.006] [DEBUG] 6 processes running of frp type 2025-11-19 20:08:35.591 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-19 20:08:39.710 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-19 20:08:39.711 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-19 20:08:40.006 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] start proxy success [2025-11-19,20:20:17.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,20:20:23.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-11-19,20:35:17.174] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,20:35:23.830] [DEBUG] 6 processes running of frp type [2025-11-19,20:50:17.536] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,20:50:24.115] [DEBUG] 6 processes running of frp type [2025-11-19,21:05:17.333] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,21:05:23.905] [DEBUG] 6 processes running of frp type [2025-11-19,21:20:19.660] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-11-19 21:20:20.504 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-19 21:20:21.966 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-19 21:20:21.967 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-19 21:20:24.825 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] start proxy success [2025-11-19,21:20:27.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-19 21:32:46.808 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-19 21:32:47.816 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-19 21:32:47.818 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-19 21:32:51.425 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] start proxy success [2025-11-19,21:35:17.166] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,21:35:23.743] [DEBUG] 6 processes running of frp type [2025-11-19,21:50:17.147] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,21:50:24.579] [DEBUG] 6 processes running of frp type [2025-11-19,22:05:17.746] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,22:05:24.388] [DEBUG] 6 processes running of frp type [2025-11-19,22:20:17.564] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,22:20:24.036] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:17.847] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,22:35:24.620] [DEBUG] 6 processes running of frp type [2025-11-19,22:50:17.122] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,22:50:23.643] [DEBUG] 6 processes running of frp type [2025-11-19,23:05:18.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,23:05:42.602] [DEBUG] 6 processes running of frp type [2025-11-19,23:20:18.212] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,23: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-19,23:35:17.060] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,23:35:23.513] [DEBUG] 6 processes running of frp type [2025-11-19,23:50:17.594] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-19,23:50:24.384] [DEBUG] 6 processes running of frp type [2025-11-20,00:05:17.573] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,00:05:24.213] [DEBUG] 6 processes running of frp type [2025-11-20,00:20:17.474] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,00: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-11-20,00:35:17.418] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,00:35:23.944] [DEBUG] 6 processes running of frp type [2025-11-20,00:50:17.010] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,00:50:23.649] [DEBUG] 6 processes running of frp type [2025-11-20,01:05:18.275] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,01:05:24.848] [DEBUG] 6 processes running of frp type [2025-11-20,01:20:17.193] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,01: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-11-20,01:35:17.228] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,01:35:24.226] [DEBUG] 6 processes running of frp type [2025-11-20,01:50:17.820] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,01:50:24.361] [DEBUG] 6 processes running of frp type [2025-11-20,02:05:17.516] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,02:05:24.113] [DEBUG] 6 processes running of frp type [2025-11-20,02:20:17.548] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,02: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-20,02:35:17.098] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,02:35:23.622] [DEBUG] 6 processes running of frp type 2025-11-20 02:50:07.400 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 02:50:17.402 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 02:50:17.403 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 02:50:27.405 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 02:50:27.406 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 02:50:37.408 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 02:50:37.409 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 02:50:47.410 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 02:50:47.411 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 02:50:57.412 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 02:51:17.414 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 02:51:27.416 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 02:51:47.418 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 02:51:57.420 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 02:52:17.421 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 02:52:27.424 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 02:52:47.424 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 02:52:48.305 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-20 02:52:48.306 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-20 02:52:48.596 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] start proxy success [2025-11-20,03:05:17.060] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,03:05:24.104] [DEBUG] 6 processes running of frp type [2025-11-20,03:20:17.410] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,03:20:29.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-11-20,03:35:29.793] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,03:35:36.599] [DEBUG] 6 processes running of frp type [2025-11-20,03:50:17.589] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,03:50:24.188] [DEBUG] 6 processes running of frp type [2025-11-20,04:05:17.474] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,04:05:24.132] [DEBUG] 6 processes running of frp type 2025-11-20 04:06:31.567 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 04:06:31.620 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-20 04:06:33.802 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 04:06:43.804 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 04:06:43.805 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 04:06:46.836 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-20 04:06:56.032 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 04:06:56.962 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-20 04:06:56.963 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-20 04:06:57.271 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] start proxy success [2025-11-20,04:20:17.480] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,04: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-11-20,04:35:17.743] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,04:35:24.576] [DEBUG] 6 processes running of frp type [2025-11-20,04:50:17.342] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,04:50:24.345] [DEBUG] 6 processes running of frp type [2025-11-20,05:05:17.718] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,05:05:24.355] [DEBUG] 6 processes running of frp type [2025-11-20,05:20:17.736] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,05: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' [2025-11-20,05:35:17.850] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,05:35:24.409] [DEBUG] 6 processes running of frp type [2025-11-20,05:50:19.525] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,05:50:31.095] [DEBUG] 6 processes running of frp type [2025-11-20,06:05:17.293] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,06:05:23.929] [DEBUG] 6 processes running of frp type [2025-11-20,06:20:17.296] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,06:20:24.183] [DEBUG] 6 processes running of frp type 2025-11-20 06:24:06.612 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 06:24:07.897 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-20 06:24:07.899 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-20 06:24:08.584 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] 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-20,06:35:17.623] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,06:35:29.273] [DEBUG] 6 processes running of frp type [2025-11-20,06:50:18.363] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,06:50:24.936] [DEBUG] 6 processes running of frp type [2025-11-20,07:05:17.671] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,07:05:24.271] [DEBUG] 6 processes running of frp type [2025-11-20,07:20:17.627] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,07: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-20,07:35:18.246] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,07:35:24.844] [DEBUG] 6 processes running of frp type [2025-11-20,07:50:18.161] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,07:50:24.763] [DEBUG] 6 processes running of frp type [2025-11-20,08:02:17.062] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,08:02:23.531] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:33.556] [DEBUG] Log Upload Complete! [2025-11-20,08:05:17.342] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,08:05:24.399] [DEBUG] 6 processes running of frp type [2025-11-20,08:20:17.550] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,08:20:24.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' [2025-11-20,08:35:17.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,08:35:23.683] [DEBUG] 6 processes running of frp type [2025-11-20,08:50:17.785] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,08:50:24.354] [DEBUG] 6 processes running of frp type [2025-11-20,09:05:17.774] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,09:05:24.648] [DEBUG] 6 processes running of frp type [2025-11-20,09:20:17.922] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,09:20:24.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' [2025-11-20,09:35:17.571] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,09:35:24.140] [DEBUG] 6 processes running of frp type [2025-11-20,09:50:17.446] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,09:50:24.294] [DEBUG] 6 processes running of frp type [2025-11-20,10:05:17.761] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,10:05:24.317] [DEBUG] 6 processes running of frp type [2025-11-20,10:20:17.650] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,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-11-20,10:35:17.825] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,10:35:24.454] [DEBUG] 6 processes running of frp type [2025-11-20,10:50:17.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,10:50:24.009] [DEBUG] 6 processes running of frp type [2025-11-20,11:05:17.190] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,11:05:23.858] [DEBUG] 6 processes running of frp type [2025-11-20,11:20:17.313] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,11: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' [2025-11-20,11:35:17.850] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,11:35:24.577] [DEBUG] 6 processes running of frp type [2025-11-20,11:50:17.610] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,11:50:24.201] [DEBUG] 6 processes running of frp type [2025-11-20,12:05:17.727] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,12:05:24.320] [DEBUG] 6 processes running of frp type 2025-11-20 12:06:54.582 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 12:06:55.587 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-20 12:06:55.589 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-20 12:06:55.927 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] start proxy success [2025-11-20,12:20:17.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,12: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' [2025-11-20,12:35:17.007] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,12:35:23.602] [DEBUG] 6 processes running of frp type [2025-11-20,12:50:18.033] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,12:50:24.691] [DEBUG] 6 processes running of frp type [2025-11-20,13:05:18.053] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,13:05:24.649] [DEBUG] 6 processes running of frp type [2025-11-20,13:20:18.066] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,13:20:24.577] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:18.248] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,13:35:24.885] [DEBUG] 6 processes running of frp type [2025-11-20,13:50:17.771] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,13:50:24.287] [DEBUG] 6 processes running of frp type [2025-11-20,14:05:17.970] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,14:05:24.534] [DEBUG] 6 processes running of frp type [2025-11-20,14:20:17.753] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,14: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-11-20,14:35:17.666] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,14:35:24.284] [DEBUG] 6 processes running of frp type [2025-11-20,14:50:18.205] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,14:50:24.918] [DEBUG] 6 processes running of frp type [2025-11-20,15:05:17.165] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,15:05:23.797] [DEBUG] 6 processes running of frp type [2025-11-20,15:20:17.185] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,15:20:23.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-20,15:35:17.192] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,15:35:23.709] [DEBUG] 6 processes running of frp type [2025-11-20,15:50:18.022] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,15:50:24.625] [DEBUG] 6 processes running of frp type [2025-11-20,16:05:18.460] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,16:05:25.014] [DEBUG] 6 processes running of frp type [2025-11-20,16:20:17.245] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,16: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-20,16:35:17.940] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,16:35:24.522] [DEBUG] 6 processes running of frp type [2025-11-20,16:50:18.013] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,16:50:24.651] [DEBUG] 6 processes running of frp type [2025-11-20,17:05:18.283] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,17:05:24.931] [DEBUG] 6 processes running of frp type [2025-11-20,17:20:17.497] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,17: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-20,17:35:17.717] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,17:35:24.291] [DEBUG] 6 processes running of frp type [2025-11-20,17:50:17.886] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,17:50:24.432] [DEBUG] 6 processes running of frp type [2025-11-20,18:05:18.025] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,18:05:24.635] [DEBUG] 6 processes running of frp type [2025-11-20,18:20:17.846] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,18: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-11-20,18:35:17.115] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,18:35:23.707] [DEBUG] 6 processes running of frp type [2025-11-20,18:50:17.705] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,18:50:24.356] [DEBUG] 6 processes running of frp type [2025-11-20,19:05:17.632] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,19:05:24.196] [DEBUG] 6 processes running of frp type [2025-11-20,19:20:17.441] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,19: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-11-20,19:35:17.970] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,19:35:24.582] [DEBUG] 6 processes running of frp type [2025-11-20,19:50:17.206] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,19:50:24.094] [DEBUG] 6 processes running of frp type [2025-11-20,20:05:17.396] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,20:05:23.982] [DEBUG] 6 processes running of frp type [2025-11-20,20:20:17.384] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,20:20:24.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-20,20:35:17.546] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,20:35:24.385] [DEBUG] 6 processes running of frp type [2025-11-20,20:50:17.291] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,20:50:23.772] [DEBUG] 6 processes running of frp type [2025-11-20,21:05:17.076] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,21:05:23.971] [DEBUG] 6 processes running of frp type [2025-11-20,21:20:17.228] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,21: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-11-20,21:35:17.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,21:35:24.330] [DEBUG] 6 processes running of frp type 2025-11-20 21:37:05.190 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 21:37:07.202 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-20 21:37:07.204 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-20 21:37:07.559 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] start proxy success 2025-11-20 21:38:21.313 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 21:38:22.402 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-20 21:38:22.403 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-20 21:38:23.240 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] start proxy success 2025-11-20 21:39:01.739 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 21:39:20.120 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: connection write timeout 2025-11-20 21:39:20.121 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 21:39:30.123 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 21:39:30.123 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 21:39:40.125 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 21:39:40.125 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 21:39:50.128 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 21:39:50.128 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 21:40:00.130 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 21:40:20.131 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 21:40:30.132 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 21:40:50.134 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 21:40:51.795 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-20 21:40:51.796 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-20 21:40:52.335 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] start proxy success 2025-11-20 21:50:20.450 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... [2025-11-20,21:50:20.833] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,21:50:32.558] [DEBUG] 6 processes running of frp type 2025-11-20 21:50:37.061 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: connection write timeout 2025-11-20 21:50:37.062 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 21:50:38.002 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-20 21:50:38.003 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-20 21:50:38.297 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] start proxy success [2025-11-20,22:05:17.909] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-11-20 22:05:29.730 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 22:05:50.425 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: i/o deadline reached 2025-11-20 22:05:50.426 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 22:06:06.667 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: i/o deadline reached 2025-11-20 22:06:06.668 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 22:06:16.669 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 22:06:16.670 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 22:06:26.672 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 22:06:26.673 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 22:06:36.674 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 22:06:56.675 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 22:07:05.127 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-20 22:07:05.129 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-20 22:07:05.547 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] start proxy success [2025-11-20,22:07:07.473] [DEBUG] 6 processes running of frp type [2025-11-20,22:20:17.857] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,22:20:43.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-20,22:35:18.216] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,22:35:29.982] [DEBUG] 6 processes running of frp type [2025-11-20,22:50:17.307] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,22:50:24.263] [DEBUG] 6 processes running of frp type [2025-11-20,23:05:18.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,23:05:29.171] [DEBUG] 6 processes running of frp type [2025-11-20,23:20:17.425] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,23:20:28.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-11-20,23:35:17.459] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,23:35:23.993] [DEBUG] 6 processes running of frp type [2025-11-20,23:50:17.319] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-20,23:50:24.079] [DEBUG] 6 processes running of frp type 2025-11-20 23:54:18.444 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 23:54:28.446 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 23:54:28.447 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 23:54:38.449 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 23:54:38.450 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 23:54:48.451 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 23:54:48.451 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 23:54:58.453 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 23:54:58.454 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 23:55:08.455 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 23:55:28.457 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 23:55:38.458 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 23:55:58.459 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 23:56:08.462 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-20 23:56:28.463 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 23:56:28.894 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-20 23:56:48.895 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-20 23:56:55.059 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-20 23:56:55.060 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-20 23:56:55.930 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] start proxy success [2025-11-21,00:05:17.632] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,00:05:24.338] [DEBUG] 6 processes running of frp type [2025-11-21,00:20:17.508] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,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' [2025-11-21,00:35:17.428] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,00:35:24.069] [DEBUG] 6 processes running of frp type [2025-11-21,00:50:17.652] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,00:50:24.342] [DEBUG] 6 processes running of frp type [2025-11-21,01:05:17.853] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,01:05:24.575] [DEBUG] 6 processes running of frp type [2025-11-21,01:20:17.760] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,01: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' [2025-11-21,01:35:17.814] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,01:35:24.702] [DEBUG] 6 processes running of frp type [2025-11-21,01:50:17.135] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,01:50:23.657] [DEBUG] 6 processes running of frp type [2025-11-21,02:05:16.944] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,02:05:23.532] [DEBUG] 6 processes running of frp type [2025-11-21,02:20:17.852] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,02:20:24.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' [2025-11-21,02:35:17.834] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,02:35:24.493] [DEBUG] 6 processes running of frp type [2025-11-21,02:50:17.854] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,02:50:24.288] [DEBUG] 6 processes running of frp type [2025-11-21,03:05:17.718] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,03:05:24.291] [DEBUG] 6 processes running of frp type [2025-11-21,03:20:17.677] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,03: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-11-21,03:35:17.680] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,03:35:24.521] [DEBUG] 6 processes running of frp type [2025-11-21,03:50:17.735] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,03:50:24.410] [DEBUG] 6 processes running of frp type [2025-11-21,04:05:17.706] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,04:05:24.222] [DEBUG] 6 processes running of frp type 2025-11-21 04:06:35.757 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-21 04:06:35.770 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-21 04:06:37.777 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-21 04:06:37.781 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-21 04:06:42.070 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-21 04:06:42.074 [W] [client/service.go:297] [faf09a199ad3fe2f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-21 04:06:51.066 [I] [client/service.go:294] [faf09a199ad3fe2f] try to connect to server... 2025-11-21 04:06:51.987 [I] [client/service.go:286] [faf09a199ad3fe2f] login to server success, get run id [faf09a199ad3fe2f] 2025-11-21 04:06:51.988 [I] [proxy/proxy_manager.go:173] [faf09a199ad3fe2f] proxy added: [DTN57CC4444] 2025-11-21 04:06:52.282 [I] [client/control.go:168] [faf09a199ad3fe2f] [DTN57CC4444] start proxy success [2025-11-21,04:20:17.471] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,04: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-21,04:35:17.636] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,04:35:24.212] [DEBUG] 6 processes running of frp type [2025-11-21,04:50:18.300] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,04:50:24.963] [DEBUG] 6 processes running of frp type [2025-11-21,05:05:17.542] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,05:05:24.288] [DEBUG] 6 processes running of frp type [2025-11-21,05:20:17.948] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,05:20:27.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-11-21,05:35:17.983] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,05:35:24.810] [DEBUG] 6 processes running of frp type [2025-11-21,05:50:17.375] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,05:50:23.992] [DEBUG] 6 processes running of frp type [2025-11-21,06:05:17.277] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,06:05:23.915] [DEBUG] 6 processes running of frp type [2025-11-21,06:20:17.086] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,06: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-21,06:35:17.274] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,06:35:24.277] [DEBUG] 6 processes running of frp type [2025-11-21,06:50:17.471] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,06:50:24.487] [DEBUG] 6 processes running of frp type [2025-11-21,07:05:18.113] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,07:05:25.390] [DEBUG] 6 processes running of frp type [2025-11-21,07:20:19.075] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,07:20:25.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-11-21,07:35:17.258] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,07:35:23.830] [DEBUG] 6 processes running of frp type [2025-11-21,07:50:17.635] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,07:50:24.218] [DEBUG] 6 processes running of frp type [2025-11-21,08:02:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,08:02:24.030] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,08:02:33.439] [DEBUG] Log Upload Complete! [2025-11-21,08:05:17.769] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,08:05:24.279] [DEBUG] 6 processes running of frp type [2025-11-21,08:20:17.579] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,08: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' [2025-11-21,08:35:18.062] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,08:35:24.665] [DEBUG] 6 processes running of frp type [2025-11-21,08:50:17.149] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,08:50:23.690] [DEBUG] 6 processes running of frp type [2025-11-21,09:05:18.367] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,09:05:24.819] [DEBUG] 6 processes running of frp type [2025-11-21,09:20:17.138] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,09:20:23.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' [2025-11-21,09:35:17.276] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,09:35:23.818] [DEBUG] 6 processes running of frp type [2025-11-21,09:50:17.450] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,09:50:23.975] [DEBUG] 6 processes running of frp type [2025-11-21,10:05:17.613] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,10:05:24.342] [DEBUG] 6 processes running of frp type [2025-11-21,10:20:17.724] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,10: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' [2025-11-21,10:35:18.173] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,10:35:24.738] [DEBUG] 6 processes running of frp type [2025-11-21,10:50:17.298] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,10:50:24.000] [DEBUG] 6 processes running of frp type [2025-11-21,11:05:17.526] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,11:05:24.243] [DEBUG] 6 processes running of frp type [2025-11-21,11:20:17.459] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,11: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' [2025-11-21,11:35:17.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,11:35:23.703] [DEBUG] 6 processes running of frp type [2025-11-21,11:50:17.599] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,11:50:24.156] [DEBUG] 6 processes running of frp type [2025-11-21,12:05:17.512] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,12:05:24.041] [DEBUG] 6 processes running of frp type [2025-11-21,12:20:17.263] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,12: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-21,12:26:39.616] [INFO] Initializing BusSpeedStateManager V2 [2025-11-21,12:26:39.622] [INFO] LocationSqlManager initialising [2025-11-21,12:26:39.623] [INFO] Location DB initialising [2025-11-21,12:26:39.634] [INFO] LocationSqlManager initialisation complete [2025-11-21,12:26:39.636] [DEBUG] UploadManager Init [2025-11-21,12:26:39.636] [DEBUG] UploadManager Init Complete [2025-11-21,12:26:39.640] [INFO] Initializing GPS... [2025-11-21,12:26:39.643] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:42.337] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,12:28:48.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( [2025-11-21,12:28:57.107] [DEBUG] Log Upload Complete! [2025-11-21,12:31:42.419] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-21,12:31:49.448] [DEBUG] Remote Access Enabled [2025-11-21,12:31:55.648] [INFO] Server Address: 138.201.17.179 [2025-11-21,12:31:55.649] [INFO] Server Port: 7000 [2025-11-21,12:31:55.653] [DEBUG] Starting Remote Access! 2025-11-21 12:31:55.791 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-21 12:31:55.792 [I] [client/service.go:294] try to connect to server... [2025-11-21,12:31:56.626] [INFO] downloaded zip passenger_count 2025-11-21 12:31:56.703 [I] [client/service.go:286] [19e51a4f67371108] login to server success, get run id [19e51a4f67371108] 2025-11-21 12:31:56.704 [I] [proxy/proxy_manager.go:173] [19e51a4f67371108] proxy added: [DTN57CC4444] [2025-11-21,12:31:56.874] [INFO] extraction successful 2025-11-21 12:31:57.018 [I] [client/control.go:168] [19e51a4f67371108] [DTN57CC4444] start proxy success [2025-11-21,12:31:57.165] [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' 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:49:31.521] [INFO] Initializing BusSpeedStateManager V2 [2025-11-21,23:49:31.527] [INFO] LocationSqlManager initialising [2025-11-21,23:49:31.527] [INFO] Location DB initialising [2025-11-21,23:49:31.537] [INFO] LocationSqlManager initialisation complete [2025-11-21,23:49:31.538] [DEBUG] UploadManager Init [2025-11-21,23:49:31.538] [DEBUG] UploadManager Init Complete [2025-11-21,23:49:31.542] [INFO] Initializing GPS... [2025-11-21,23:49:31.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' 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-22,00:20:43.031] [INFO] Initializing BusSpeedStateManager V2 [2025-11-22,00:20:43.038] [INFO] LocationSqlManager initialising [2025-11-22,00:20:43.039] [INFO] Location DB initialising [2025-11-22,00:20:43.050] [INFO] LocationSqlManager initialisation complete [2025-11-22,00:20:43.051] [DEBUG] UploadManager Init [2025-11-22,00:20:43.052] [DEBUG] UploadManager Init Complete [2025-11-22,00:20:43.056] [INFO] Initializing GPS... [2025-11-22,00:20:43.059] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:22:46.804] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,00:22:53.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( [2025-11-22,00:23:01.503] [DEBUG] Log Upload Complete! [2025-11-22,00:25:46.654] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,00:25:53.298] [DEBUG] Remote Access Enabled [2025-11-22,00:25:59.718] [INFO] Server Address: 138.201.17.179 [2025-11-22,00:25:59.719] [INFO] Server Port: 7000 [2025-11-22,00:25:59.724] [DEBUG] Starting Remote Access! 2025-11-22 00:25:59.873 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-22 00:25:59.874 [I] [client/service.go:294] try to connect to server... 2025-11-22 00:26:01.002 [I] [client/service.go:286] [3a98fdb2b7f1906d] login to server success, get run id [3a98fdb2b7f1906d] 2025-11-22 00:26:01.003 [I] [proxy/proxy_manager.go:173] [3a98fdb2b7f1906d] proxy added: [DTN57CC4444] 2025-11-22 00:26:01.327 [I] [client/control.go:168] [3a98fdb2b7f1906d] [DTN57CC4444] 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,00:35:17.613] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,00:35:24.174] [DEBUG] 6 processes running of frp type [2025-11-22,00:50:17.616] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,00:50:24.119] [DEBUG] 6 processes running of frp type [2025-11-22,01:05:17.458] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,01:05:24.029] [DEBUG] 6 processes running of frp type [2025-11-22,01:20:17.255] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,01: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-11-22,01:35:17.833] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,01:35:24.313] [DEBUG] 6 processes running of frp type [2025-11-22,01:50:17.836] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,01:50:24.416] [DEBUG] 6 processes running of frp type [2025-11-22,02:05:18.160] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,02:05:24.683] [DEBUG] 6 processes running of frp type [2025-11-22,02:20:17.866] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,02: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-22,02:35:17.610] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,02:35:24.160] [DEBUG] 6 processes running of frp type 2025-11-22 02:44:58.591 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 02:45:08.592 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 02:45:08.593 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 02:45:18.595 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 02:45:18.596 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 02:45:28.597 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 02:45:28.597 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 02:45:38.599 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 02:45:38.599 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 02:45:48.601 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 02:46:08.603 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 02:46:18.605 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 02:46:38.606 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 02:46:48.607 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 02:47:08.609 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 02:47:18.610 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 02:47:38.612 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 02:47:38.615 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-22 02:47:58.616 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 02:47:59.820 [I] [client/service.go:286] [3a98fdb2b7f1906d] login to server success, get run id [3a98fdb2b7f1906d] 2025-11-22 02:47:59.821 [I] [proxy/proxy_manager.go:173] [3a98fdb2b7f1906d] proxy added: [DTN57CC4444] 2025-11-22 02:48:00.451 [I] [client/control.go:168] [3a98fdb2b7f1906d] [DTN57CC4444] start proxy success [2025-11-22,02:50:17.867] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,02:50:24.439] [DEBUG] 6 processes running of frp type [2025-11-22,03:05:17.738] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,03:05:24.345] [DEBUG] 6 processes running of frp type [2025-11-22,03:20:17.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,03: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' [2025-11-22,03:35:17.889] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,03:35:24.664] [DEBUG] 6 processes running of frp type [2025-11-22,03:50:17.075] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,03:50:23.610] [DEBUG] 6 processes running of frp type [2025-11-22,04:05:18.014] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,04:05:24.555] [DEBUG] 6 processes running of frp type 2025-11-22 04:06:31.414 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 04:06:31.608 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-22 04:06:33.620 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 04:06:34.648 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-22 04:06:38.696 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 04:06:38.700 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-22 04:06:46.868 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 04:06:47.976 [I] [client/service.go:286] [3a98fdb2b7f1906d] login to server success, get run id [3a98fdb2b7f1906d] 2025-11-22 04:06:47.977 [I] [proxy/proxy_manager.go:173] [3a98fdb2b7f1906d] proxy added: [DTN57CC4444] 2025-11-22 04:06:48.305 [I] [client/control.go:168] [3a98fdb2b7f1906d] [DTN57CC4444] start proxy success [2025-11-22,04:20:18.281] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,04: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' [2025-11-22,04:35:17.857] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,04:35:24.428] [DEBUG] 6 processes running of frp type [2025-11-22,04:50:17.332] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,04:50:23.917] [DEBUG] 6 processes running of frp type [2025-11-22,05:05:17.205] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,05:05:24.111] [DEBUG] 6 processes running of frp type [2025-11-22,05:20:17.725] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,05: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-22,05:35:18.886] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,05:35:25.408] [DEBUG] 6 processes running of frp type [2025-11-22,05:50:17.209] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,05:50:24.325] [DEBUG] 6 processes running of frp type [2025-11-22,06:05:17.592] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,06:05:24.089] [DEBUG] 6 processes running of frp type 2025-11-22 06:18:35.363 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 06:18:45.365 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:18:45.366 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 06:18:55.368 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:18:55.370 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 06:19:05.371 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:19:05.371 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 06:19:15.373 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:19:15.374 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 06:19:25.375 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:19:45.376 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 06:19:55.378 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:20:15.379 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 06:20:18.434 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-22 06:20:38.435 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 06:20:48.437 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:21:08.438 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 06:21:18.441 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:21:38.443 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 06:21:48.445 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:22:08.448 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 06:22:18.449 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:22:38.450 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 06:22:48.453 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:23:08.453 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 06:23:18.455 [W] [client/service.go:297] [3a98fdb2b7f1906d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-22 06:23:38.456 [I] [client/service.go:294] [3a98fdb2b7f1906d] try to connect to server... 2025-11-22 06:23:39.347 [I] [client/service.go:286] [3a98fdb2b7f1906d] login to server success, get run id [3a98fdb2b7f1906d] 2025-11-22 06:23:39.349 [I] [proxy/proxy_manager.go:173] [3a98fdb2b7f1906d] proxy added: [DTN57CC4444] 2025-11-22 06:23:39.634 [I] [client/control.go:168] [3a98fdb2b7f1906d] [DTN57CC4444] 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,06:30:41.955] [INFO] Initializing BusSpeedStateManager V2 [2025-11-22,06:30:41.960] [INFO] LocationSqlManager initialising [2025-11-22,06:30:41.960] [INFO] Location DB initialising [2025-11-22,06:30:41.969] [INFO] LocationSqlManager initialisation complete [2025-11-22,06:30:41.970] [DEBUG] UploadManager Init [2025-11-22,06:30:41.970] [DEBUG] UploadManager Init Complete [2025-11-22,06:30:41.973] [INFO] Initializing GPS... [2025-11-22,06:30:41.975] [INFO] Starting location capture [2025-11-22,06:31:43.731] [INFO] Initializing BusSpeedStateManager V2 [2025-11-22,06:31:43.735] [INFO] LocationSqlManager initialising [2025-11-22,06:31:43.736] [INFO] Location DB initialising [2025-11-22,06:31:43.745] [INFO] LocationSqlManager initialisation complete [2025-11-22,06:31:43.745] [DEBUG] UploadManager Init [2025-11-22,06:31:43.746] [DEBUG] UploadManager Init Complete [2025-11-22,06:31:43.748] [INFO] Initializing GPS... [2025-11-22,06:31:43.750] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:33:48.439] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,06:34:00.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-22,06:34:09.398] [DEBUG] Log Upload Complete! [2025-11-22,06:36:38.733] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.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-22,06:36:48.603] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,06:36:56.485] [DEBUG] Remote Access Enabled [2025-11-22,06:37:02.655] [INFO] Server Address: 138.201.17.179 [2025-11-22,06:37:02.657] [INFO] Server Port: 7000 [2025-11-22,06:37:02.666] [DEBUG] Starting Remote Access! 2025-11-22 06:37:02.846 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-22 06:37:02.847 [I] [client/service.go:294] try to connect to server... 2025-11-22 06:37:05.059 [I] [client/service.go:286] [06e9a6586c2b43b9] login to server success, get run id [06e9a6586c2b43b9] 2025-11-22 06:37:05.060 [I] [proxy/proxy_manager.go:173] [06e9a6586c2b43b9] proxy added: [DTN57CC4444] 2025-11-22 06:37:05.527 [I] [client/control.go:168] [06e9a6586c2b43b9] [DTN57CC4444] start proxy success [2025-11-22,06:50:17.316] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,06:50:23.809] [DEBUG] 6 processes running of frp type [2025-11-22,07:05:17.139] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,07:05:23.725] [DEBUG] 6 processes running of frp type [2025-11-22,07:20:18.273] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,07: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-11-22,07:35:17.350] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,07:35:24.007] [DEBUG] 6 processes running of frp type [2025-11-22,07:50:18.035] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,07:50:24.638] [DEBUG] 6 processes running of frp type [2025-11-22,08:02:17.971] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,08:02:24.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( [2025-11-22,08:02:32.178] [DEBUG] Log Upload Complete! [2025-11-22,08:05:18.387] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,08:05:24.910] [DEBUG] 6 processes running of frp type [2025-11-22,08:20:17.143] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,08:20:23.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-11-22,08:35:17.542] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,08:35:19.229] [DEBUG] 6 processes running of frp type [2025-11-22,08:50:17.745] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,08:50:24.412] [DEBUG] 6 processes running of frp type [2025-11-22,09:05:17.818] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,09:05:24.348] [DEBUG] 6 processes running of frp type [2025-11-22,09:20:17.605] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,09: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' [2025-11-22,09:35:17.808] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,09:35:24.389] [DEBUG] 6 processes running of frp type [2025-11-22,09:50:17.619] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,09:50:24.166] [DEBUG] 6 processes running of frp type [2025-11-22,10:05:17.827] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,10:05:24.430] [DEBUG] 6 processes running of frp type [2025-11-22,10:20:17.640] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,10: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' [2025-11-22,10:35:17.701] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,10:35:24.336] [DEBUG] 6 processes running of frp type [2025-11-22,10:50:17.933] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,10:50:24.481] [DEBUG] 6 processes running of frp type [2025-11-22,11:05:17.807] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,11:05:24.390] [DEBUG] 6 processes running of frp type [2025-11-22,11:20:17.684] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,11: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' [2025-11-22,11:35:17.428] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,11:35:24.054] [DEBUG] 6 processes running of frp type [2025-11-22,11:50:17.993] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,11:50:24.546] [DEBUG] 6 processes running of frp type [2025-11-22,12:05:17.841] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,12:05:24.445] [DEBUG] 6 processes running of frp type [2025-11-22,12:20:17.774] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,12: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-11-22,12:35:17.374] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,12:35:23.835] [DEBUG] 6 processes running of frp type [2025-11-22,12:50:17.418] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,12:50:23.948] [DEBUG] 6 processes running of frp type [2025-11-22,13:05:17.563] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,13:05:24.113] [DEBUG] 6 processes running of frp type [2025-11-22,13:20:17.545] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,13: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' [2025-11-22,13:35:17.700] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,13:35:24.257] [DEBUG] 6 processes running of frp type [2025-11-22,13:50:17.078] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,13:50:23.637] [DEBUG] 6 processes running of frp type [2025-11-22,14:05:18.192] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,14:05:24.764] [DEBUG] 6 processes running of frp type [2025-11-22,14:20:17.071] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,14:20:23.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' [2025-11-22,14:35:17.271] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,14:35:23.816] [DEBUG] 6 processes running of frp type [2025-11-22,14:50:18.186] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,14:50:25.094] [DEBUG] 6 processes running of frp type [2025-11-22,15:05:17.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,15:05:24.279] [DEBUG] 6 processes running of frp type [2025-11-22,15:20:17.667] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,15:20:24.214] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.645] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,15:35:24.249] [DEBUG] 6 processes running of frp type [2025-11-22,15:50:18.176] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,15:50:24.715] [DEBUG] 6 processes running of frp type [2025-11-22,16:05:18.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,16:05:24.614] [DEBUG] 6 processes running of frp type [2025-11-22,16:20:17.950] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,16: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' [2025-11-22,16:35:17.370] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,16:35:24.003] [DEBUG] 6 processes running of frp type [2025-11-22,16:50:17.328] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,16:50:23.896] [DEBUG] 6 processes running of frp type [2025-11-22,17:05:17.305] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,17:05:23.905] [DEBUG] 6 processes running of frp type [2025-11-22,17:20:17.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,17:20:23.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-22,17:35:17.575] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,17:35:24.162] [DEBUG] 6 processes running of frp type [2025-11-22,17:50:17.507] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,17:50:24.140] [DEBUG] 6 processes running of frp type [2025-11-22,18:05:17.472] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,18:05:24.074] [DEBUG] 6 processes running of frp type [2025-11-22,18:20:17.384] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,18: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-11-22,18:35:17.122] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,18:35:23.684] [DEBUG] 6 processes running of frp type [2025-11-22,18:50:17.168] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,18:50:23.740] [DEBUG] 6 processes running of frp type [2025-11-22,19:05:17.365] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,19:05:23.907] [DEBUG] 6 processes running of frp type [2025-11-22,19:20:17.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,19: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' [2025-11-22,19:35:17.444] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,19:35:24.031] [DEBUG] 6 processes running of frp type [2025-11-22,19:50:18.065] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,19:50:24.688] [DEBUG] 6 processes running of frp type [2025-11-22,20:05:18.362] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,20:05:24.882] [DEBUG] 6 processes running of frp type [2025-11-22,20:20:17.327] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,20:20:24.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' [2025-11-22,20:35:17.616] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,20:35:24.438] [DEBUG] 6 processes running of frp type [2025-11-22,20:50:17.993] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,20:50:25.414] [DEBUG] 6 processes running of frp type [2025-11-22,21:05:17.983] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,21:05:24.986] [DEBUG] 6 processes running of frp type 2025-11-22 21:06:32.284 [I] [client/service.go:294] [06e9a6586c2b43b9] try to connect to server... 2025-11-22 21:06:33.221 [I] [client/service.go:286] [06e9a6586c2b43b9] login to server success, get run id [06e9a6586c2b43b9] 2025-11-22 21:06:33.222 [I] [proxy/proxy_manager.go:173] [06e9a6586c2b43b9] proxy added: [DTN57CC4444] 2025-11-22 21:06:33.573 [I] [client/control.go:168] [06e9a6586c2b43b9] [DTN57CC4444] start proxy success [2025-11-22,21:20:17.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,21: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' [2025-11-22,21:35:17.490] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,21:35:24.370] [DEBUG] 6 processes running of frp type [2025-11-22,21:50:17.504] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,21:50:24.684] [DEBUG] 6 processes running of frp type [2025-11-22,22:05:18.099] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,22:05:24.666] [DEBUG] 6 processes running of frp type [2025-11-22,22:20:17.904] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,22: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-11-22,22:35:17.688] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,22:35:24.285] [DEBUG] 6 processes running of frp type [2025-11-22,22:50:22.365] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,22:50:29.173] [DEBUG] 6 processes running of frp type [2025-11-22,23:05:17.587] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,23:05:24.348] [DEBUG] 6 processes running of frp type [2025-11-22,23:20:17.572] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,23: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' 2025-11-22 23:27:44.257 [I] [client/service.go:294] [06e9a6586c2b43b9] try to connect to server... 2025-11-22 23:27:45.176 [I] [client/service.go:286] [06e9a6586c2b43b9] login to server success, get run id [06e9a6586c2b43b9] 2025-11-22 23:27:45.177 [I] [proxy/proxy_manager.go:173] [06e9a6586c2b43b9] proxy added: [DTN57CC4444] 2025-11-22 23:27:59.233 [I] [client/control.go:168] [06e9a6586c2b43b9] [DTN57CC4444] start proxy success [2025-11-22,23:35:18.301] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,23:35:25.261] [DEBUG] 6 processes running of frp type [2025-11-22,23:50:17.845] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-22,23:50:24.434] [DEBUG] 6 processes running of frp type [2025-11-23,00:05:17.972] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,00:05:26.256] [DEBUG] 6 processes running of frp type [2025-11-23,00:20:17.649] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,00: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-23,00:35:17.920] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,00:35:24.531] [DEBUG] 6 processes running of frp type [2025-11-23,00:50:18.131] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,00:50:27.076] [DEBUG] 6 processes running of frp type [2025-11-23,01:05:17.425] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,01:05:23.958] [DEBUG] 6 processes running of frp type [2025-11-23,01:20:17.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,01:20:24.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-23,01:35:17.827] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,01:35:24.379] [DEBUG] 6 processes running of frp type [2025-11-23,01:50:18.379] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,01:50:25.003] [DEBUG] 6 processes running of frp type [2025-11-23,02:05:17.285] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,02:05:23.963] [DEBUG] 6 processes running of frp type 2025-11-23 02:18:51.236 [I] [client/service.go:294] [06e9a6586c2b43b9] try to connect to server... 2025-11-23 02:18:54.536 [I] [client/service.go:286] [06e9a6586c2b43b9] login to server success, get run id [06e9a6586c2b43b9] 2025-11-23 02:18:54.537 [I] [proxy/proxy_manager.go:173] [06e9a6586c2b43b9] proxy added: [DTN57CC4444] 2025-11-23 02:18:58.150 [I] [client/control.go:168] [06e9a6586c2b43b9] [DTN57CC4444] start proxy success [2025-11-23,02:20:17.165] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,02: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-11-23,02:35:17.273] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,02:35:23.964] [DEBUG] 6 processes running of frp type [2025-11-23,02:50:17.874] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,02:50:24.530] [DEBUG] 6 processes running of frp type [2025-11-23,03:05:18.252] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,03:05:24.809] [DEBUG] 6 processes running of frp type [2025-11-23,03:20:17.253] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,03: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-23,03:35:18.141] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,03:35:25.074] [DEBUG] 6 processes running of frp type [2025-11-23,03:50:17.452] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,03:50:24.113] [DEBUG] 6 processes running of frp type [2025-11-23,04:05:17.849] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,04:05:24.532] [DEBUG] 6 processes running of frp type 2025-11-23 04:06:36.618 [I] [client/service.go:294] [06e9a6586c2b43b9] try to connect to server... 2025-11-23 04:06:38.764 [W] [client/service.go:297] [06e9a6586c2b43b9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 04:06:38.765 [I] [client/service.go:294] [06e9a6586c2b43b9] try to connect to server... 2025-11-23 04:06:39.793 [W] [client/service.go:297] [06e9a6586c2b43b9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 04:06:44.066 [I] [client/service.go:294] [06e9a6586c2b43b9] try to connect to server... 2025-11-23 04:06:44.070 [W] [client/service.go:297] [06e9a6586c2b43b9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 04:06:53.458 [I] [client/service.go:294] [06e9a6586c2b43b9] try to connect to server... 2025-11-23 04:06:53.460 [W] [client/service.go:297] [06e9a6586c2b43b9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 04:07:13.045 [I] [client/service.go:294] [06e9a6586c2b43b9] try to connect to server... 2025-11-23 04:07:13.048 [W] [client/service.go:297] [06e9a6586c2b43b9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 04:07:33.050 [I] [client/service.go:294] [06e9a6586c2b43b9] try to connect to server... 2025-11-23 04:07:33.054 [W] [client/service.go:297] [06e9a6586c2b43b9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 04:07:53.055 [I] [client/service.go:294] [06e9a6586c2b43b9] try to connect to server... 2025-11-23 04:07:53.059 [W] [client/service.go:297] [06e9a6586c2b43b9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 04:08:13.060 [I] [client/service.go:294] [06e9a6586c2b43b9] try to connect to server... 2025-11-23 04:08:13.064 [W] [client/service.go:297] [06e9a6586c2b43b9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 04:08:33.066 [I] [client/service.go:294] [06e9a6586c2b43b9] try to connect to server... 2025-11-23 04:08:33.070 [W] [client/service.go:297] [06e9a6586c2b43b9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-23 04:08:53.071 [I] [client/service.go:294] [06e9a6586c2b43b9] try to connect to server... 2025-11-23 04:08:54.135 [I] [client/service.go:286] [06e9a6586c2b43b9] login to server success, get run id [06e9a6586c2b43b9] 2025-11-23 04:08:54.136 [I] [proxy/proxy_manager.go:173] [06e9a6586c2b43b9] proxy added: [DTN57CC4444] 2025-11-23 04:08:54.440 [I] [client/control.go:168] [06e9a6586c2b43b9] [DTN57CC4444] start proxy success [2025-11-23,04:20:17.732] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,04: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-23,04:35:16.890] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,04:35:23.523] [DEBUG] 6 processes running of frp type [2025-11-23,04:50:17.915] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,04:50:24.439] [DEBUG] 6 processes running of frp type [2025-11-23,05:05:18.070] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,05:05:24.594] [DEBUG] 6 processes running of frp type [2025-11-23,05:20:17.998] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,05: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' [2025-11-23,05:35:18.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,05:35:25.031] [DEBUG] 6 processes running of frp type [2025-11-23,05:50:17.581] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,05:50:24.327] [DEBUG] 6 processes running of frp type [2025-11-23,06:05:17.937] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,06:05:24.445] [DEBUG] 6 processes running of frp type 2025-11-23 06:10:37.315 [I] [client/service.go:294] [06e9a6586c2b43b9] try to connect to server... 2025-11-23 06:10:38.437 [I] [client/service.go:286] [06e9a6586c2b43b9] login to server success, get run id [06e9a6586c2b43b9] 2025-11-23 06:10:38.438 [I] [proxy/proxy_manager.go:173] [06e9a6586c2b43b9] proxy added: [DTN57CC4444] 2025-11-23 06:10:38.768 [I] [client/control.go:168] [06e9a6586c2b43b9] [DTN57CC4444] start proxy success [2025-11-23,06:20:17.898] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,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-23,06:30:42.097] [INFO] Initializing BusSpeedStateManager V2 [2025-11-23,06:30:42.101] [INFO] LocationSqlManager initialising [2025-11-23,06:30:42.102] [INFO] Location DB initialising [2025-11-23,06:30:42.111] [INFO] LocationSqlManager initialisation complete [2025-11-23,06:30:42.112] [DEBUG] UploadManager Init [2025-11-23,06:30:42.113] [DEBUG] UploadManager Init Complete [2025-11-23,06:30:42.115] [INFO] Initializing GPS... [2025-11-23,06:30:42.117] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.906] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,06:32:57.382] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:05.170] [DEBUG] Log Upload Complete! [2025-11-23,06:35:45.953] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,06:35:52.519] [DEBUG] Remote Access Enabled [2025-11-23,06:35:58.670] [INFO] Server Address: 138.201.17.179 [2025-11-23,06:35:58.671] [INFO] Server Port: 7000 [2025-11-23,06:35:58.680] [DEBUG] Starting Remote Access! 2025-11-23 06:35:58.873 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-23 06:35:58.874 [I] [client/service.go:294] try to connect to server... 2025-11-23 06:35:59.741 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-23 06:35:59.742 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-23 06:36:00.054 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success [2025-11-23,06:50:18.111] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,06:50:24.737] [DEBUG] 6 processes running of frp type [2025-11-23,07:05:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,07:05:24.048] [DEBUG] 6 processes running of frp type [2025-11-23,07:20:17.283] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,07: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-23,07:35:17.921] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,07:35:24.489] [DEBUG] 6 processes running of frp type [2025-11-23,07:50:17.440] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,07:50:24.595] [DEBUG] 6 processes running of frp type [2025-11-23,08:02:18.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,08:02:24.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( [2025-11-23,08:02:35.479] [DEBUG] Log Upload Complete! [2025-11-23,08:05:18.358] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,08:05:24.900] [DEBUG] 6 processes running of frp type [2025-11-23,08:20:17.100] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,08:20:23.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-11-23,08:35:17.425] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,08:35:23.987] [DEBUG] 6 processes running of frp type [2025-11-23,08:50:17.817] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,08:50:24.390] [DEBUG] 6 processes running of frp type [2025-11-23,09:05:17.636] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,09:05:24.205] [DEBUG] 6 processes running of frp type [2025-11-23,09:20:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,09: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-11-23,09:35:17.839] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,09:35:24.372] [DEBUG] 6 processes running of frp type [2025-11-23,09:50:17.994] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,09:50:24.599] [DEBUG] 6 processes running of frp type [2025-11-23,10:05:18.247] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,10:05:24.805] [DEBUG] 6 processes running of frp type [2025-11-23,10:20:16.983] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,10:20:23.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-23,10:35:17.691] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,10:35:24.217] [DEBUG] 6 processes running of frp type [2025-11-23,10:50:17.304] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,10:50:23.875] [DEBUG] 6 processes running of frp type [2025-11-23,11:05:17.353] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,11:05:23.945] [DEBUG] 6 processes running of frp type [2025-11-23,11:20:17.288] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,11: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' [2025-11-23,11:35:17.842] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,11:35:24.734] [DEBUG] 6 processes running of frp type [2025-11-23,11:50:18.224] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,11:50:24.825] [DEBUG] 6 processes running of frp type [2025-11-23,12:05:17.148] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,12:05:23.745] [DEBUG] 6 processes running of frp type [2025-11-23,12:20:17.391] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,12: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-11-23,12:35:17.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,12:35:24.117] [DEBUG] 6 processes running of frp type [2025-11-23,12:50:17.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,12:50:23.664] [DEBUG] 6 processes running of frp type [2025-11-23,13:05:17.798] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,13:05:24.335] [DEBUG] 6 processes running of frp type [2025-11-23,13:20:17.522] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,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-23,13:35:17.985] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,13:35:24.577] [DEBUG] 6 processes running of frp type [2025-11-23,13:50:17.341] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,13:50:24.425] [DEBUG] 6 processes running of frp type [2025-11-23,14:05:17.722] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,14:05:24.336] [DEBUG] 6 processes running of frp type [2025-11-23,14:20:17.590] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,14: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-23,14:35:17.608] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,14:35:24.170] [DEBUG] 6 processes running of frp type [2025-11-23,14:50:17.587] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,14:50:24.103] [DEBUG] 6 processes running of frp type [2025-11-23,15:05:17.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,15:05:24.045] [DEBUG] 6 processes running of frp type [2025-11-23,15:20:17.271] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,15:20:23.910] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.331] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,15:35:24.144] [DEBUG] 6 processes running of frp type [2025-11-23,15:50:17.513] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,15:50:24.313] [DEBUG] 6 processes running of frp type [2025-11-23,16:05:17.824] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,16:05:24.756] [DEBUG] 6 processes running of frp type [2025-11-23,16:20:17.354] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,16: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-23,16:35:17.243] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,16:35:23.897] [DEBUG] 6 processes running of frp type [2025-11-23,16:50:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,16:50:24.010] [DEBUG] 6 processes running of frp type [2025-11-23,17:05:17.364] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,17:05:23.936] [DEBUG] 6 processes running of frp type [2025-11-23,17:20:17.085] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,17: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' [2025-11-23,17:35:17.306] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,17:35:23.876] [DEBUG] 6 processes running of frp type [2025-11-23,17:50:17.402] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,17:50:23.931] [DEBUG] 6 processes running of frp type [2025-11-23,18:05:17.487] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,18:05:24.059] [DEBUG] 6 processes running of frp type [2025-11-23,18:20:17.343] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,18: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' [2025-11-23,18:35:17.760] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,18:35:24.262] [DEBUG] 6 processes running of frp type [2025-11-23,18:50:17.363] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,18:50:23.926] [DEBUG] 6 processes running of frp type [2025-11-23,19:05:17.074] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,19:05:23.599] [DEBUG] 6 processes running of frp type [2025-11-23,19:20:17.820] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,19: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-23,19:35:17.732] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,19:35:24.331] [DEBUG] 6 processes running of frp type [2025-11-23,19:50:18.100] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,19:50:24.678] [DEBUG] 6 processes running of frp type [2025-11-23,20:05:17.178] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,20:05:23.703] [DEBUG] 6 processes running of frp type [2025-11-23,20:20:18.373] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,20:20:25.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-23,20:35:18.009] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,20:35:24.661] [DEBUG] 6 processes running of frp type [2025-11-23,20:50:17.975] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,20:50:24.514] [DEBUG] 6 processes running of frp type [2025-11-23,21:05:18.281] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,21:05:24.795] [DEBUG] 6 processes running of frp type [2025-11-23,21:20:18.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,21:20:25.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' [2025-11-23,21:35:18.305] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,21:35:25.002] [DEBUG] 6 processes running of frp type [2025-11-23,21:50:17.985] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,21:50:24.573] [DEBUG] 6 processes running of frp type [2025-11-23,22:05:17.966] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,22:05:24.546] [DEBUG] 6 processes running of frp type [2025-11-23,22:20:17.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,22:20:25.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-11-23,22:35:17.080] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,22:35:23.594] [DEBUG] 6 processes running of frp type [2025-11-23,22:50:18.172] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,22:50:24.757] [DEBUG] 6 processes running of frp type [2025-11-23,23:05:17.184] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,23:05:23.704] [DEBUG] 6 processes running of frp type [2025-11-23,23:20:16.897] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,23:20:25.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' [2025-11-23,23:35:17.526] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,23:35:24.020] [DEBUG] 6 processes running of frp type [2025-11-23,23:50:17.129] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-23,23:50:23.889] [DEBUG] 6 processes running of frp type [2025-11-24,00:05:17.458] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,00:05:24.134] [DEBUG] 6 processes running of frp type [2025-11-24,00:20:17.435] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,00: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-24,00:35:18.987] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,00:35:25.615] [DEBUG] 6 processes running of frp type [2025-11-24,00:50:17.996] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,00:50:24.704] [DEBUG] 6 processes running of frp type [2025-11-24,01:05:16.995] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,01:05:24.091] [DEBUG] 6 processes running of frp type [2025-11-24,01:20:17.459] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,01:20:24.246] [DEBUG] 6 processes running of frp type 2025-11-24 01:21:16.199 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 01:21:17.160 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 01:21:17.161 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 01:21:17.465 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] 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-24,01:35:17.388] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,01:35:24.013] [DEBUG] 6 processes running of frp type [2025-11-24,01:50:17.174] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,01:50:23.919] [DEBUG] 6 processes running of frp type [2025-11-24,02:05:17.603] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,02:05:24.239] [DEBUG] 6 processes running of frp type [2025-11-24,02:20:17.467] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,02: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-24,02:35:17.605] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,02:35:24.255] [DEBUG] 6 processes running of frp type 2025-11-24 02:48:04.034 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 02:48:21.223 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: i/o deadline reached 2025-11-24 02:48:21.223 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 02:48:27.997 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 02:48:27.999 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 02:48:29.720 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success [2025-11-24,02:50:17.751] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,02:50:26.518] [DEBUG] 6 processes running of frp type 2025-11-24 03:00:43.090 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 03:00:53.092 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 03:00:53.093 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 03:00:55.777 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 03:00:55.778 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 03:00:56.211 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success [2025-11-24,03:05:18.877] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,03:05:25.439] [DEBUG] 6 processes running of frp type [2025-11-24,03:20:17.095] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,03:20:23.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' [2025-11-24,03:35:17.325] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,03:35:23.883] [DEBUG] 6 processes running of frp type [2025-11-24,03:50:17.367] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,03:50:23.984] [DEBUG] 6 processes running of frp type 2025-11-24 04:01:26.992 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:01:31.351 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 04:01:31.352 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 04:01:31.690 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success [2025-11-24,04:05:17.556] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-24,04:05:24.276] [DEBUG] 6 processes running of frp type 2025-11-24 04:06:44.620 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:06:54.622 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:06:54.622 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:06:57.503 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 04:06:57.505 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 04:06:57.802 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 04:13:41.204 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:13:51.205 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:13:51.206 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:14:01.207 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:14:01.208 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:14:04.252 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:14:13.177 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:14:13.371 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:14:32.607 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:14:32.626 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:14:52.627 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:14:55.452 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:15:15.453 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:15:18.492 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:15:38.493 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:15:40.785 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:16:00.787 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:16:03.079 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:16:23.080 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:16:23.345 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:16:43.346 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:16:44.249 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 04:16:44.250 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 04:16:44.558 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 04:18:54.568 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:19:04.570 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:19:04.570 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:19:14.572 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:19:14.573 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:19:20.839 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:19:20.839 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:19:23.879 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:19:43.728 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:19:46.758 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:20:06.759 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:20:16.761 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:20:36.762 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:20:39.798 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:20:59.800 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:21:02.091 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:21:22.092 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:21:30.456 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 04:21:30.457 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 04:21:30.770 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 04:23:40.462 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:23:50.465 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:23:50.466 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:24:00.468 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:24:00.469 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:24:10.472 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:24:10.473 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:24:20.474 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:24:20.475 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:24:26.545 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:24:46.546 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:24:56.548 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:25:16.550 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:25:26.552 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:25:46.554 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:25:49.585 [W] [client/service.go:297] [2c1b972823b62d3c] 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-24 04:26:09.587 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:26:11.879 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:26:31.880 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:26:32.784 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 04:26:32.785 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 04:26:33.090 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 04:28:43.063 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:28:53.064 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:28:53.065 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:29:03.066 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:29:03.067 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:29:13.068 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:29:13.069 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:29:23.071 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:29:23.072 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:29:23.293 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:29:43.294 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:29:45.585 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:30:05.587 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:30:15.589 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:30:35.590 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:30:36.706 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:30:56.707 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:30:59.745 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:31:19.747 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:31:22.038 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:31:42.040 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:31:43.007 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 04:31:43.008 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 04:31:43.298 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 04:34:27.129 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:34:37.131 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:34:37.131 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:34:40.172 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:34:40.173 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:34:43.212 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:34:52.884 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:35:02.885 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:35:02.886 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:35:12.888 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:35:32.889 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:35:42.891 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:36:02.892 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:36:04.652 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:36:24.653 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:36:24.918 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:36:44.919 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:36:45.974 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 04:36:45.976 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 04:36:46.311 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 04:38:56.271 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:39:06.273 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:39:06.274 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:39:16.276 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:39:16.276 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:39:26.278 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:39:26.279 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:39:36.280 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:39:36.281 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:39:42.385 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:40:02.386 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:40:05.425 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:40:25.426 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:40:28.465 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:40:48.466 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:40:51.506 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:41:11.506 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:41:13.799 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:41:33.801 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:41:36.899 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:41:56.900 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:41:57.743 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 04:41:57.745 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 04:41:59.251 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 04:44:09.483 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:44:19.486 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:44:19.486 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:44:29.488 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:44:29.489 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:44:39.491 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:44:39.491 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:44:49.494 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:44:49.494 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:44:52.545 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:45:12.547 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:45:22.549 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:45:42.551 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:45:43.719 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:46:03.719 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:46:06.012 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:46:26.013 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:46:26.278 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:46:46.279 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:46:47.135 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 04:46:47.136 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 04:46:47.688 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 04:48:57.499 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:49:07.501 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:49:07.501 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:49:17.504 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:49:17.504 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:49:29.938 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 04:49:29.938 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:49:39.940 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:49:39.941 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:49:49.943 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:50:09.944 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:50:10.225 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:50:30.226 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:50:30.385 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:50:50.385 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:50:51.718 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:51:11.720 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:51:14.011 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:51:34.012 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:51:34.278 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:51:54.280 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:52:02.741 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 04:52:02.742 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 04:52:03.018 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 04:53:42.377 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:53:52.379 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:53:52.379 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:54:02.381 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:54:02.382 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:54:12.384 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:54:12.385 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:54:22.386 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:54:22.387 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:54:22.598 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:54:42.600 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:54:42.865 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:55:02.866 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:55:12.869 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:55:32.870 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:55:35.905 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:55:55.906 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:55:58.945 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:56:18.946 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:56:21.239 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 04:56:41.240 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:56:42.201 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 04:56:42.202 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 04:56:42.553 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 04:58:52.857 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:59:07.654 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 04:59:07.655 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:59:20.090 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 04:59:20.091 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:59:30.093 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:59:30.094 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:59:40.095 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 04:59:40.096 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 04:59:56.938 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 05:00:16.939 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:00:26.941 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:00:46.941 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:00:52.998 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:01:13.000 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:01:16.038 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:01:36.040 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:01:44.526 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 05:01:44.528 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 05:01:44.830 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 05:03:54.531 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:04:04.533 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:04:04.534 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:04:14.536 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:04:14.536 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:04:24.538 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:04:24.539 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:04:34.541 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:04:54.542 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:04:57.585 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:05:17.587 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:05:20.625 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:05:40.626 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:05:50.628 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:06:10.629 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:06:20.631 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:06:40.633 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:06:43.665 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:07:03.667 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:07:03.671 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:07:23.672 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:07:24.780 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 05:07:24.781 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 05:07:25.079 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 05:09:04.752 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:09:14.754 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:09:14.755 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:09:24.756 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:09:24.756 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:09:28.812 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:09:37.993 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:09:40.972 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:10:00.253 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:10:10.255 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:10:30.257 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:10:32.732 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:10:52.733 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:10:52.998 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:11:12.999 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:11:15.292 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:11:35.293 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:11:37.584 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:11:57.586 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:11:59.707 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 05:11:59.708 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 05:12:00.036 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 05:14:10.083 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:14:20.085 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:14:20.086 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:14:30.087 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:14:30.088 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:14:40.089 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:14:40.090 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:14:50.092 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:14:50.093 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:14:53.131 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:15:13.132 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:15:23.134 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:15:43.136 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:15:53.137 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:16:13.139 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:16:16.171 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:16:36.173 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:16:36.438 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:16:56.439 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:16:57.265 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 05:16:57.266 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 05:16:57.549 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 05:19:07.537 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:19:17.539 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:19:17.540 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:19:27.542 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:19:27.543 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:19:37.545 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:19:37.546 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:19:38.971 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:19:58.648 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:20:09.013 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 05:20:29.015 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:20:39.017 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:20:59.018 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:20:59.613 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:21:19.614 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:21:22.652 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:21:42.653 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:21:50.785 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 05:21:50.787 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 05:21:51.352 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 05:24:01.623 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:24:15.423 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 05:24:15.424 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:24:25.425 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:24:25.426 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:24:35.428 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:24:35.429 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:24:45.431 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:24:45.431 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:24:55.433 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:25:15.434 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:25:25.436 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:25:45.437 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:25:48.491 [W] [client/service.go:297] [2c1b972823b62d3c] 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-24 05:26:08.493 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:26:10.785 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:26:30.786 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:26:33.078 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:26:53.080 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:26:54.010 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 05:26:54.011 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 05:26:54.320 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 05:29:04.471 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:29:14.473 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:29:14.473 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:29:24.474 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:29:24.475 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:29:34.477 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:29:34.478 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:29:44.479 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:29:44.479 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:29:44.624 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:30:04.625 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:30:14.627 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:30:34.629 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:30:44.631 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:31:04.633 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:31:05.051 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:31:25.053 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:31:25.318 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:31:45.319 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:31:53.940 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 05:31:53.941 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 05:31:54.235 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 05:34:04.205 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:34:16.320 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 05:34:16.321 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:34:29.212 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 05:34:29.212 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:34:39.213 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:34:39.214 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:34:53.746 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 05:34:53.747 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:35:10.486 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 05:35:30.488 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:35:40.490 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:36:00.491 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:36:03.531 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:36:23.533 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:36:25.825 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:36:45.826 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:36:55.828 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:37:15.829 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:37:16.810 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 05:37:16.811 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 05:37:17.299 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 05:38:56.765 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:39:06.767 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:39:06.768 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:39:16.769 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:39:16.769 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:39:26.771 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:39:26.771 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:39:36.772 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:39:36.773 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:39:37.051 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:39:57.052 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:40:10.449 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 05:40:30.450 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:40:40.453 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:41:00.454 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:41:03.505 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:41:23.506 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:41:25.798 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:41:45.800 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:41:55.802 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:42:15.803 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:42:16.711 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 05:42:16.713 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 05:42:17.045 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 05:43:56.716 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:44:07.889 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 05:44:07.890 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:44:17.892 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:44:17.893 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:44:27.895 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:44:27.896 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:44:37.898 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:44:37.898 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:44:47.900 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:45:07.902 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:45:18.508 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 05:45:38.509 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:45:48.511 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:46:08.512 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:46:09.585 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:46:29.586 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:46:31.291 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:46:51.292 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:46:53.585 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:47:13.586 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:47:14.411 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 05:47:14.413 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 05:47:14.697 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 05:49:57.821 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:50:12.023 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: i/o deadline reached 2025-11-24 05:50:12.024 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:50:22.025 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:50:22.026 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:50:32.028 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:50:32.028 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:50:42.030 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:50:42.031 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:50:52.033 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:51:12.034 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:51:13.265 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:51:33.267 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:51:35.558 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:51:55.559 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:52:00.276 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 05:52:00.277 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 05:52:00.583 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 05:54:10.675 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:54:22.411 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 05:54:22.411 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:54:32.413 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:54:32.414 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:54:42.415 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:54:42.416 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:54:52.418 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:55:12.419 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:55:13.372 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:55:33.373 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:55:36.411 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 05:55:56.413 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:56:15.065 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 05:56:35.065 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:56:45.067 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 05:57:05.069 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 05:57:06.014 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 05:57:06.015 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 05:57:06.298 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 06:00:50.589 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:01:07.311 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 06:01:07.311 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:01:22.333 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 06:01:22.334 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:01:32.335 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:01:32.335 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:01:42.337 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:01:42.337 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:01:56.023 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 06:02:16.024 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:02:16.913 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 06:02:16.914 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 06:02:17.191 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 06:04:27.813 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:04:29.878 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:04:29.879 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:04:39.880 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:04:39.881 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:04:49.882 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:04:49.883 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:05:06.436 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 06:05:06.437 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:05:18.283 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 06:05:38.285 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:05:42.331 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:06:02.333 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:06:02.598 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:06:22.599 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:06:24.891 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:06:44.892 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:06:54.894 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:07:14.895 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:07:15.784 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 06:07:15.785 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 06:07:16.084 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 06:09:26.666 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:09:36.668 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:09:36.668 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:09:46.670 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:09:46.671 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:09:47.825 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:09:56.423 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:09:57.959 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:10:16.636 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:10:28.953 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: i/o deadline reached 2025-11-24 06:10:48.954 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:10:58.956 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:11:18.958 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:11:19.344 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:11:39.346 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:11:42.385 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:12:02.386 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:12:04.678 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:12:24.679 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:12:26.478 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 06:12:26.480 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 06:12:26.759 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 06:15:45.090 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:16:03.223 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 06:16:03.224 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:16:15.492 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 06:16:15.493 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:16:27.503 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 06:16:27.504 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:16:37.505 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:16:37.506 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:16:47.508 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:17:07.509 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:17:15.216 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 06:17:15.218 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 06:17:15.514 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 06:19:26.255 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:19:38.124 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 06:19:38.125 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:19:48.127 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:19:48.127 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:19:58.129 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:19:58.130 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:20:08.131 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:20:08.132 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:20:08.411 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:20:28.414 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:20:30.705 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:20:50.706 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:20:50.971 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:21:10.972 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:21:12.251 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:21:32.253 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:21:34.544 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:21:54.545 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:21:54.811 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:22:14.813 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:22:15.652 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 06:22:15.652 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 06:22:15.933 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 06:25:03.925 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:25:14.203 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 06:25:14.204 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:25:26.396 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 06:25:26.397 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:25:39.495 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: connection write timeout 2025-11-24 06:25:39.496 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:25:49.497 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:25:49.498 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:25:59.499 [W] [client/service.go:297] [2c1b972823b62d3c] 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-24 06:26:19.501 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:26:29.503 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-24 06:26:49.504 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:26:50.011 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:27:10.012 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:27:11.384 [I] [client/service.go:286] [2c1b972823b62d3c] login to server success, get run id [2c1b972823b62d3c] 2025-11-24 06:27:11.386 [I] [proxy/proxy_manager.go:173] [2c1b972823b62d3c] proxy added: [DTN57CC4444] 2025-11-24 06:27:12.042 [I] [client/control.go:168] [2c1b972823b62d3c] [DTN57CC4444] start proxy success 2025-11-24 06:29:22.636 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:29:24.358 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:29:24.359 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:29:27.398 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:29:27.399 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:29:30.438 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:29:39.777 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:29:40.571 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-24 06:30:00.300 [I] [client/service.go:294] [2c1b972823b62d3c] try to connect to server... 2025-11-24 06:30:03.344 [W] [client/service.go:297] [2c1b972823b62d3c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host [2025-11-24,06:30:42.325] [INFO] Initializing BusSpeedStateManager V2 [2025-11-24,06:30:42.330] [INFO] LocationSqlManager initialising [2025-11-24,06:30:42.330] [INFO] Location DB initialising [2025-11-24,06:30:42.340] [INFO] LocationSqlManager initialisation complete [2025-11-24,06:30:42.341] [DEBUG] UploadManager Init [2025-11-24,06:30:42.341] [DEBUG] UploadManager Init Complete [2025-11-24,06:30:42.344] [INFO] Initializing GPS... [2025-11-24,06:30:42.346] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:31.034] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-24,06:50:31.157] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-24,07:05:31.272] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-24,07:20:31.397] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-11-24,07:35:31.469] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-24,07:50:31.586] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-24,08:05:31.613] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-24,08:20:31.733] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-11-24,08:35:31.854] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-24,08:50:31.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')) [2025-11-24,09:05:32.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')) [2025-11-24,09:20:32.181] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-11-24,09:35:32.211] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-24,09:50:32.335] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-24,10:05:32.378] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-24,10:20:32.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32.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')) [2025-11-24,10:50:32.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')) [2025-11-24,11:05:32.852] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-24,11:20:32.976] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-11-24,11:35:33.005] [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' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:39.449] [INFO] Initializing BusSpeedStateManager V2 [2025-11-25,06:30:39.456] [INFO] LocationSqlManager initialising [2025-11-25,06:30:39.457] [INFO] Location DB initialising [2025-11-25,06:30:39.468] [INFO] LocationSqlManager initialisation complete [2025-11-25,06:30:39.469] [DEBUG] UploadManager Init [2025-11-25,06:30:39.470] [DEBUG] UploadManager Init Complete [2025-11-25,06:30:39.474] [INFO] Initializing GPS... [2025-11-25,06:30:39.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-25,06:36:21.253] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host')) [2025-11-25,06:50:18.260] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,06:50:25.102] [DEBUG] Remote Access Enabled [2025-11-25,06:50:31.403] [INFO] Server Address: 138.201.17.179 [2025-11-25,06:50:31.404] [INFO] Server Port: 7000 [2025-11-25,06:50:31.409] [DEBUG] Starting Remote Access! 2025-11-25 06:50:31.541 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-25 06:50:31.541 [I] [client/service.go:294] try to connect to server... 2025-11-25 06:50:32.776 [I] [client/service.go:286] [6b6068d7a53af297] login to server success, get run id [6b6068d7a53af297] 2025-11-25 06:50:32.777 [I] [proxy/proxy_manager.go:173] [6b6068d7a53af297] proxy added: [DTN57CC4444] 2025-11-25 06:50:33.079 [I] [client/control.go:168] [6b6068d7a53af297] [DTN57CC4444] start proxy success [2025-11-25,06:51:41.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')) 2025-11-25 06:51:42.953 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:51:52.955 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 06:51:52.956 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:51:55.996 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 06:51:55.997 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:51:59.037 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 06:52:07.836 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:52:08.156 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 06:52:26.445 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:52:28.423 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 06:52:48.425 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:52:51.463 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 06:53:11.464 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:53:13.756 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 06:53:33.757 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:53:36.050 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 06:53:56.051 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:53:56.316 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 06:54:16.317 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:54:17.521 [I] [client/service.go:286] [6b6068d7a53af297] login to server success, get run id [6b6068d7a53af297] 2025-11-25 06:54:17.522 [I] [proxy/proxy_manager.go:173] [6b6068d7a53af297] proxy added: [DTN57CC4444] 2025-11-25 06:54:17.833 [I] [client/control.go:168] [6b6068d7a53af297] [DTN57CC4444] start proxy success 2025-11-25 06:55:57.663 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:56:07.664 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 06:56:07.665 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:56:17.666 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 06:56:17.667 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:56:27.668 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 06:56:27.668 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:56:33.836 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 06:56:52.597 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:56:55.650 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 06:57:15.651 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:57:17.943 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 06:57:37.944 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:57:38.210 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 06:57:58.211 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:58:00.504 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 06:58:20.504 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:58:22.796 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 06:58:42.798 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:58:43.063 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 06:59:03.064 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 06:59:04.270 [I] [client/service.go:286] [6b6068d7a53af297] login to server success, get run id [6b6068d7a53af297] 2025-11-25 06:59:04.271 [I] [proxy/proxy_manager.go:173] [6b6068d7a53af297] proxy added: [DTN57CC4444] 2025-11-25 06:59:04.590 [I] [client/control.go:168] [6b6068d7a53af297] [DTN57CC4444] start proxy success 2025-11-25 07:01:14.872 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:01:24.874 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:01:24.875 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:01:34.876 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:01:34.877 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:01:44.879 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:01:44.879 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:01:54.881 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:01:54.882 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:01:55.116 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:02:15.118 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:02:25.120 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:02:45.121 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:02:55.123 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:03:15.124 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:03:18.156 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:03:38.158 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:03:40.450 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:04:00.450 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:04:00.715 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:04:20.717 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:04:21.596 [I] [client/service.go:286] [6b6068d7a53af297] login to server success, get run id [6b6068d7a53af297] 2025-11-25 07:04:21.597 [I] [proxy/proxy_manager.go:173] [6b6068d7a53af297] proxy added: [DTN57CC4444] 2025-11-25 07:04:21.902 [I] [client/control.go:168] [6b6068d7a53af297] [DTN57CC4444] start proxy success [2025-11-25,07:05:18.329] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,07:05:24.961] [DEBUG] 6 processes running of frp type 2025-11-25 07:06:02.024 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:06:12.026 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:06:12.026 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:06:22.029 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:06:22.029 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:06:25.062 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:06:34.465 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:06:35.196 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host [2025-11-25,07:06:53.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')) 2025-11-25 07:06:55.197 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:06:56.983 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:07:16.985 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:07:19.276 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:07:39.278 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:07:41.569 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:08:01.570 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:08:01.835 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:08:21.837 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:08:24.129 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:08:44.130 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:08:46.422 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:09:06.423 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:09:12.776 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: session shutdown 2025-11-25 07:09:32.777 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:09:33.854 [I] [client/service.go:286] [6b6068d7a53af297] login to server success, get run id [6b6068d7a53af297] 2025-11-25 07:09:33.855 [I] [proxy/proxy_manager.go:173] [6b6068d7a53af297] proxy added: [DTN57CC4444] 2025-11-25 07:09:34.146 [I] [client/control.go:168] [6b6068d7a53af297] [DTN57CC4444] start proxy success 2025-11-25 07:11:13.683 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:11:24.310 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: connection write timeout 2025-11-25 07:11:24.311 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:11:34.313 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:11:34.314 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:11:45.628 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: connection write timeout 2025-11-25 07:11:45.628 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:11:55.630 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:11:55.630 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:12:05.632 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:12:25.633 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:12:26.956 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:12:46.956 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:12:49.249 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:13:09.251 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:13:10.796 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:13:30.797 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:13:33.836 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:13:53.837 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:14:03.839 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:14:23.840 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:14:24.751 [I] [client/service.go:286] [6b6068d7a53af297] login to server success, get run id [6b6068d7a53af297] 2025-11-25 07:14:24.752 [I] [proxy/proxy_manager.go:173] [6b6068d7a53af297] proxy added: [DTN57CC4444] 2025-11-25 07:14:25.076 [I] [client/control.go:168] [6b6068d7a53af297] [DTN57CC4444] start proxy success 2025-11-25 07:16:35.054 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:16:45.055 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:16:45.056 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:16:55.058 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:16:55.058 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:17:05.060 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:17:05.060 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:17:05.196 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:17:23.635 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:17:26.690 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:17:46.692 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:17:48.984 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:18:08.985 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:18:10.263 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:18:30.265 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:18:32.556 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:18:52.557 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:19:02.559 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:19:22.560 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:19:23.858 [I] [client/service.go:286] [6b6068d7a53af297] login to server success, get run id [6b6068d7a53af297] 2025-11-25 07:19:23.859 [I] [proxy/proxy_manager.go:173] [6b6068d7a53af297] proxy added: [DTN57CC4444] 2025-11-25 07:19:24.178 [I] [client/control.go:168] [6b6068d7a53af297] [DTN57CC4444] start proxy success [2025-11-25,07:20:17.101] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,07:20:24.085] [DEBUG] 6 processes running of frp type 2025-11-25 07:22:04.509 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... [2025-11-25,07:22:13.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-11-25 07:22:14.511 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:22:14.512 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:22:24.514 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:22:24.514 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:22:34.515 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:22:34.516 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:22:44.517 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:22:44.518 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:22:50.796 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:23:10.797 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:23:13.836 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:23:33.837 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:23:36.876 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:23:56.877 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:23:57.462 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:24:17.463 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:24:18.370 [I] [client/service.go:286] [6b6068d7a53af297] login to server success, get run id [6b6068d7a53af297] 2025-11-25 07:24:18.372 [I] [proxy/proxy_manager.go:173] [6b6068d7a53af297] proxy added: [DTN57CC4444] 2025-11-25 07:24:18.663 [I] [client/control.go:168] [6b6068d7a53af297] [DTN57CC4444] 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-25 07:26:28.792 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:26:38.795 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:26:38.795 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:26:48.797 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:26:48.798 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:26:58.799 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:26:58.799 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:27:01.835 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:27:19.619 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:27:29.621 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:27:49.622 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:27:59.623 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:28:19.624 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:28:22.663 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:28:42.663 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:28:42.929 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:29:02.930 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:29:05.223 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:29:25.224 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:29:26.103 [I] [client/service.go:286] [6b6068d7a53af297] login to server success, get run id [6b6068d7a53af297] 2025-11-25 07:29:26.104 [I] [proxy/proxy_manager.go:173] [6b6068d7a53af297] proxy added: [DTN57CC4444] 2025-11-25 07:29:26.422 [I] [client/control.go:168] [6b6068d7a53af297] [DTN57CC4444] start proxy success 2025-11-25 07:31:36.436 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:31:38.583 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:31:38.584 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:31:41.623 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:31:41.624 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:31:44.663 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:31:54.061 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:31:54.796 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:32:14.798 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:32:27.149 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: connection write timeout 2025-11-25 07:32:47.150 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:32:49.143 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:33:09.144 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:33:11.436 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:33:31.438 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:33:34.476 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:33:54.477 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:33:56.770 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:34:16.772 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:34:17.599 [I] [client/service.go:286] [6b6068d7a53af297] login to server success, get run id [6b6068d7a53af297] 2025-11-25 07:34:17.600 [I] [proxy/proxy_manager.go:173] [6b6068d7a53af297] proxy added: [DTN57CC4444] 2025-11-25 07:34:17.887 [I] [client/control.go:168] [6b6068d7a53af297] [DTN57CC4444] start proxy success [2025-11-25,07:35:17.767] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,07:35:24.326] [DEBUG] 6 processes running of frp type 2025-11-25 07:36:27.903 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:36:37.904 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:36:37.905 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:36:47.906 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:36:47.907 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:36:57.909 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:36:57.910 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:37:07.911 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:37:07.912 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:37:16.770 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:37:36.771 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:37:46.772 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:38:06.774 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:38:16.776 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2025-11-25,07:38:29.678] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host')) 2025-11-25 07:38:36.777 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:38:38.796 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:38:58.797 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:39:01.089 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:39:21.090 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:39:22.002 [I] [client/service.go:286] [6b6068d7a53af297] login to server success, get run id [6b6068d7a53af297] 2025-11-25 07:39:22.003 [I] [proxy/proxy_manager.go:173] [6b6068d7a53af297] proxy added: [DTN57CC4444] 2025-11-25 07:39:22.280 [I] [client/control.go:168] [6b6068d7a53af297] [DTN57CC4444] start proxy success 2025-11-25 07:41:32.272 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:41:42.274 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:41:42.275 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:41:52.276 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:41:52.276 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:42:02.278 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:42:02.278 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:42:02.582 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:42:21.779 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:42:31.781 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:42:51.782 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:42:54.769 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:43:14.770 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:43:24.773 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:43:44.774 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:43:54.777 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:44:14.778 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:44:16.771 [I] [client/service.go:286] [6b6068d7a53af297] login to server success, get run id [6b6068d7a53af297] 2025-11-25 07:44:16.773 [I] [proxy/proxy_manager.go:173] [6b6068d7a53af297] proxy added: [DTN57CC4444] 2025-11-25 07:44:17.070 [I] [client/control.go:168] [6b6068d7a53af297] [DTN57CC4444] start proxy success 2025-11-25 07:46:27.037 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:46:37.038 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:46:37.039 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:46:47.040 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:46:47.041 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:46:57.042 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:46:57.043 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:47:07.045 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:47:07.046 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:47:11.916 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:47:31.917 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:47:34.210 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:47:54.210 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:48:04.212 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:48:24.214 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:48:34.216 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-25 07:48:54.218 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:48:55.595 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 07:49:15.597 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 07:49:17.599 [I] [client/service.go:286] [6b6068d7a53af297] login to server success, get run id [6b6068d7a53af297] 2025-11-25 07:49:17.600 [I] [proxy/proxy_manager.go:173] [6b6068d7a53af297] proxy added: [DTN57CC4444] 2025-11-25 07:49:17.888 [I] [client/control.go:168] [6b6068d7a53af297] [DTN57CC4444] start proxy success [2025-11-25,07:50:17.917] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,07:50:24.454] [DEBUG] 6 processes running of frp type [2025-11-25,08:02:17.319] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,08:02:28.848] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:37.531] [DEBUG] Log Upload Complete! [2025-11-25,08:05:17.597] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,08:05:24.208] [DEBUG] 6 processes running of frp type [2025-11-25,08:20:17.684] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,08: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-11-25,08:35:16.995] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,08:35:24.098] [DEBUG] 6 processes running of frp type [2025-11-25,08:50:17.796] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,08:50:24.404] [DEBUG] 6 processes running of frp type [2025-11-25,09:05:17.645] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,09:05:24.498] [DEBUG] 6 processes running of frp type [2025-11-25,09:20:17.716] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,09:20:24.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' [2025-11-25,09:35:17.653] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,09:35:24.267] [DEBUG] 6 processes running of frp type [2025-11-25,09:50:17.777] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,09:50:24.426] [DEBUG] 6 processes running of frp type [2025-11-25,10:05:18.158] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,10:05:24.833] [DEBUG] 6 processes running of frp type [2025-11-25,10:20:17.058] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,10:20:29.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' [2025-11-25,10:35:17.874] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,10:35:24.741] [DEBUG] 6 processes running of frp type [2025-11-25,10:50:17.403] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,10:50:23.924] [DEBUG] 6 processes running of frp type [2025-11-25,11:05:17.376] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,11:05:23.895] [DEBUG] 6 processes running of frp type [2025-11-25,11:20:17.233] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,11: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-25,11:35:17.753] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,11:35:25.071] [DEBUG] 6 processes running of frp type [2025-11-25,11:50:17.583] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,11:50:24.106] [DEBUG] 6 processes running of frp type [2025-11-25,12:05:17.755] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,12:05:24.416] [DEBUG] 6 processes running of frp type 2025-11-25 12:14:19.324 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 12:14:19.328 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 12:14:21.476 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 12:14:21.481 [W] [client/service.go:297] [6b6068d7a53af297] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-25 12:14:26.151 [I] [client/service.go:294] [6b6068d7a53af297] try to connect to server... 2025-11-25 12:14:27.209 [I] [client/service.go:286] [6b6068d7a53af297] login to server success, get run id [6b6068d7a53af297] 2025-11-25 12:14:27.210 [I] [proxy/proxy_manager.go:173] [6b6068d7a53af297] proxy added: [DTN57CC4444] 2025-11-25 12:14:27.534 [I] [client/control.go:168] [6b6068d7a53af297] [DTN57CC4444] start proxy success [2025-11-25,12:20:17.619] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,12: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-11-25,12:35:18.050] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,12:35:24.653] [DEBUG] 6 processes running of frp type [2025-11-25,12:50:17.115] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,12:50:23.728] [DEBUG] 6 processes running of frp type [2025-11-25,13:05:17.071] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,13:05:23.677] [DEBUG] 6 processes running of frp type [2025-11-25,13:20:18.013] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,13: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-25,13:35:18.020] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,13:35:24.630] [DEBUG] 6 processes running of frp type [2025-11-25,13:50:17.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,13:50:23.702] [DEBUG] 6 processes running of frp type [2025-11-25,14:05:18.246] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,14:05:24.743] [DEBUG] 6 processes running of frp type [2025-11-25,14:20:17.006] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,14:20:23.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-11-25,14:35:17.637] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,14:35:24.164] [DEBUG] 6 processes running of frp type [2025-11-25,14:50:17.887] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,14:50:24.490] [DEBUG] 6 processes running of frp type [2025-11-25,15:05:17.841] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,15:05:24.433] [DEBUG] 6 processes running of frp type [2025-11-25,15:20:17.834] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,15: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-11-25,15:35:16.894] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,15:35:23.451] [DEBUG] 6 processes running of frp type [2025-11-25,15:50:17.335] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,15:50:23.987] [DEBUG] 6 processes running of frp type [2025-11-25,16:05:17.316] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,16:05:23.825] [DEBUG] 6 processes running of frp type [2025-11-25,16:20:17.085] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,16: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' [2025-11-25,16:35:17.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,16:35:24.024] [DEBUG] 6 processes running of frp type [2025-11-25,16:50:17.754] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,16:50:24.350] [DEBUG] 6 processes running of frp type [2025-11-25,17:05:17.759] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,17:05:24.315] [DEBUG] 6 processes running of frp type [2025-11-25,17:20:17.523] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,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' [2025-11-25,17:35:17.979] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,17:35:24.588] [DEBUG] 6 processes running of frp type [2025-11-25,17:50:17.234] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,17:50:23.880] [DEBUG] 6 processes running of frp type [2025-11-25,18:05:17.267] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,18:05:23.797] [DEBUG] 6 processes running of frp type [2025-11-25,18:20:16.983] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,18: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-11-25,18:35:17.397] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,18:35:24.719] [DEBUG] 6 processes running of frp type [2025-11-25,18:39:04.788] [INFO] Initializing BusSpeedStateManager V2 [2025-11-25,18:39:04.796] [INFO] LocationSqlManager initialising [2025-11-25,18:39:04.797] [INFO] Location DB initialising [2025-11-25,18:39:04.808] [INFO] LocationSqlManager initialisation complete [2025-11-25,18:39:04.809] [DEBUG] UploadManager Init [2025-11-25,18:39:04.810] [DEBUG] UploadManager Init Complete [2025-11-25,18:39:04.814] [INFO] Initializing GPS... [2025-11-25,18:39:04.817] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:41:08.340] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,18:41:14.839] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:41:30.101] [DEBUG] Log Upload Complete! [2025-11-25,18:44:08.326] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,18:44:15.401] [DEBUG] Remote Access Enabled [2025-11-25,18:44:21.973] [INFO] Server Address: 138.201.17.179 [2025-11-25,18:44:21.974] [INFO] Server Port: 7000 [2025-11-25,18:44:21.979] [DEBUG] Starting Remote Access! 2025-11-25 18:44:22.110 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-25 18:44:22.111 [I] [client/service.go:294] try to connect to server... 2025-11-25 18:44:23.331 [I] [client/service.go:286] [595b49498011f870] login to server success, get run id [595b49498011f870] 2025-11-25 18:44:23.332 [I] [proxy/proxy_manager.go:173] [595b49498011f870] proxy added: [DTN57CC4444] 2025-11-25 18:44:23.960 [I] [client/control.go:168] [595b49498011f870] [DTN57CC4444] start proxy success [2025-11-25,18:50:18.157] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,18:50:24.771] [DEBUG] 6 processes running of frp type [2025-11-25,19:05:17.082] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,19:05:23.704] [DEBUG] 6 processes running of frp type [2025-11-25,19:20:18.141] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,19: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' [2025-11-25,19:35:18.077] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,19:35:24.954] [DEBUG] 6 processes running of frp type [2025-11-25,19:50:17.817] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,19:50:24.711] [DEBUG] 6 processes running of frp type [2025-11-25,20:05:17.992] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,20:05:24.724] [DEBUG] 6 processes running of frp type [2025-11-25,20:20:17.969] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,20: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' [2025-11-25,20:35:17.418] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,20:35:25.186] [DEBUG] 6 processes running of frp type [2025-11-25,20:50:17.192] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,20:50:23.767] [DEBUG] 6 processes running of frp type [2025-11-25,21:05:18.234] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,21:05:24.887] [DEBUG] 6 processes running of frp type [2025-11-25,21:20:18.313] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,21:20:30.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' [2025-11-25,21:35:17.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,21:35:23.733] [DEBUG] 6 processes running of frp type [2025-11-25,21:50:17.623] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,21:50:24.873] [DEBUG] 6 processes running of frp type [2025-11-25,22:05:17.164] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,22:05:23.780] [DEBUG] 6 processes running of frp type [2025-11-25,22:20:16.998] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,22: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' [2025-11-25,22:35:17.190] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,22:35:23.742] [DEBUG] 6 processes running of frp type [2025-11-25,22:50:17.024] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,22:50:23.679] [DEBUG] 6 processes running of frp type [2025-11-25,23:05:18.196] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,23:05:24.775] [DEBUG] 6 processes running of frp type [2025-11-25,23:20:17.229] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,23: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-25,23:35:17.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,23:35:23.682] [DEBUG] 6 processes running of frp type [2025-11-25,23:50:17.303] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-25,23:50:23.986] [DEBUG] 6 processes running of frp type [2025-11-26,00:05:17.478] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,00:05:24.064] [DEBUG] 6 processes running of frp type [2025-11-26,00:20:17.260] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,00:20:23.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' [2025-11-26,00:35:17.816] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,00:35:24.404] [DEBUG] 6 processes running of frp type 2025-11-26 00:39:29.927 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 00:39:39.929 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 00:39:39.930 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 00:39:41.748 [I] [client/service.go:286] [595b49498011f870] login to server success, get run id [595b49498011f870] 2025-11-26 00:39:41.750 [I] [proxy/proxy_manager.go:173] [595b49498011f870] proxy added: [DTN57CC4444] 2025-11-26 00:39:43.761 [I] [client/control.go:168] [595b49498011f870] [DTN57CC4444] start proxy success [2025-11-26,00:50:17.587] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,00:50:24.153] [DEBUG] 6 processes running of frp type [2025-11-26,01:05:17.751] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,01:05:24.689] [DEBUG] 6 processes running of frp type 2025-11-26 01:16:51.853 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 01:16:53.863 [I] [client/service.go:286] [595b49498011f870] login to server success, get run id [595b49498011f870] 2025-11-26 01:16:53.863 [I] [proxy/proxy_manager.go:173] [595b49498011f870] proxy added: [DTN57CC4444] 2025-11-26 01:16:54.211 [I] [client/control.go:168] [595b49498011f870] [DTN57CC4444] start proxy success [2025-11-26,01:20:16.936] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,01:20:23.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-26,01:35:17.848] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,01:35:24.808] [DEBUG] 6 processes running of frp type [2025-11-26,01:50:17.268] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,01:50:23.780] [DEBUG] 6 processes running of frp type [2025-11-26,02:05:17.206] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,02:05:23.795] [DEBUG] 6 processes running of frp type [2025-11-26,02:20:17.101] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,02: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' [2025-11-26,02:35:17.418] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,02:35:24.135] [DEBUG] 6 processes running of frp type 2025-11-26 02:43:34.527 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 02:43:44.529 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 02:43:44.530 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 02:43:54.531 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 02:43:54.532 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 02:44:04.534 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 02:44:04.534 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 02:44:14.536 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 02:44:14.537 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 02:44:24.539 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 02:44:44.540 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 02:44:54.542 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 02:45:14.544 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 02:45:24.545 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 02:45:44.547 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 02:45:45.568 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 02:46:05.570 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 02:46:15.572 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 02:46:35.573 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 02:46:36.527 [I] [client/service.go:286] [595b49498011f870] login to server success, get run id [595b49498011f870] 2025-11-26 02:46:36.528 [I] [proxy/proxy_manager.go:173] [595b49498011f870] proxy added: [DTN57CC4444] 2025-11-26 02:46:37.036 [I] [client/control.go:168] [595b49498011f870] [DTN57CC4444] start proxy success [2025-11-26,02:50:17.525] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,02:50:24.075] [DEBUG] 6 processes running of frp type [2025-11-26,03:05:17.329] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,03:05:24.032] [DEBUG] 6 processes running of frp type 2025-11-26 03:05:57.744 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 03:06:07.746 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 03:06:07.747 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 03:06:17.748 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 03:06:17.748 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 03:06:27.750 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 03:06:27.751 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 03:06:37.753 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 03:06:37.753 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 03:06:47.755 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 03:07:07.756 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 03:07:17.759 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 03:07:37.760 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 03:07:47.762 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 03:08:07.764 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 03:08:17.765 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 03:08:37.766 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 03:08:38.828 [I] [client/service.go:286] [595b49498011f870] login to server success, get run id [595b49498011f870] 2025-11-26 03:08:38.830 [I] [proxy/proxy_manager.go:173] [595b49498011f870] proxy added: [DTN57CC4444] 2025-11-26 03:08:39.152 [I] [client/control.go:168] [595b49498011f870] [DTN57CC4444] start proxy success [2025-11-26,03:20:17.324] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,03: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' [2025-11-26,03:35:17.802] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,03:35:24.632] [DEBUG] 6 processes running of frp type [2025-11-26,03:50:18.003] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,03:50:24.827] [DEBUG] 6 processes running of frp type [2025-11-26,04:05:17.342] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,04:05:23.990] [DEBUG] 6 processes running of frp type 2025-11-26 04:06:42.363 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:06:42.717 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:06:44.775 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:06:45.754 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:06:49.963 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:06:50.829 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:06:59.920 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:06:59.924 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:07:18.229 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:07:18.233 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:07:38.234 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:07:38.237 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:07:58.239 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:07:58.242 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:08:18.243 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:08:18.246 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:08:38.248 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:08:38.252 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:08:58.254 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:08:58.257 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:09:18.258 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:09:18.262 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:09:38.263 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:09:38.267 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:09:58.268 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:09:58.272 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:10:18.272 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:10:18.276 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:10:38.277 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:10:38.280 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:10:58.281 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:10:58.284 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:11:18.285 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:11:18.290 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:11:38.291 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:11:38.295 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:11:58.297 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:11:58.302 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:12:18.303 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:12:18.308 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:12:38.309 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:12:38.312 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 04:12:58.313 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 04:13:06.861 [I] [client/service.go:286] [595b49498011f870] login to server success, get run id [595b49498011f870] 2025-11-26 04:13:06.862 [I] [proxy/proxy_manager.go:173] [595b49498011f870] proxy added: [DTN57CC4444] 2025-11-26 04:13:07.483 [I] [client/control.go:168] [595b49498011f870] [DTN57CC4444] start proxy success [2025-11-26,04:20:17.435] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,04: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-11-26,04:35:17.566] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,04:35:26.628] [DEBUG] 6 processes running of frp type [2025-11-26,04:50:18.021] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,04:50:24.730] [DEBUG] 6 processes running of frp type [2025-11-26,05:05:17.399] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,05:05:24.085] [DEBUG] 6 processes running of frp type 2025-11-26 05:08:44.819 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 05:08:47.927 [I] [client/service.go:286] [595b49498011f870] login to server success, get run id [595b49498011f870] 2025-11-26 05:08:47.929 [I] [proxy/proxy_manager.go:173] [595b49498011f870] proxy added: [DTN57CC4444] 2025-11-26 05:08:48.231 [I] [client/control.go:168] [595b49498011f870] [DTN57CC4444] start proxy success [2025-11-26,05:20:17.322] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,05:20:24.342] [DEBUG] 6 processes running of frp type 2025-11-26 05:21:39.258 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 05:21:40.101 [I] [client/service.go:286] [595b49498011f870] login to server success, get run id [595b49498011f870] 2025-11-26 05:21:40.103 [I] [proxy/proxy_manager.go:173] [595b49498011f870] proxy added: [DTN57CC4444] 2025-11-26 05:21:40.384 [I] [client/control.go:168] [595b49498011f870] [DTN57CC4444] 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,05:35:18.194] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,05:35:24.977] [DEBUG] 6 processes running of frp type [2025-11-26,05:50:17.918] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,05:50:24.648] [DEBUG] 6 processes running of frp type [2025-11-26,06:05:17.961] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,06:05:24.535] [DEBUG] 6 processes running of frp type [2025-11-26,06:20:18.353] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,06:20:24.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-26 06:26:02.534 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 06:26:12.535 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 06:26:12.536 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 06:26:22.538 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 06:26:22.539 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 06:26:32.541 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 06:26:32.541 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 06:26:42.543 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 06:26:42.543 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 06:26:52.545 [W] [client/service.go:297] [595b49498011f870] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 06:27:12.546 [I] [client/service.go:294] [595b49498011f870] try to connect to server... 2025-11-26 06:27:21.033 [I] [client/service.go:286] [595b49498011f870] login to server success, get run id [595b49498011f870] 2025-11-26 06:27:21.035 [I] [proxy/proxy_manager.go:173] [595b49498011f870] proxy added: [DTN57CC4444] 2025-11-26 06:27:21.319 [I] [client/control.go:168] [595b49498011f870] [DTN57CC4444] start proxy success [2025-11-26,06:30:41.599] [INFO] Initializing BusSpeedStateManager V2 [2025-11-26,06:30:41.603] [INFO] LocationSqlManager initialising [2025-11-26,06:30:41.603] [INFO] Location DB initialising [2025-11-26,06:30:41.612] [INFO] LocationSqlManager initialisation complete [2025-11-26,06:30:41.613] [DEBUG] UploadManager Init [2025-11-26,06:30:41.613] [DEBUG] UploadManager Init Complete [2025-11-26,06:30:41.616] [INFO] Initializing GPS... [2025-11-26,06:30:41.618] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:36:17.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,06:36:28.508] [DEBUG] Remote Access Enabled [2025-11-26,06:36:34.805] [INFO] Server Address: 138.201.17.179 [2025-11-26,06:36:34.806] [INFO] Server Port: 7000 [2025-11-26,06:36:34.811] [DEBUG] Starting Remote Access! 2025-11-26 06:36:34.940 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-26 06:36:34.941 [I] [client/service.go:294] try to connect to server... 2025-11-26 06:36:35.966 [I] [client/service.go:286] [69b2925802a46440] login to server success, get run id [69b2925802a46440] 2025-11-26 06:36:35.968 [I] [proxy/proxy_manager.go:173] [69b2925802a46440] proxy added: [DTN57CC4444] 2025-11-26 06:36:36.342 [I] [client/control.go:168] [69b2925802a46440] [DTN57CC4444] start proxy success 2025-11-26 06:38:46.721 [I] [client/service.go:294] [69b2925802a46440] try to connect to server... 2025-11-26 06:38:47.863 [I] [client/service.go:286] [69b2925802a46440] login to server success, get run id [69b2925802a46440] 2025-11-26 06:38:47.865 [I] [proxy/proxy_manager.go:173] [69b2925802a46440] proxy added: [DTN57CC4444] 2025-11-26 06:38:48.182 [I] [client/control.go:168] [69b2925802a46440] [DTN57CC4444] start proxy success [2025-11-26,06:50:18.105] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,06:50:24.926] [DEBUG] 6 processes running of frp type [2025-11-26,07:05:17.415] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,07:05:24.316] [DEBUG] 6 processes running of frp type [2025-11-26,07:20:17.709] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,07:20:24.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' [2025-11-26,07:35:17.256] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,07:35:23.836] [DEBUG] 6 processes running of frp type [2025-11-26,07:50:17.312] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,07:50:23.937] [DEBUG] 6 processes running of frp type [2025-11-26,08:02:17.165] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,08:02:28.711] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:03:00.289] [DEBUG] Log Upload Complete! [2025-11-26,08:05:17.362] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,08:05:23.960] [DEBUG] 6 processes running of frp type [2025-11-26,08:20:17.437] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,08: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-11-26,08:35:17.479] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,08:35:24.075] [DEBUG] 6 processes running of frp type [2025-11-26,08:50:17.598] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,08:50:24.220] [DEBUG] 6 processes running of frp type [2025-11-26,09:05:17.627] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,09:05:24.301] [DEBUG] 6 processes running of frp type [2025-11-26,09:20:17.446] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,09: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-26,09:35:17.579] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,09:35:24.959] [DEBUG] 6 processes running of frp type [2025-11-26,09:50:17.892] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,09:50:24.506] [DEBUG] 6 processes running of frp type [2025-11-26,10:05:17.818] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,10:05:24.329] [DEBUG] 6 processes running of frp type [2025-11-26,10:20:17.505] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,10: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-11-26,10:35:18.012] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,10:35:24.580] [DEBUG] 6 processes running of frp type [2025-11-26,10:50:18.032] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,10:50:24.616] [DEBUG] 6 processes running of frp type [2025-11-26,11:05:18.084] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,11:05:24.659] [DEBUG] 6 processes running of frp type [2025-11-26,11:20:18.169] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,11:20:25.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-11-26,11:35:17.458] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,11:35:29.091] [DEBUG] 6 processes running of frp type [2025-11-26,11:50:18.018] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,11:50:24.671] [DEBUG] 6 processes running of frp type [2025-11-26,12:05:18.062] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,12:05:24.701] [DEBUG] 6 processes running of frp type 2025-11-26 12:12:49.948 [I] [client/service.go:294] [69b2925802a46440] try to connect to server... 2025-11-26 12:12:49.952 [W] [client/service.go:297] [69b2925802a46440] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 12:12:52.062 [I] [client/service.go:294] [69b2925802a46440] try to connect to server... 2025-11-26 12:12:52.065 [W] [client/service.go:297] [69b2925802a46440] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 12:12:56.574 [I] [client/service.go:294] [69b2925802a46440] try to connect to server... 2025-11-26 12:12:56.578 [W] [client/service.go:297] [69b2925802a46440] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-26 12:13:05.916 [I] [client/service.go:294] [69b2925802a46440] try to connect to server... 2025-11-26 12:13:06.752 [I] [client/service.go:286] [69b2925802a46440] login to server success, get run id [69b2925802a46440] 2025-11-26 12:13:06.753 [I] [proxy/proxy_manager.go:173] [69b2925802a46440] proxy added: [DTN57CC4444] 2025-11-26 12:13:07.026 [I] [client/control.go:168] [69b2925802a46440] [DTN57CC4444] start proxy success [2025-11-26,12:20:18.096] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,12: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' [2025-11-26,12:35:17.915] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,12:35:24.405] [DEBUG] 6 processes running of frp type [2025-11-26,12:50:17.789] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,12:50:24.355] [DEBUG] 6 processes running of frp type [2025-11-26,13:05:17.728] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,13:05:24.318] [DEBUG] 6 processes running of frp type [2025-11-26,13:20:17.701] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,13: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-26,13:35:18.231] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,13:35:24.771] [DEBUG] 6 processes running of frp type [2025-11-26,13:50:17.520] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,13:50:24.132] [DEBUG] 6 processes running of frp type [2025-11-26,14:05:17.495] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,14:05:24.044] [DEBUG] 6 processes running of frp type [2025-11-26,14:20:17.253] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,14:20:23.803] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:17.985] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,14:35:24.553] [DEBUG] 6 processes running of frp type [2025-11-26,14:50:17.437] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,14:50:24.195] [DEBUG] 6 processes running of frp type [2025-11-26,15:05:17.443] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,15:05:24.057] [DEBUG] 6 processes running of frp type [2025-11-26,15:20:17.344] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,15: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' [2025-11-26,15:35:17.790] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,15:35:24.394] [DEBUG] 6 processes running of frp type [2025-11-26,15:50:17.923] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,15:50:24.560] [DEBUG] 6 processes running of frp type [2025-11-26,16:05:17.874] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,16:05:24.437] [DEBUG] 6 processes running of frp type [2025-11-26,16:20:17.862] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,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-11-26,16:35:17.349] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,16:35:23.877] [DEBUG] 6 processes running of frp type [2025-11-26,16:50:17.608] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,16:50:24.279] [DEBUG] 6 processes running of frp type [2025-11-26,17:05:17.929] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,17:05:24.579] [DEBUG] 6 processes running of frp type [2025-11-26,17:20:17.919] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,17:20:24.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' [2025-11-26,17:35:17.032] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,17:35:23.707] [DEBUG] 6 processes running of frp type [2025-11-26,17:50:17.117] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,17:50:23.765] [DEBUG] 6 processes running of frp type [2025-11-26,18:05:17.118] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,18:05:23.661] [DEBUG] 6 processes running of frp type [2025-11-26,18:20:17.922] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,18:20:24.690] [DEBUG] 6 processes running of frp type [2025-11-26,18:25:42.591] [INFO] Initializing BusSpeedStateManager V2 [2025-11-26,18:25:42.597] [INFO] LocationSqlManager initialising [2025-11-26,18:25:42.598] [INFO] Location DB initialising [2025-11-26,18:25:42.609] [INFO] LocationSqlManager initialisation complete [2025-11-26,18:25:42.610] [DEBUG] UploadManager Init [2025-11-26,18:25:42.610] [DEBUG] UploadManager Init Complete [2025-11-26,18:25:42.615] [INFO] Initializing GPS... [2025-11-26,18:25:42.618] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45.991] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,18:27:57.628] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:30.530] [DEBUG] Log Upload Complete! [2025-11-26,18:30:46.125] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,18:30:52.783] [DEBUG] Remote Access Enabled [2025-11-26,18:31:00.296] [INFO] Server Address: 138.201.17.179 [2025-11-26,18:31:00.297] [INFO] Server Port: 7000 [2025-11-26,18:31:00.302] [DEBUG] Starting Remote Access! 2025-11-26 18:31:00.470 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-26 18:31:00.471 [I] [client/service.go:294] try to connect to server... 2025-11-26 18:31:01.312 [I] [client/service.go:286] [beecbe6b2df9eceb] login to server success, get run id [beecbe6b2df9eceb] 2025-11-26 18:31:01.313 [I] [proxy/proxy_manager.go:173] [beecbe6b2df9eceb] proxy added: [DTN57CC4444] 2025-11-26 18:31:01.614 [I] [client/control.go:168] [beecbe6b2df9eceb] [DTN57CC4444] start proxy success [2025-11-26,18:35:18.053] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,18:35:24.626] [DEBUG] 6 processes running of frp type [2025-11-26,18:50:18.954] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,18:50:30.595] [DEBUG] 6 processes running of frp type [2025-11-26,19:05:18.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,19:05:25.005] [DEBUG] 6 processes running of frp type [2025-11-26,19:20:17.363] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,19: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' [2025-11-26,19:35:17.853] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,19:35:24.453] [DEBUG] 6 processes running of frp type [2025-11-26,19:50:17.006] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,19:50:23.571] [DEBUG] 6 processes running of frp type [2025-11-26,20:05:17.818] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,20:05:24.821] [DEBUG] 6 processes running of frp type [2025-11-26,20:20:17.141] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,20: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-11-26,20:35:18.177] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,20:35:25.284] [DEBUG] 6 processes running of frp type [2025-11-26,20:37:29.242] [INFO] Initializing BusSpeedStateManager V2 [2025-11-26,20:37:29.249] [INFO] LocationSqlManager initialising [2025-11-26,20:37:29.250] [INFO] Location DB initialising [2025-11-26,20:37:29.261] [INFO] LocationSqlManager initialisation complete [2025-11-26,20:37:29.263] [DEBUG] UploadManager Init [2025-11-26,20:37:29.263] [DEBUG] UploadManager Init Complete [2025-11-26,20:37:29.268] [INFO] Initializing GPS... [2025-11-26,20:37:29.271] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:39:35.059] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,20:39:47.335] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,20:40:04.276] [DEBUG] Log Upload Complete! [2025-11-26,20:42:38.068] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,20:42:45.255] [DEBUG] Remote Access Enabled [2025-11-26,20:42:57.764] [INFO] Server Address: 138.201.17.179 [2025-11-26,20:42:57.765] [INFO] Server Port: 7000 [2025-11-26,20:42:57.774] [DEBUG] Starting Remote Access! 2025-11-26 20:42:57.947 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-26 20:42:57.947 [I] [client/service.go:294] try to connect to server... 2025-11-26 20:42:59.865 [I] [client/service.go:286] [826bd0bd94edd483] login to server success, get run id [826bd0bd94edd483] 2025-11-26 20:42:59.866 [I] [proxy/proxy_manager.go:173] [826bd0bd94edd483] proxy added: [DTN57CC4444] 2025-11-26 20:43:00.338 [I] [client/control.go:168] [826bd0bd94edd483] [DTN57CC4444] start proxy success 2025-11-26 20:44:09.897 [I] [client/service.go:294] [826bd0bd94edd483] try to connect to server... 2025-11-26 20:44:32.706 [W] [client/service.go:297] [826bd0bd94edd483] connect to server error: i/o deadline reached 2025-11-26 20:44:32.707 [I] [client/service.go:294] [826bd0bd94edd483] try to connect to server... 2025-11-26 20:44:42.366 [I] [client/service.go:286] [826bd0bd94edd483] login to server success, get run id [826bd0bd94edd483] 2025-11-26 20:44:42.368 [I] [proxy/proxy_manager.go:173] [826bd0bd94edd483] proxy added: [DTN57CC4444] 2025-11-26 20:44:56.851 [I] [client/control.go:168] [826bd0bd94edd483] [DTN57CC4444] start proxy success [2025-11-26,20:50:17.238] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,20:50:23.926] [DEBUG] 6 processes running of frp type [2025-11-26,21:05:17.134] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,21:05:23.991] [DEBUG] 6 processes running of frp type [2025-11-26,21:20:17.315] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,21: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-11-26,21:35:17.867] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,21:35:24.544] [DEBUG] 6 processes running of frp type 2025-11-26 21:42:44.695 [I] [client/service.go:294] [826bd0bd94edd483] try to connect to server... 2025-11-26 21:42:54.697 [W] [client/service.go:297] [826bd0bd94edd483] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-26 21:42:54.698 [I] [client/service.go:294] [826bd0bd94edd483] try to connect to server... 2025-11-26 21:43:03.995 [I] [client/service.go:286] [826bd0bd94edd483] login to server success, get run id [826bd0bd94edd483] 2025-11-26 21:43:03.997 [I] [proxy/proxy_manager.go:173] [826bd0bd94edd483] proxy added: [DTN57CC4444] 2025-11-26 21:43:04.315 [I] [client/control.go:168] [826bd0bd94edd483] [DTN57CC4444] start proxy success 2025-11-26 21:43:41.195 [I] [client/service.go:294] [826bd0bd94edd483] try to connect to server... 2025-11-26 21:43:49.468 [I] [client/service.go:286] [826bd0bd94edd483] login to server success, get run id [826bd0bd94edd483] 2025-11-26 21:43:49.469 [I] [proxy/proxy_manager.go:173] [826bd0bd94edd483] proxy added: [DTN57CC4444] 2025-11-26 21:43:49.761 [I] [client/control.go:168] [826bd0bd94edd483] [DTN57CC4444] start proxy success [2025-11-26,21:50:17.491] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,21:50:24.136] [DEBUG] 6 processes running of frp type [2025-11-26,22:05:17.371] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,22:05:23.866] [DEBUG] 6 processes running of frp type [2025-11-26,22:20:17.969] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,22:20:25.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' [2025-11-26,22:35:17.628] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,22:35:24.320] [DEBUG] 6 processes running of frp type [2025-11-26,22:50:17.824] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,22:50:24.404] [DEBUG] 6 processes running of frp type 2025-11-26 23:00:11.456 [I] [client/service.go:294] [826bd0bd94edd483] try to connect to server... 2025-11-26 23:00:23.258 [I] [client/service.go:286] [826bd0bd94edd483] login to server success, get run id [826bd0bd94edd483] 2025-11-26 23:00:23.260 [I] [proxy/proxy_manager.go:173] [826bd0bd94edd483] proxy added: [DTN57CC4444] 2025-11-26 23:00:23.834 [I] [client/control.go:168] [826bd0bd94edd483] [DTN57CC4444] start proxy success [2025-11-26,23:05:17.570] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,23:05:24.523] [DEBUG] 6 processes running of frp type [2025-11-26,23:20:17.833] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,23:20:24.296] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:17.827] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,23:35:24.448] [DEBUG] 6 processes running of frp type [2025-11-26,23:50:17.497] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-26,23:50:24.176] [DEBUG] 6 processes running of frp type [2025-11-27,00:05:17.531] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,00:05:24.219] [DEBUG] 6 processes running of frp type [2025-11-27,00:20:17.712] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,00: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' [2025-11-27,00:35:17.034] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,00:35:23.613] [DEBUG] 6 processes running of frp type [2025-11-27,00:50:17.190] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,00:50:23.801] [DEBUG] 6 processes running of frp type [2025-11-27,01:05:16.981] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,01:05:23.634] [DEBUG] 6 processes running of frp type [2025-11-27,01:20:18.077] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,01: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-27,01:35:17.087] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,01:35:23.782] [DEBUG] 6 processes running of frp type [2025-11-27,01:50:18.078] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,01:50:24.666] [DEBUG] 6 processes running of frp type [2025-11-27,02:05:17.934] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,02:05:24.868] [DEBUG] 6 processes running of frp type [2025-11-27,02:20:17.904] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,02: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' [2025-11-27,02:35:17.991] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,02:35:24.638] [DEBUG] 6 processes running of frp type [2025-11-27,02:50:17.849] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,02:50:24.471] [DEBUG] 6 processes running of frp type [2025-11-27,03:05:17.633] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,03:05:24.249] [DEBUG] 6 processes running of frp type [2025-11-27,03:20:17.741] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,03: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-11-27,03:35:18.075] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,03:35:24.742] [DEBUG] 6 processes running of frp type [2025-11-27,03:50:17.835] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,03:50:24.427] [DEBUG] 6 processes running of frp type [2025-11-27,04:05:17.619] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,04:05:24.303] [DEBUG] 6 processes running of frp type 2025-11-27 04:06:24.353 [I] [client/service.go:294] [826bd0bd94edd483] try to connect to server... 2025-11-27 04:06:27.405 [W] [client/service.go:297] [826bd0bd94edd483] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:06:27.406 [I] [client/service.go:294] [826bd0bd94edd483] try to connect to server... 2025-11-27 04:06:30.446 [W] [client/service.go:297] [826bd0bd94edd483] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:06:30.446 [I] [client/service.go:294] [826bd0bd94edd483] try to connect to server... 2025-11-27 04:06:33.485 [W] [client/service.go:297] [826bd0bd94edd483] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:06:42.619 [I] [client/service.go:294] [826bd0bd94edd483] try to connect to server... 2025-11-27 04:06:42.621 [W] [client/service.go:297] [826bd0bd94edd483] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 04:07:02.622 [I] [client/service.go:294] [826bd0bd94edd483] try to connect to server... 2025-11-27 04:07:03.554 [I] [client/service.go:286] [826bd0bd94edd483] login to server success, get run id [826bd0bd94edd483] 2025-11-27 04:07:03.555 [I] [proxy/proxy_manager.go:173] [826bd0bd94edd483] proxy added: [DTN57CC4444] 2025-11-27 04:07:03.874 [I] [client/control.go:168] [826bd0bd94edd483] [DTN57CC4444] start proxy success [2025-11-27,04:20:17.662] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,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' [2025-11-27,04:35:18.134] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,04:35:25.052] [DEBUG] 6 processes running of frp type [2025-11-27,04:50:17.857] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,04:50:25.477] [DEBUG] 6 processes running of frp type [2025-11-27,05:05:17.816] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,05:05:24.387] [DEBUG] 6 processes running of frp type [2025-11-27,05:20:17.649] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,05:20:25.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-27,05:35:17.827] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,05:35:24.408] [DEBUG] 6 processes running of frp type [2025-11-27,05:50:17.107] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,05:50:23.737] [DEBUG] 6 processes running of frp type [2025-11-27,06:05:16.941] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,06:05:23.518] [DEBUG] 6 processes running of frp type [2025-11-27,06:20:17.764] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,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' [2025-11-27,06:30:42.655] [INFO] Initializing BusSpeedStateManager V2 [2025-11-27,06:30:42.662] [INFO] LocationSqlManager initialising [2025-11-27,06:30:42.663] [INFO] Location DB initialising [2025-11-27,06:30:42.674] [INFO] LocationSqlManager initialisation complete [2025-11-27,06:30:42.675] [DEBUG] UploadManager Init [2025-11-27,06:30:42.676] [DEBUG] UploadManager Init Complete [2025-11-27,06:30:42.681] [INFO] Initializing GPS... [2025-11-27,06:30:42.684] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:47.337] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,06:32:53.950] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:33:04.627] [DEBUG] Log Upload Complete! [2025-11-27,06:35:46.312] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,06:35:52.984] [DEBUG] Remote Access Enabled [2025-11-27,06:35:59.297] [INFO] Server Address: 138.201.17.179 [2025-11-27,06:35:59.298] [INFO] Server Port: 7000 [2025-11-27,06:35:59.302] [DEBUG] Starting Remote Access! 2025-11-27 06:35:59.435 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-27 06:35:59.436 [I] [client/service.go:294] try to connect to server... 2025-11-27 06:36:00.360 [I] [client/service.go:286] [d942a0db9908368a] login to server success, get run id [d942a0db9908368a] 2025-11-27 06:36:00.361 [I] [proxy/proxy_manager.go:173] [d942a0db9908368a] proxy added: [DTN57CC4444] 2025-11-27 06:36:00.669 [I] [client/control.go:168] [d942a0db9908368a] [DTN57CC4444] start proxy success [2025-11-27,06:50:17.117] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,06:50:24.726] [DEBUG] 6 processes running of frp type [2025-11-27,07:05:17.402] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,07:05:23.865] [DEBUG] 6 processes running of frp type [2025-11-27,07:20:17.378] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,07: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-11-27,07:35:17.536] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,07:35:24.204] [DEBUG] 6 processes running of frp type [2025-11-27,07:50:18.049] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,07:50:25.009] [DEBUG] 6 processes running of frp type [2025-11-27,08:02:17.320] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,08:02:23.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( [2025-11-27,08:02:32.299] [DEBUG] Log Upload Complete! [2025-11-27,08:05:17.350] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,08:05:23.919] [DEBUG] 6 processes running of frp type [2025-11-27,08:20:17.295] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,08: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-11-27,08:35:17.687] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,08:35:24.499] [DEBUG] 6 processes running of frp type [2025-11-27,08:50:17.210] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,08:50:23.810] [DEBUG] 6 processes running of frp type [2025-11-27,09:05:17.246] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,09:05:23.902] [DEBUG] 6 processes running of frp type [2025-11-27,09:20:17.113] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,09: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' [2025-11-27,09:35:17.648] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,09:35:24.425] [DEBUG] 6 processes running of frp type [2025-11-27,09:50:18.125] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,09:50:24.663] [DEBUG] 6 processes running of frp type [2025-11-27,10:05:18.025] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,10:05:24.666] [DEBUG] 6 processes running of frp type [2025-11-27,10:20:18.097] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,10:20:24.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-11-27,10:35:17.581] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,10:35:24.184] [DEBUG] 6 processes running of frp type [2025-11-27,10:50:18.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,10:50:24.756] [DEBUG] 6 processes running of frp type [2025-11-27,11:05:16.991] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,11:05:23.607] [DEBUG] 6 processes running of frp type [2025-11-27,11:20:18.173] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,11:20:24.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-27,11:35:18.300] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,11:35:24.965] [DEBUG] 6 processes running of frp type [2025-11-27,11:50:17.690] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,11:50:24.202] [DEBUG] 6 processes running of frp type [2025-11-27,12:05:17.604] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,12:05:24.338] [DEBUG] 6 processes running of frp type 2025-11-27 12:06:53.715 [I] [client/service.go:294] [d942a0db9908368a] try to connect to server... 2025-11-27 12:06:54.642 [I] [client/service.go:286] [d942a0db9908368a] login to server success, get run id [d942a0db9908368a] 2025-11-27 12:06:54.643 [I] [proxy/proxy_manager.go:173] [d942a0db9908368a] proxy added: [DTN57CC4444] 2025-11-27 12:06:54.963 [I] [client/control.go:168] [d942a0db9908368a] [DTN57CC4444] start proxy success [2025-11-27,12:20:17.586] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,12:20:24.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' [2025-11-27,12:35:17.053] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,12:35:23.730] [DEBUG] 6 processes running of frp type [2025-11-27,12:50:17.031] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,12:50:23.613] [DEBUG] 6 processes running of frp type [2025-11-27,13:05:18.165] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,13:05:24.731] [DEBUG] 6 processes running of frp type [2025-11-27,13:20:16.957] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,13: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' [2025-11-27,13:35:17.228] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,13:35:23.837] [DEBUG] 6 processes running of frp type [2025-11-27,13:50:17.389] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,13:50:23.999] [DEBUG] 6 processes running of frp type [2025-11-27,14:05:17.206] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,14:05:23.993] [DEBUG] 6 processes running of frp type [2025-11-27,14:20:17.484] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,14: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' [2025-11-27,14:35:17.523] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,14:35:24.138] [DEBUG] 6 processes running of frp type [2025-11-27,14:50:17.161] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,14:50:23.764] [DEBUG] 6 processes running of frp type [2025-11-27,15:05:17.216] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,15:05:23.858] [DEBUG] 6 processes running of frp type [2025-11-27,15:20:17.130] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,15: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' [2025-11-27,15:35:17.154] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,15:35:23.728] [DEBUG] 6 processes running of frp type [2025-11-27,15:50:17.193] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,15:50:23.980] [DEBUG] 6 processes running of frp type [2025-11-27,16:05:17.375] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,16:05:23.993] [DEBUG] 6 processes running of frp type [2025-11-27,16:20:17.422] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,16: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' [2025-11-27,16:35:17.931] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,16:35:24.524] [DEBUG] 6 processes running of frp type [2025-11-27,16:50:17.219] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,16:50:23.766] [DEBUG] 6 processes running of frp type [2025-11-27,17:05:17.138] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,17:05:23.726] [DEBUG] 6 processes running of frp type [2025-11-27,17:20:17.064] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,17: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-11-27,17:35:17.346] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,17:35:24.159] [DEBUG] 6 processes running of frp type [2025-11-27,17:50:17.979] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,17:50:24.574] [DEBUG] 6 processes running of frp type [2025-11-27,18:05:18.023] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,18:05:24.644] [DEBUG] 6 processes running of frp type [2025-11-27,18:20:17.964] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,18:20:24.455] [DEBUG] 6 processes running of frp type [2025-11-27,18:25:40.861] [INFO] Initializing BusSpeedStateManager V2 [2025-11-27,18:25:40.865] [INFO] LocationSqlManager initialising [2025-11-27,18:25:40.866] [INFO] Location DB initialising [2025-11-27,18:25:40.876] [INFO] LocationSqlManager initialisation complete [2025-11-27,18:25:40.877] [DEBUG] UploadManager Init [2025-11-27,18:25:40.878] [DEBUG] UploadManager Init Complete [2025-11-27,18:25:40.881] [INFO] Initializing GPS... [2025-11-27,18:25:40.883] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,18:27:51.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( [2025-11-27,18:28:02.191] [DEBUG] Log Upload Complete! [2025-11-27,18:30:45.174] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,18:30:51.749] [DEBUG] Remote Access Enabled [2025-11-27,18:30:57.979] [INFO] Server Address: 138.201.17.179 [2025-11-27,18:30:57.980] [INFO] Server Port: 7000 [2025-11-27,18:30:57.985] [DEBUG] Starting Remote Access! 2025-11-27 18:30:58.119 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-27 18:30:58.120 [I] [client/service.go:294] try to connect to server... 2025-11-27 18:30:59.028 [I] [client/service.go:286] [9f957c51580a50a5] login to server success, get run id [9f957c51580a50a5] 2025-11-27 18:30:59.028 [I] [proxy/proxy_manager.go:173] [9f957c51580a50a5] proxy added: [DTN57CC4444] 2025-11-27 18:30:59.350 [I] [client/control.go:168] [9f957c51580a50a5] [DTN57CC4444] start proxy success [2025-11-27,18:35:17.892] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,18:35:24.502] [DEBUG] 6 processes running of frp type [2025-11-27,18:50:17.964] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,18:50:24.507] [DEBUG] 6 processes running of frp type [2025-11-27,19:05:17.757] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,19:05:24.293] [DEBUG] 6 processes running of frp type [2025-11-27,19:20:17.485] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,19: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' [2025-11-27,19:35:17.532] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,19:35:24.068] [DEBUG] 6 processes running of frp type [2025-11-27,19:50:17.792] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,19:50:24.355] [DEBUG] 6 processes running of frp type [2025-11-27,20:05:17.644] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,20:05:24.310] [DEBUG] 6 processes running of frp type 2025-11-27 20:07:05.273 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-27 20:07:05.302 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 20:07:07.341 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-27 20:07:07.346 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 20:07:11.794 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-27 20:07:11.798 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-27 20:07:21.086 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-27 20:07:22.000 [I] [client/service.go:286] [9f957c51580a50a5] login to server success, get run id [9f957c51580a50a5] 2025-11-27 20:07:22.001 [I] [proxy/proxy_manager.go:173] [9f957c51580a50a5] proxy added: [DTN57CC4444] 2025-11-27 20:07:22.289 [I] [client/control.go:168] [9f957c51580a50a5] [DTN57CC4444] start proxy success [2025-11-27,20:20:17.826] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,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' [2025-11-27,20:35:22.862] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,20:35:29.668] [DEBUG] 6 processes running of frp type [2025-11-27,20:50:17.373] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,20:50:28.243] [DEBUG] 6 processes running of frp type [2025-11-27,21:05:17.730] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,21:05:24.399] [DEBUG] 6 processes running of frp type [2025-11-27,21:20:17.536] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,21: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' [2025-11-27,21:35:21.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,21:35:27.901] [DEBUG] 6 processes running of frp type [2025-11-27,21:50:16.964] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,21:50:23.831] [DEBUG] 6 processes running of frp type [2025-11-27,22:05:17.279] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,22:05:28.540] [DEBUG] 6 processes running of frp type [2025-11-27,22:20:18.060] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,22:20:24.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' [2025-11-27,22:35:17.201] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,22:35:23.779] [DEBUG] 6 processes running of frp type [2025-11-27,22:50:17.954] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,22:50:24.490] [DEBUG] 6 processes running of frp type [2025-11-27,23:05:17.650] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,23:05:24.144] [DEBUG] 6 processes running of frp type [2025-11-27,23:20:19.755] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,23:20:34.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' [2025-11-27,23:35:17.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,23:35:23.905] [DEBUG] 6 processes running of frp type [2025-11-27,23:50:17.717] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-27,23:50:24.473] [DEBUG] 6 processes running of frp type [2025-11-28,00:05:17.842] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,00:05:27.597] [DEBUG] 6 processes running of frp type [2025-11-28,00:20:20.308] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,00:20:26.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-28,00:35:17.714] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,00:35:24.738] [DEBUG] 6 processes running of frp type [2025-11-28,00:50:17.394] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,00:50:24.290] [DEBUG] 6 processes running of frp type [2025-11-28,01:05:17.431] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,01:05:24.495] [DEBUG] 6 processes running of frp type [2025-11-28,01:20:17.665] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,01:20:24.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' [2025-11-28,01:35:17.757] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,01:35:24.347] [DEBUG] 6 processes running of frp type [2025-11-28,01:50:17.704] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,01:50:24.329] [DEBUG] 6 processes running of frp type [2025-11-28,02:05:17.799] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,02:05:24.267] [DEBUG] 6 processes running of frp type [2025-11-28,02:20:17.807] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,02: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-11-28,02:35:17.257] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,02:35:24.213] [DEBUG] 6 processes running of frp type [2025-11-28,02:50:17.901] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,02:50:24.509] [DEBUG] 6 processes running of frp type [2025-11-28,03:05:17.899] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,03:05:29.560] [DEBUG] 6 processes running of frp type [2025-11-28,03:20:17.942] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,03: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-11-28,03:35:17.827] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,03:35:24.371] [DEBUG] 6 processes running of frp type [2025-11-28,03:50:17.357] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,03:50:23.824] [DEBUG] 6 processes running of frp type [2025-11-28,04:05:17.084] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,04:05:23.643] [DEBUG] 6 processes running of frp type 2025-11-28 04:06:39.375 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:06:39.376 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-28 04:06:41.556 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:06:41.559 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:06:46.180 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:06:46.184 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:06:56.274 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:06:56.279 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:07:16.280 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:07:16.284 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:07:36.286 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:07:36.290 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:07:56.290 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:07:56.295 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:08:16.296 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:08:16.301 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:08:36.303 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:08:36.307 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:08:56.309 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:08:56.312 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:09:16.312 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:09:16.315 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:09:36.316 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:09:36.321 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:09:56.323 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:09:56.326 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:10:16.328 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:10:16.382 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:10:36.383 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:10:36.389 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:10:56.391 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:10:56.394 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:11:16.395 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:11:16.399 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:11:36.400 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:11:36.404 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:11:56.405 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:11:59.449 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-28 04:12:19.450 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:12:20.376 [I] [client/service.go:286] [9f957c51580a50a5] login to server success, get run id [9f957c51580a50a5] 2025-11-28 04:12:20.378 [I] [proxy/proxy_manager.go:173] [9f957c51580a50a5] proxy added: [DTN57CC4444] 2025-11-28 04:12:20.672 [I] [client/control.go:168] [9f957c51580a50a5] [DTN57CC4444] start proxy success [2025-11-28,04:20:17.868] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,04: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' 2025-11-28 04:30:42.679 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:30:52.681 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 04:30:52.682 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:31:02.683 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 04:31:02.684 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:31:12.686 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 04:31:12.687 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:31:22.688 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 04:31:22.688 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:31:32.690 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 04:31:52.691 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:32:02.692 [W] [client/service.go:297] [9f957c51580a50a5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-28 04:32:22.694 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:32:23.815 [I] [client/service.go:286] [9f957c51580a50a5] login to server success, get run id [9f957c51580a50a5] 2025-11-28 04:32:23.816 [I] [proxy/proxy_manager.go:173] [9f957c51580a50a5] proxy added: [DTN57CC4444] 2025-11-28 04:32:24.109 [I] [client/control.go:168] [9f957c51580a50a5] [DTN57CC4444] start proxy success [2025-11-28,04:35:18.052] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,04:35:24.717] [DEBUG] 6 processes running of frp type [2025-11-28,04:50:17.290] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,04:50:24.443] [DEBUG] 6 processes running of frp type 2025-11-28 04:58:25.145 [I] [client/service.go:294] [9f957c51580a50a5] try to connect to server... 2025-11-28 04:58:25.992 [I] [client/service.go:286] [9f957c51580a50a5] login to server success, get run id [9f957c51580a50a5] 2025-11-28 04:58:25.993 [I] [proxy/proxy_manager.go:173] [9f957c51580a50a5] proxy added: [DTN57CC4444] 2025-11-28 04:58:26.282 [I] [client/control.go:168] [9f957c51580a50a5] [DTN57CC4444] start proxy success [2025-11-28,05:05:17.824] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,05:05:24.566] [DEBUG] 6 processes running of frp type [2025-11-28,05:20:17.862] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,05:20:24.796] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:17.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,05:35:24.313] [DEBUG] 6 processes running of frp type [2025-11-28,05:50:18.099] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,05:50:24.698] [DEBUG] 6 processes running of frp type [2025-11-28,06:05:18.093] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,06:05:25.597] [DEBUG] 6 processes running of frp type [2025-11-28,06:20:18.042] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,06: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-28,06:30:42.393] [INFO] Initializing BusSpeedStateManager V2 [2025-11-28,06:30:42.399] [INFO] LocationSqlManager initialising [2025-11-28,06:30:42.399] [INFO] Location DB initialising [2025-11-28,06:30:42.409] [INFO] LocationSqlManager initialisation complete [2025-11-28,06:30:42.410] [DEBUG] UploadManager Init [2025-11-28,06:30:42.411] [DEBUG] UploadManager Init Complete [2025-11-28,06:30:42.414] [INFO] Initializing GPS... [2025-11-28,06:30:42.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' [2025-11-28,06:32:45.120] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,06:32:52.528] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:06.086] [DEBUG] Log Upload Complete! [2025-11-28,06:35:45.306] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,06:35:51.925] [DEBUG] Remote Access Enabled [2025-11-28,06:35:58.159] [INFO] Server Address: 138.201.17.179 [2025-11-28,06:35:58.160] [INFO] Server Port: 7000 [2025-11-28,06:35:58.165] [DEBUG] Starting Remote Access! 2025-11-28 06:35:58.299 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-28 06:35:58.300 [I] [client/service.go:294] try to connect to server... 2025-11-28 06:35:59.173 [I] [client/service.go:286] [174420b0f6bbc796] login to server success, get run id [174420b0f6bbc796] 2025-11-28 06:35:59.174 [I] [proxy/proxy_manager.go:173] [174420b0f6bbc796] proxy added: [DTN57CC4444] 2025-11-28 06:35:59.483 [I] [client/control.go:168] [174420b0f6bbc796] [DTN57CC4444] start proxy success [2025-11-28,06:50:17.292] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,06:50:23.843] [DEBUG] 6 processes running of frp type [2025-11-28,07:05:17.431] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,07:05:24.219] [DEBUG] 6 processes running of frp type [2025-11-28,07:20:17.532] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,07: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' [2025-11-28,07:35:17.084] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,07:35:23.649] [DEBUG] 6 processes running of frp type [2025-11-28,07:50:17.890] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,07:50:24.770] [DEBUG] 6 processes running of frp type [2025-11-28,08:02:16.938] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,08:02:28.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( [2025-11-28,08:03:09.060] [DEBUG] Log Upload Complete! [2025-11-28,08:05:17.033] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,08:05:23.546] [DEBUG] 6 processes running of frp type [2025-11-28,08:20:17.798] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,08:20:24.364] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.854] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,08:35:24.438] [DEBUG] 6 processes running of frp type [2025-11-28,08:50:17.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,08:50:24.562] [DEBUG] 6 processes running of frp type [2025-11-28,09:05:18.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,09:05:24.578] [DEBUG] 6 processes running of frp type [2025-11-28,09:20:17.874] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,09: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' [2025-11-28,09:35:17.391] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,09:35:23.887] [DEBUG] 6 processes running of frp type [2025-11-28,09:50:17.899] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,09:50:24.513] [DEBUG] 6 processes running of frp type [2025-11-28,10:05:17.964] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,10:05:24.587] [DEBUG] 6 processes running of frp type [2025-11-28,10:20:17.964] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,10: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' [2025-11-28,10:35:17.209] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,10:35:24.144] [DEBUG] 6 processes running of frp type [2025-11-28,10:50:17.651] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,10:50:24.177] [DEBUG] 6 processes running of frp type [2025-11-28,11:05:17.927] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,11:05:24.570] [DEBUG] 6 processes running of frp type [2025-11-28,11:12:15.240] [INFO] Initializing BusSpeedStateManager V2 [2025-11-28,11:12:15.244] [INFO] LocationSqlManager initialising [2025-11-28,11:12:15.245] [INFO] Location DB initialising [2025-11-28,11:12:15.256] [INFO] LocationSqlManager initialisation complete [2025-11-28,11:12:15.257] [DEBUG] UploadManager Init [2025-11-28,11:12:15.258] [DEBUG] UploadManager Init Complete [2025-11-28,11:12:15.262] [INFO] Initializing GPS... [2025-11-28,11:12:15.266] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:14:17.893] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,11:14:24.447] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,11:14:36.364] [DEBUG] Log Upload Complete! [2025-11-28,11:17:17.816] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,11:17:18.156] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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,11:17:24.695] [DEBUG] Remote Access Enabled [2025-11-28,11:17:30.918] [INFO] Server Address: 138.201.17.179 [2025-11-28,11:17:30.919] [INFO] Server Port: 7000 [2025-11-28,11:17:30.924] [DEBUG] Starting Remote Access! 2025-11-28 11:17:31.054 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-28 11:17:31.055 [I] [client/service.go:294] try to connect to server... 2025-11-28 11:17:32.004 [I] [client/service.go:286] [678c6b6e05db3f56] login to server success, get run id [678c6b6e05db3f56] 2025-11-28 11:17:32.004 [I] [proxy/proxy_manager.go:173] [678c6b6e05db3f56] proxy added: [DTN57CC4444] 2025-11-28 11:17:32.332 [I] [client/control.go:168] [678c6b6e05db3f56] [DTN57CC4444] start proxy success [2025-11-28,11:20:17.030] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,11: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-11-28,11:35:17.537] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,11:35:24.086] [DEBUG] 6 processes running of frp type [2025-11-28,11:50:18.023] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,11:50:24.605] [DEBUG] 6 processes running of frp type [2025-11-28,12:05:18.104] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,12:05:24.826] [DEBUG] 6 processes running of frp type [2025-11-28,12:20:17.028] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,12: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' 2025-11-28 12:32:27.857 [I] [client/service.go:294] [678c6b6e05db3f56] try to connect to server... 2025-11-28 12:32:28.993 [I] [client/service.go:286] [678c6b6e05db3f56] login to server success, get run id [678c6b6e05db3f56] 2025-11-28 12:32:28.994 [I] [proxy/proxy_manager.go:173] [678c6b6e05db3f56] proxy added: [DTN57CC4444] 2025-11-28 12:32:29.304 [I] [client/control.go:168] [678c6b6e05db3f56] [DTN57CC4444] start proxy success [2025-11-28,12:35:17.513] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,12:35:24.192] [DEBUG] 6 processes running of frp type [2025-11-28,12:50:17.074] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,12:50:23.733] [DEBUG] 6 processes running of frp type [2025-11-28,13:05:17.207] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,13:05:24.113] [DEBUG] 6 processes running of frp type [2025-11-28,13:20:17.591] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,13: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-11-28,13:35:17.736] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,13:35:24.270] [DEBUG] 6 processes running of frp type [2025-11-28,13:50:17.647] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,13:50:24.509] [DEBUG] 6 processes running of frp type [2025-11-28,14:05:17.846] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,14:05:24.419] [DEBUG] 6 processes running of frp type [2025-11-28,14:20:17.633] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,14: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' [2025-11-28,14:35:17.738] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,14:35:24.253] [DEBUG] 6 processes running of frp type [2025-11-28,14:50:17.347] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,14:50:23.930] [DEBUG] 6 processes running of frp type [2025-11-28,15:05:17.718] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,15:05:24.236] [DEBUG] 6 processes running of frp type [2025-11-28,15:20:17.520] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,15: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-11-28,15:35:18.039] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,15:35:24.671] [DEBUG] 6 processes running of frp type [2025-11-28,15:50:17.453] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,15:50:24.001] [DEBUG] 6 processes running of frp type [2025-11-28,16:05:17.297] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,16:05:24.079] [DEBUG] 6 processes running of frp type [2025-11-28,16:20:17.879] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,16: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-28,16:35:17.254] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,16:35:23.910] [DEBUG] 6 processes running of frp type [2025-11-28,16:50:17.681] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,16:50:24.864] [DEBUG] 6 processes running of frp type [2025-11-28,17:05:17.288] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,17:05:23.897] [DEBUG] 6 processes running of frp type [2025-11-28,17:20:17.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,17: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' [2025-11-28,17:35:17.996] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,17:35:24.533] [DEBUG] 6 processes running of frp type [2025-11-28,17:50:17.822] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,17:50:24.338] [DEBUG] 6 processes running of frp type [2025-11-28,18:05:17.932] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,18:05:24.585] [DEBUG] 6 processes running of frp type [2025-11-28,18:20:17.917] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,18:20:24.413] [DEBUG] 6 processes running of frp type [2025-11-28,18:25:41.433] [INFO] Initializing BusSpeedStateManager V2 [2025-11-28,18:25:41.437] [INFO] LocationSqlManager initialising [2025-11-28,18:25:41.438] [INFO] Location DB initialising [2025-11-28,18:25:41.447] [INFO] LocationSqlManager initialisation complete [2025-11-28,18:25:41.447] [DEBUG] UploadManager Init [2025-11-28,18:25:41.448] [DEBUG] UploadManager Init Complete [2025-11-28,18:25:41.450] [INFO] Initializing GPS... [2025-11-28,18:25:41.452] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.925] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,18:27: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( [2025-11-28,18:28:05.148] [DEBUG] Log Upload Complete! [2025-11-28,18:30:49.883] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,18:30:56.491] [DEBUG] Remote Access Enabled [2025-11-28,18:31:02.768] [INFO] Server Address: 138.201.17.179 [2025-11-28,18:31:02.770] [INFO] Server Port: 7000 [2025-11-28,18:31:02.779] [DEBUG] Starting Remote Access! 2025-11-28 18:31:02.965 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-28 18:31:02.965 [I] [client/service.go:294] try to connect to server... 2025-11-28 18:31:03.843 [I] [client/service.go:286] [9416b478d3efd475] login to server success, get run id [9416b478d3efd475] 2025-11-28 18:31:03.844 [I] [proxy/proxy_manager.go:173] [9416b478d3efd475] proxy added: [DTN57CC4444] 2025-11-28 18:31:04.141 [I] [client/control.go:168] [9416b478d3efd475] [DTN57CC4444] start proxy success [2025-11-28,18:35:17.744] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,18:35:24.341] [DEBUG] 6 processes running of frp type [2025-11-28,18:50:17.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,18:50:24.139] [DEBUG] 6 processes running of frp type [2025-11-28,19:05:18.168] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,19:05:24.644] [DEBUG] 6 processes running of frp type [2025-11-28,19:20:18.282] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,19:20:24.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-11-28,19:35:17.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,19:35:24.485] [DEBUG] 6 processes running of frp type [2025-11-28,19:50:17.354] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,19:50:24.025] [DEBUG] 6 processes running of frp type [2025-11-28,20:05:17.489] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,20:05:25.218] [DEBUG] 6 processes running of frp type [2025-11-28,20:20:17.527] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,20: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' [2025-11-28,20:35:20.804] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,20:35:27.717] [DEBUG] 6 processes running of frp type [2025-11-28,20:50:17.248] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,20:50:23.887] [DEBUG] 6 processes running of frp type [2025-11-28,21:05:17.127] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,21:05:24.297] [DEBUG] 6 processes running of frp type [2025-11-28,21:20:17.727] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,21: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' [2025-11-28,21:35:17.095] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,21:35:23.771] [DEBUG] 6 processes running of frp type [2025-11-28,21:50:17.291] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,21:50:24.052] [DEBUG] 6 processes running of frp type [2025-11-28,22:05:17.255] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,22:05:24.522] [DEBUG] 6 processes running of frp type [2025-11-28,22:20:19.064] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,22:20:29.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-11-28,22:35:17.331] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,22:35:24.005] [DEBUG] 6 processes running of frp type 2025-11-28 22:39:57.100 [I] [client/service.go:294] [9416b478d3efd475] try to connect to server... 2025-11-28 22:39:58.238 [I] [client/service.go:286] [9416b478d3efd475] login to server success, get run id [9416b478d3efd475] 2025-11-28 22:39:58.239 [I] [proxy/proxy_manager.go:173] [9416b478d3efd475] proxy added: [DTN57CC4444] 2025-11-28 22:39:58.565 [I] [client/control.go:168] [9416b478d3efd475] [DTN57CC4444] start proxy success [2025-11-28,22:50:17.580] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,22:50:24.285] [DEBUG] 6 processes running of frp type [2025-11-28,23:05:17.804] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,23:05:29.662] [DEBUG] 6 processes running of frp type [2025-11-28,23:20:17.045] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,23: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-28,23:35:17.368] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,23:35:24.108] [DEBUG] 6 processes running of frp type [2025-11-28,23:50:17.509] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-28,23:50:24.135] [DEBUG] 6 processes running of frp type [2025-11-29,00:05:17.532] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,00:05:24.310] [DEBUG] 6 processes running of frp type [2025-11-29,00:20:17.591] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,00:20:24.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-11-29 00:32:55.384 [I] [client/service.go:294] [9416b478d3efd475] try to connect to server... 2025-11-29 00:32:56.316 [I] [client/service.go:286] [9416b478d3efd475] login to server success, get run id [9416b478d3efd475] 2025-11-29 00:32:56.317 [I] [proxy/proxy_manager.go:173] [9416b478d3efd475] proxy added: [DTN57CC4444] 2025-11-29 00:32:56.680 [I] [client/control.go:168] [9416b478d3efd475] [DTN57CC4444] start proxy success [2025-11-29,00:35:17.031] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,00:35:23.617] [DEBUG] 6 processes running of frp type [2025-11-29,00:50:17.873] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,00:50:24.616] [DEBUG] 6 processes running of frp type [2025-11-29,01:05:18.151] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,01:05:29.809] [DEBUG] 6 processes running of frp type [2025-11-29,01:20:17.022] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,01: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-11-29,01:35:17.281] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,01:35:23.856] [DEBUG] 6 processes running of frp type [2025-11-29,01:50:22.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,01:50:28.855] [DEBUG] 6 processes running of frp type [2025-11-29,02:05:17.072] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,02:05:24.487] [DEBUG] 6 processes running of frp type [2025-11-29,02:20:17.700] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,02:20:24.304] [DEBUG] 6 processes running of frp type 2025-11-29 02:22:57.115 [I] [client/service.go:294] [9416b478d3efd475] try to connect to server... 2025-11-29 02:22:59.244 [I] [client/service.go:286] [9416b478d3efd475] login to server success, get run id [9416b478d3efd475] 2025-11-29 02:22:59.245 [I] [proxy/proxy_manager.go:173] [9416b478d3efd475] proxy added: [DTN57CC4444] 2025-11-29 02:22:59.559 [I] [client/control.go:168] [9416b478d3efd475] [DTN57CC4444] 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,02:35:17.828] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,02:35:26.168] [DEBUG] 6 processes running of frp type [2025-11-29,02:50:17.528] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,02:50:24.115] [DEBUG] 6 processes running of frp type [2025-11-29,03:05:17.473] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,03:05:24.150] [DEBUG] 6 processes running of frp type [2025-11-29,03:20:17.471] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,03: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-29,03:35:17.847] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,03:35:24.439] [DEBUG] 6 processes running of frp type [2025-11-29,03:50:17.280] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,03:50:33.015] [DEBUG] 6 processes running of frp type [2025-11-29,04:05:17.408] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,04:05:23.961] [DEBUG] 6 processes running of frp type 2025-11-29 04:06:32.178 [I] [client/service.go:294] [9416b478d3efd475] try to connect to server... 2025-11-29 04:06:34.347 [W] [client/service.go:297] [9416b478d3efd475] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 04:06:34.348 [I] [client/service.go:294] [9416b478d3efd475] try to connect to server... 2025-11-29 04:06:37.388 [W] [client/service.go:297] [9416b478d3efd475] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 04:06:37.388 [I] [client/service.go:294] [9416b478d3efd475] try to connect to server... 2025-11-29 04:06:37.401 [W] [client/service.go:297] [9416b478d3efd475] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 04:06:46.749 [I] [client/service.go:294] [9416b478d3efd475] try to connect to server... 2025-11-29 04:06:47.681 [I] [client/service.go:286] [9416b478d3efd475] login to server success, get run id [9416b478d3efd475] 2025-11-29 04:06:47.683 [I] [proxy/proxy_manager.go:173] [9416b478d3efd475] proxy added: [DTN57CC4444] 2025-11-29 04:06:47.984 [I] [client/control.go:168] [9416b478d3efd475] [DTN57CC4444] start proxy success [2025-11-29,04:20:17.206] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,04: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-29,04:35:17.977] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,04:35:24.554] [DEBUG] 6 processes running of frp type [2025-11-29,04:50:16.976] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,04:50:23.674] [DEBUG] 6 processes running of frp type [2025-11-29,05:05:18.353] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,05:05:27.153] [DEBUG] 6 processes running of frp type [2025-11-29,05:20:17.730] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,05: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-11-29,05:35:19.282] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,05:35:26.425] [DEBUG] 6 processes running of frp type [2025-11-29,05:50:17.611] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,05:50:24.201] [DEBUG] 6 processes running of frp type [2025-11-29,06:05:17.472] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,06:05:24.116] [DEBUG] 6 processes running of frp type [2025-11-29,06:20:17.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,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-11-29,06:30:41.836] [INFO] Initializing BusSpeedStateManager V2 [2025-11-29,06:30:41.843] [INFO] LocationSqlManager initialising [2025-11-29,06:30:41.844] [INFO] Location DB initialising [2025-11-29,06:30:41.855] [INFO] LocationSqlManager initialisation complete [2025-11-29,06:30:41.856] [DEBUG] UploadManager Init [2025-11-29,06:30:41.856] [DEBUG] UploadManager Init Complete [2025-11-29,06:30:41.861] [INFO] Initializing GPS... [2025-11-29,06:30:41.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' [2025-11-29,06:32:45.694] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,06:32:52.309] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:01.494] [DEBUG] Log Upload Complete! [2025-11-29,06:35:45.805] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,06:35:52.441] [DEBUG] Remote Access Enabled [2025-11-29,06:35:58.761] [INFO] Server Address: 138.201.17.179 [2025-11-29,06:35:58.762] [INFO] Server Port: 7000 [2025-11-29,06:35:58.768] [DEBUG] Starting Remote Access! 2025-11-29 06:35:58.901 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-29 06:35:58.902 [I] [client/service.go:294] try to connect to server... 2025-11-29 06:35:59.825 [I] [client/service.go:286] [2c9117060ec17d01] login to server success, get run id [2c9117060ec17d01] 2025-11-29 06:35:59.825 [I] [proxy/proxy_manager.go:173] [2c9117060ec17d01] proxy added: [DTN57CC4444] 2025-11-29 06:36:00.167 [I] [client/control.go:168] [2c9117060ec17d01] [DTN57CC4444] start proxy success [2025-11-29,06:50:17.660] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,06:50:24.241] [DEBUG] 6 processes running of frp type [2025-11-29,07:05:17.870] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,07:05:24.867] [DEBUG] 6 processes running of frp type [2025-11-29,07:20:17.198] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,07: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' [2025-11-29,07:35:17.285] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-11-29 07:35:57.356 [I] [client/service.go:294] [2c9117060ec17d01] try to connect to server... 2025-11-29 07:36:07.358 [W] [client/service.go:297] [2c9117060ec17d01] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 07:36:07.359 [I] [client/service.go:294] [2c9117060ec17d01] try to connect to server... 2025-11-29 07:36:17.361 [W] [client/service.go:297] [2c9117060ec17d01] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 07:36:17.362 [I] [client/service.go:294] [2c9117060ec17d01] try to connect to server... 2025-11-29 07:36:27.363 [W] [client/service.go:297] [2c9117060ec17d01] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 07:36:27.364 [I] [client/service.go:294] [2c9117060ec17d01] try to connect to server... 2025-11-29 07:36:37.365 [W] [client/service.go:297] [2c9117060ec17d01] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 07:36:37.366 [I] [client/service.go:294] [2c9117060ec17d01] try to connect to server... 2025-11-29 07:36:47.368 [W] [client/service.go:297] [2c9117060ec17d01] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-29 07:37:07.369 [I] [client/service.go:294] [2c9117060ec17d01] try to connect to server... 2025-11-29 07:37:17.371 [W] [client/service.go:297] [2c9117060ec17d01] 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2025-11-29 07:37:37.372 [I] [client/service.go:294] [2c9117060ec17d01] try to connect to server... 2025-11-29 07:37:38.259 [I] [client/service.go:286] [2c9117060ec17d01] login to server success, get run id [2c9117060ec17d01] 2025-11-29 07:37:38.260 [I] [proxy/proxy_manager.go:173] [2c9117060ec17d01] proxy added: [DTN57CC4444] 2025-11-29 07:37:38.550 [I] [client/control.go:168] [2c9117060ec17d01] [DTN57CC4444] start proxy success [2025-11-29,07:50:16.981] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,07:50:23.814] [DEBUG] 6 processes running of frp type [2025-11-29,08:02:17.102] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,08:02:23.609] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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.819] [DEBUG] Log Upload Complete! [2025-11-29,08:05:17.024] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,08:05:23.654] [DEBUG] 6 processes running of frp type [2025-11-29,08:20:18.375] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,08:20:25.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' [2025-11-29,08:35:17.605] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,08:35:24.216] [DEBUG] 6 processes running of frp type [2025-11-29,08:50:17.916] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,08:50:24.618] [DEBUG] 6 processes running of frp type [2025-11-29,09:05:18.303] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,09:05:24.928] [DEBUG] 6 processes running of frp type [2025-11-29,09:20:17.513] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,09: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' [2025-11-29,09:35:17.814] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,09:35:24.456] [DEBUG] 6 processes running of frp type [2025-11-29,09:50:18.173] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,09:50:24.810] [DEBUG] 6 processes running of frp type [2025-11-29,10:05:17.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,10:05:24.210] [DEBUG] 6 processes running of frp type [2025-11-29,10:20:17.374] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,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' [2025-11-29,10:35:17.511] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,10:35:24.087] [DEBUG] 6 processes running of frp type [2025-11-29,10:50:17.672] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,10:50:24.377] [DEBUG] 6 processes running of frp type [2025-11-29,11:05:18.225] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,11:05:25.106] [DEBUG] 6 processes running of frp type [2025-11-29,11:20:17.266] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,11: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' [2025-11-29,11:35:17.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,11:35:24.423] [DEBUG] 6 processes running of frp type [2025-11-29,11:50:18.077] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,11:50:24.649] [DEBUG] 6 processes running of frp type [2025-11-29,12:05:18.382] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,12:05:25.042] [DEBUG] 6 processes running of frp type [2025-11-29,12:20:17.358] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,12:20:24.016] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:17.689] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,12:35:24.214] [DEBUG] 6 processes running of frp type [2025-11-29,12:50:17.725] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,12:50:24.554] [DEBUG] 6 processes running of frp type [2025-11-29,13:05:17.997] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,13:05:24.880] [DEBUG] 6 processes running of frp type [2025-11-29,13:20:17.167] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,13: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' [2025-11-29,13:35:18.156] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,13:35:25.044] [DEBUG] 6 processes running of frp type [2025-11-29,13:50:17.774] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,13:50:24.388] [DEBUG] 6 processes running of frp type [2025-11-29,14:05:17.631] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,14:05:24.262] [DEBUG] 6 processes running of frp type [2025-11-29,14:20:17.576] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,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' [2025-11-29,14:35:17.649] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,14:35:24.363] [DEBUG] 6 processes running of frp type [2025-11-29,14:50:18.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,14:50:24.822] [DEBUG] 6 processes running of frp type [2025-11-29,15:05:17.169] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,15:05:23.845] [DEBUG] 6 processes running of frp type [2025-11-29,15:20:17.241] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,15:20:23.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' [2025-11-29,15:35:17.276] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,15:35:24.115] [DEBUG] 6 processes running of frp type 2025-11-29 15:37:53.719 [I] [client/service.go:294] [2c9117060ec17d01] try to connect to server... 2025-11-29 15:37:53.723 [W] [client/service.go:297] [2c9117060ec17d01] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-29 15:37:55.914 [I] [client/service.go:294] [2c9117060ec17d01] try to connect to server... 2025-11-29 15:37:56.835 [I] [client/service.go:286] [2c9117060ec17d01] login to server success, get run id [2c9117060ec17d01] 2025-11-29 15:37:56.836 [I] [proxy/proxy_manager.go:173] [2c9117060ec17d01] proxy added: [DTN57CC4444] 2025-11-29 15:37:57.142 [I] [client/control.go:168] [2c9117060ec17d01] [DTN57CC4444] start proxy success [2025-11-29,15:50:17.656] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,15:50:24.418] [DEBUG] 6 processes running of frp type [2025-11-29,16:05:18.080] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,16:05:24.633] [DEBUG] 6 processes running of frp type [2025-11-29,16:20:17.946] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,16: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-11-29,16:35:17.116] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,16:35:23.810] [DEBUG] 6 processes running of frp type [2025-11-29,16:50:17.359] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,16:50:24.059] [DEBUG] 6 processes running of frp type [2025-11-29,17:05:17.760] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,17:05:24.306] [DEBUG] 6 processes running of frp type [2025-11-29,17:20:17.606] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,17: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-11-29,17:35:16.831] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,17:35:23.365] [DEBUG] 6 processes running of frp type [2025-11-29,17:50:18.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,17:50:25.385] [DEBUG] 6 processes running of frp type [2025-11-29,18:05:17.933] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,18:05:24.721] [DEBUG] 6 processes running of frp type [2025-11-29,18:20:16.911] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,18:20:23.535] [DEBUG] 6 processes running of frp type [2025-11-29,18:25:43.838] [INFO] Initializing BusSpeedStateManager V2 [2025-11-29,18:25:43.843] [INFO] LocationSqlManager initialising [2025-11-29,18:25:43.843] [INFO] Location DB initialising [2025-11-29,18:25:43.853] [INFO] LocationSqlManager initialisation complete [2025-11-29,18:25:43.853] [DEBUG] UploadManager Init [2025-11-29,18:25:43.854] [DEBUG] UploadManager Init Complete [2025-11-29,18:25:43.857] [INFO] Initializing GPS... [2025-11-29,18:25:43.859] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:47.170] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,18:27:53.522] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,18:28:05.753] [DEBUG] Log Upload Complete! [2025-11-29,18:30:46.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,18:30:46.933] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:30:53.390] [DEBUG] Remote Access Enabled [2025-11-29,18:30:59.738] [INFO] Server Address: 138.201.17.179 [2025-11-29,18:30:59.739] [INFO] Server Port: 7000 [2025-11-29,18:30:59.745] [DEBUG] Starting Remote Access! 2025-11-29 18:30:59.875 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-29 18:30:59.876 [I] [client/service.go:294] try to connect to server... 2025-11-29 18:31:00.745 [I] [client/service.go:286] [7d2ee42ad64d5c0c] login to server success, get run id [7d2ee42ad64d5c0c] 2025-11-29 18:31:00.746 [I] [proxy/proxy_manager.go:173] [7d2ee42ad64d5c0c] proxy added: [DTN57CC4444] 2025-11-29 18:31:01.047 [I] [client/control.go:168] [7d2ee42ad64d5c0c] [DTN57CC4444] start proxy success [2025-11-29,18:35:17.589] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,18:35:24.174] [DEBUG] 6 processes running of frp type [2025-11-29,18:50:17.305] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,18:50:24.014] [DEBUG] 6 processes running of frp type [2025-11-29,19:05:17.448] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,19:05:24.116] [DEBUG] 6 processes running of frp type [2025-11-29,19:20:17.438] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,19: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-29,19:35:16.977] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,19:35:23.945] [DEBUG] 6 processes running of frp type [2025-11-29,19:50:17.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,19:50:24.430] [DEBUG] 6 processes running of frp type [2025-11-29,20:05:17.744] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,20:05:24.452] [DEBUG] 6 processes running of frp type [2025-11-29,20:20:17.818] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,20: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-11-29,20:35:17.784] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,20:35:24.327] [DEBUG] 6 processes running of frp type [2025-11-29,20:50:17.841] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,20:50:24.408] [DEBUG] 6 processes running of frp type [2025-11-29,21:05:17.625] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,21:05:24.208] [DEBUG] 6 processes running of frp type [2025-11-29,21:20:17.608] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,21:20:25.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,21:35:18.743] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,21:35:25.251] [DEBUG] 6 processes running of frp type 2025-11-29 21:38:28.824 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-29 21:38:37.358 [I] [client/service.go:286] [7d2ee42ad64d5c0c] login to server success, get run id [7d2ee42ad64d5c0c] 2025-11-29 21:38:37.359 [I] [proxy/proxy_manager.go:173] [7d2ee42ad64d5c0c] proxy added: [DTN57CC4444] 2025-11-29 21:38:38.001 [I] [client/control.go:168] [7d2ee42ad64d5c0c] [DTN57CC4444] start proxy success [2025-11-29,21:50:17.546] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,21:50:24.363] [DEBUG] 6 processes running of frp type [2025-11-29,22:05:17.809] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,22:05:24.258] [DEBUG] 6 processes running of frp type [2025-11-29,22:20:17.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,22: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' [2025-11-29,22:35:17.469] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,22:35:23.960] [DEBUG] 6 processes running of frp type [2025-11-29,22:50:16.985] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,22:50:23.519] [DEBUG] 6 processes running of frp type [2025-11-29,23:05:17.691] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,23:05:24.233] [DEBUG] 6 processes running of frp type [2025-11-29,23:20:17.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,23: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-29,23:35:17.736] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,23:35:24.395] [DEBUG] 6 processes running of frp type 2025-11-29 23:37:34.852 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-29 23:37:35.728 [I] [client/service.go:286] [7d2ee42ad64d5c0c] login to server success, get run id [7d2ee42ad64d5c0c] 2025-11-29 23:37:35.728 [I] [proxy/proxy_manager.go:173] [7d2ee42ad64d5c0c] proxy added: [DTN57CC4444] 2025-11-29 23:37:36.016 [I] [client/control.go:168] [7d2ee42ad64d5c0c] [DTN57CC4444] start proxy success [2025-11-29,23:50:17.966] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-29,23:50:24.932] [DEBUG] 6 processes running of frp type [2025-11-30,00:05:17.253] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,00:05:23.736] [DEBUG] 6 processes running of frp type [2025-11-30,00:20:17.954] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,00: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' [2025-11-30,00:35:17.874] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,00:35:24.395] [DEBUG] 6 processes running of frp type 2025-11-30 00:39:03.934 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 00:39:13.936 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 00:39:13.936 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 00:39:27.422 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: connection write timeout 2025-11-30 00:39:27.422 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 00:39:43.983 [I] [client/service.go:286] [7d2ee42ad64d5c0c] login to server success, get run id [7d2ee42ad64d5c0c] 2025-11-30 00:39:43.984 [I] [proxy/proxy_manager.go:173] [7d2ee42ad64d5c0c] proxy added: [DTN57CC4444] 2025-11-30 00:39:55.585 [I] [client/control.go:168] [7d2ee42ad64d5c0c] [DTN57CC4444] start proxy success [2025-11-30,00:50:17.742] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,00:50:24.288] [DEBUG] 6 processes running of frp type [2025-11-30,01:05:17.707] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,01:05:24.422] [DEBUG] 6 processes running of frp type 2025-11-30 01:07:44.583 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 01:07:45.462 [I] [client/service.go:286] [7d2ee42ad64d5c0c] login to server success, get run id [7d2ee42ad64d5c0c] 2025-11-30 01:07:45.463 [I] [proxy/proxy_manager.go:173] [7d2ee42ad64d5c0c] proxy added: [DTN57CC4444] 2025-11-30 01:07:45.780 [I] [client/control.go:168] [7d2ee42ad64d5c0c] [DTN57CC4444] start proxy success [2025-11-30,01:20:18.010] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,01: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' 2025-11-30 01:28:07.417 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 01:28:23.951 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: connection write timeout 2025-11-30 01:28:23.952 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 01:28:39.058 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: connection write timeout 2025-11-30 01:28:39.058 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 01:28:44.602 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: session shutdown 2025-11-30 01:28:44.602 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 01:28:59.586 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: connection write timeout 2025-11-30 01:28:59.586 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 01:29:00.707 [I] [client/service.go:286] [7d2ee42ad64d5c0c] login to server success, get run id [7d2ee42ad64d5c0c] 2025-11-30 01:29:00.709 [I] [proxy/proxy_manager.go:173] [7d2ee42ad64d5c0c] proxy added: [DTN57CC4444] 2025-11-30 01:29:01.000 [I] [client/control.go:168] [7d2ee42ad64d5c0c] [DTN57CC4444] start proxy success [2025-11-30,01:35:17.820] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,01:35:24.444] [DEBUG] 6 processes running of frp type [2025-11-30,01:50:17.929] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,01:50:24.839] [DEBUG] 6 processes running of frp type [2025-11-30,02:05:17.210] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,02:05:24.139] [DEBUG] 6 processes running of frp type [2025-11-30,02:20:17.517] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,02: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' [2025-11-30,02:35:17.815] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,02:35:24.748] [DEBUG] 6 processes running of frp type 2025-11-30 02:47:38.679 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 02:47:49.172 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: connection write timeout 2025-11-30 02:47:49.173 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 02:48:02.316 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: i/o deadline reached 2025-11-30 02:48:02.317 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 02:48:12.483 [I] [client/service.go:286] [7d2ee42ad64d5c0c] login to server success, get run id [7d2ee42ad64d5c0c] 2025-11-30 02:48:12.483 [I] [proxy/proxy_manager.go:173] [7d2ee42ad64d5c0c] proxy added: [DTN57CC4444] 2025-11-30 02:48:13.609 [I] [client/control.go:168] [7d2ee42ad64d5c0c] [DTN57CC4444] start proxy success [2025-11-30,02:50:17.955] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,02:50:24.654] [DEBUG] 6 processes running of frp type 2025-11-30 02:56:47.539 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 02:56:57.542 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 02:56:57.542 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 02:57:07.544 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 02:57:07.544 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 02:57:12.707 [I] [client/service.go:286] [7d2ee42ad64d5c0c] login to server success, get run id [7d2ee42ad64d5c0c] 2025-11-30 02:57:12.709 [I] [proxy/proxy_manager.go:173] [7d2ee42ad64d5c0c] proxy added: [DTN57CC4444] 2025-11-30 02:57:13.392 [I] [client/control.go:168] [7d2ee42ad64d5c0c] [DTN57CC4444] start proxy success 2025-11-30 02:59:20.504 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 02:59:22.959 [I] [client/service.go:286] [7d2ee42ad64d5c0c] login to server success, get run id [7d2ee42ad64d5c0c] 2025-11-30 02:59:22.960 [I] [proxy/proxy_manager.go:173] [7d2ee42ad64d5c0c] proxy added: [DTN57CC4444] 2025-11-30 02:59:23.274 [I] [client/control.go:168] [7d2ee42ad64d5c0c] [DTN57CC4444] start proxy success [2025-11-30,03:05:18.112] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,03:05:25.297] [DEBUG] 6 processes running of frp type [2025-11-30,03:20:17.569] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,03: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' [2025-11-30,03:35:17.769] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,03:35:24.333] [DEBUG] 6 processes running of frp type [2025-11-30,03:50:17.376] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,03:50:24.026] [DEBUG] 6 processes running of frp type [2025-11-30,04:05:17.269] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,04:05:23.741] [DEBUG] 6 processes running of frp type 2025-11-30 04:06:26.380 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 04:06:28.025 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 04:06:28.026 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 04:06:31.065 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 04:06:31.065 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 04:06:34.105 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 04:06:44.143 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 04:06:44.148 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 04:07:04.149 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 04:07:04.153 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 04:07:24.154 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 04:07:24.158 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 04:07:44.159 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 04:07:44.163 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 04:08:04.163 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 04:08:04.172 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 04:08:24.174 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 04:08:24.177 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 04:08:44.178 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 04:08:44.180 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 04:09:04.182 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 04:09:04.185 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 04:09:24.186 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 04:09:34.188 [W] [client/service.go:297] [7d2ee42ad64d5c0c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 04:09:54.188 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 04:09:55.113 [I] [client/service.go:286] [7d2ee42ad64d5c0c] login to server success, get run id [7d2ee42ad64d5c0c] 2025-11-30 04:09:55.114 [I] [proxy/proxy_manager.go:173] [7d2ee42ad64d5c0c] proxy added: [DTN57CC4444] 2025-11-30 04:09:55.430 [I] [client/control.go:168] [7d2ee42ad64d5c0c] [DTN57CC4444] start proxy success [2025-11-30,04:20:18.116] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,04: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' [2025-11-30,04:35:17.926] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,04:35:24.589] [DEBUG] 6 processes running of frp type [2025-11-30,04:50:17.276] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,04:50:23.907] [DEBUG] 6 processes running of frp type [2025-11-30,05:05:17.603] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,05:05:24.227] [DEBUG] 6 processes running of frp type 2025-11-30 05:18:36.083 [I] [client/service.go:294] [7d2ee42ad64d5c0c] try to connect to server... 2025-11-30 05:18:37.039 [I] [client/service.go:286] [7d2ee42ad64d5c0c] login to server success, get run id [7d2ee42ad64d5c0c] 2025-11-30 05:18:37.040 [I] [proxy/proxy_manager.go:173] [7d2ee42ad64d5c0c] proxy added: [DTN57CC4444] 2025-11-30 05:18:37.370 [I] [client/control.go:168] [7d2ee42ad64d5c0c] [DTN57CC4444] start proxy success [2025-11-30,05:20:17.762] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,05:20:24.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' [2025-11-30,05:35:17.117] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,05:35:23.712] [DEBUG] 6 processes running of frp type [2025-11-30,05:50:17.286] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,05:50:24.032] [DEBUG] 6 processes running of frp type [2025-11-30,06:05:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,06:05:24.019] [DEBUG] 6 processes running of frp type [2025-11-30,06:20:17.433] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,06:20:28.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-11-30,06:30:41.149] [INFO] Initializing BusSpeedStateManager V2 [2025-11-30,06:30:41.155] [INFO] LocationSqlManager initialising [2025-11-30,06:30:41.156] [INFO] Location DB initialising [2025-11-30,06:30:41.168] [INFO] LocationSqlManager initialisation complete [2025-11-30,06:30:41.169] [DEBUG] UploadManager Init [2025-11-30,06:30:41.169] [DEBUG] UploadManager Init Complete [2025-11-30,06:30:41.174] [INFO] Initializing GPS... [2025-11-30,06:30:41.177] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.763] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,06:32: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( [2025-11-30,06:33:07.249] [DEBUG] Log Upload Complete! [2025-11-30,06:35:44.959] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,06:35:51.517] [DEBUG] Remote Access Enabled [2025-11-30,06:35:57.914] [INFO] Server Address: 138.201.17.179 [2025-11-30,06:35:57.915] [INFO] Server Port: 7000 [2025-11-30,06:35:57.922] [DEBUG] Starting Remote Access! 2025-11-30 06:35:58.053 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-30 06:35:58.053 [I] [client/service.go:294] try to connect to server... 2025-11-30 06:36:00.087 [I] [client/service.go:286] [23e1d9bbc61a1575] login to server success, get run id [23e1d9bbc61a1575] 2025-11-30 06:36:00.088 [I] [proxy/proxy_manager.go:173] [23e1d9bbc61a1575] proxy added: [DTN57CC4444] 2025-11-30 06:36:00.408 [I] [client/control.go:168] [23e1d9bbc61a1575] [DTN57CC4444] start proxy success [2025-11-30,06:50:18.363] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,06:50:27.818] [DEBUG] 6 processes running of frp type [2025-11-30,07:05:17.030] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,07:05:23.606] [DEBUG] 6 processes running of frp type [2025-11-30,07:20:18.257] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,07:20:24.790] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:17.639] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,07:35:24.790] [DEBUG] 6 processes running of frp type [2025-11-30,07:50:17.712] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,07:50:24.464] [DEBUG] 6 processes running of frp type [2025-11-30,08:02:17.733] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,08:02:24.194] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:02:31.998] [DEBUG] Log Upload Complete! [2025-11-30,08:05:17.871] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,08:05:24.580] [DEBUG] 6 processes running of frp type [2025-11-30,08:20:20.232] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,08:20:27.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' 2025-11-30 08:27:52.722 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:28:06.050 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: i/o deadline reached 2025-11-30 08:28:06.051 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:28:24.141 [I] [client/service.go:286] [23e1d9bbc61a1575] login to server success, get run id [23e1d9bbc61a1575] 2025-11-30 08:28:24.142 [I] [proxy/proxy_manager.go:173] [23e1d9bbc61a1575] proxy added: [DTN57CC4444] 2025-11-30 08:28:31.237 [I] [client/control.go:168] [23e1d9bbc61a1575] [DTN57CC4444] start proxy success 2025-11-30 08:28:49.418 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:29:02.199 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: connection write timeout 2025-11-30 08:29:02.200 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:29:16.356 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: connection write timeout 2025-11-30 08:29:16.357 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:29:26.359 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 08:29:26.359 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:29:41.599 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: connection write timeout 2025-11-30 08:29:41.600 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:30:00.099 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: connection write timeout 2025-11-30 08:30:20.100 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:30:34.635 [I] [client/service.go:286] [23e1d9bbc61a1575] login to server success, get run id [23e1d9bbc61a1575] 2025-11-30 08:30:34.637 [I] [proxy/proxy_manager.go:173] [23e1d9bbc61a1575] proxy added: [DTN57CC4444] 2025-11-30 08:30:37.766 [I] [client/control.go:168] [23e1d9bbc61a1575] [DTN57CC4444] start proxy success 2025-11-30 08:33:44.681 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:33:56.273 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: connection write timeout 2025-11-30 08:33:56.273 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:34:08.834 [I] [client/service.go:286] [23e1d9bbc61a1575] login to server success, get run id [23e1d9bbc61a1575] 2025-11-30 08:34:08.836 [I] [proxy/proxy_manager.go:173] [23e1d9bbc61a1575] proxy added: [DTN57CC4444] 2025-11-30 08:34:11.209 [I] [client/control.go:168] [23e1d9bbc61a1575] [DTN57CC4444] start proxy success [2025-11-30,08:35:17.874] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2025-11-30 08:35:39.637 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:35:50.257 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: connection write timeout 2025-11-30 08:35:50.258 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:36:02.485 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: connection write timeout 2025-11-30 08:36:02.485 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:36:12.487 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 08:36:12.487 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:36:22.488 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 08:36:22.489 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:36:32.491 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 08:36:52.493 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:37:02.495 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 08:37:22.496 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:37:38.542 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: connection write timeout 2025-11-30 08:37:58.543 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:37:59.791 [I] [client/service.go:286] [23e1d9bbc61a1575] login to server success, get run id [23e1d9bbc61a1575] 2025-11-30 08:37:59.792 [I] [proxy/proxy_manager.go:173] [23e1d9bbc61a1575] proxy added: [DTN57CC4444] 2025-11-30 08:38:00.098 [I] [client/control.go:168] [23e1d9bbc61a1575] [DTN57CC4444] start proxy success 2025-11-30 08:39:46.686 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:40:00.673 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: connection write timeout 2025-11-30 08:40:00.674 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:40:12.315 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: connection write timeout 2025-11-30 08:40:12.315 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:40:31.340 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: i/o deadline reached 2025-11-30 08:40:31.341 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:40:50.053 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: connection write timeout 2025-11-30 08:40:50.053 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:41:06.692 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: i/o deadline reached 2025-11-30 08:41:26.693 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:41:40.853 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: connection write timeout 2025-11-30 08:42:00.855 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:42:10.856 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 08:42:30.858 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:42:48.008 [W] [client/service.go:297] [23e1d9bbc61a1575] connect to server error: i/o deadline reached 2025-11-30 08:43:08.010 [I] [client/service.go:294] [23e1d9bbc61a1575] try to connect to server... 2025-11-30 08:43:13.491 [I] [client/service.go:286] [23e1d9bbc61a1575] login to server success, get run id [23e1d9bbc61a1575] 2025-11-30 08:43:13.493 [I] [proxy/proxy_manager.go:173] [23e1d9bbc61a1575] proxy added: [DTN57CC4444] 2025-11-30 08:43:14.927 [I] [client/control.go:168] [23e1d9bbc61a1575] [DTN57CC4444] start proxy success [2025-11-30,08:50:17.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,08:50:24.242] [DEBUG] 6 processes running of frp type [2025-11-30,09:05:17.647] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,09:05:24.568] [DEBUG] 6 processes running of frp type [2025-11-30,09:20:17.999] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,09: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-11-30,09:35:17.052] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,09:35:23.845] [DEBUG] 6 processes running of frp type [2025-11-30,09:50:17.865] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,09:50:24.475] [DEBUG] 6 processes running of frp type [2025-11-30,10:05:17.974] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,10:05:24.693] [DEBUG] 6 processes running of frp type [2025-11-30,10:20:16.995] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,10: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' [2025-11-30,10:35:17.696] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,10:35:24.464] [DEBUG] 6 processes running of frp type [2025-11-30,10:50:18.205] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,10:50:25.884] [DEBUG] 6 processes running of frp type [2025-11-30,11:05:17.563] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,11:05:24.161] [DEBUG] 6 processes running of frp type [2025-11-30,11:20:17.399] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,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' [2025-11-30,11:35:17.738] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,11:35:24.491] [DEBUG] 6 processes running of frp type [2025-11-30,11:50:17.540] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,11:50:24.455] [DEBUG] 6 processes running of frp type [2025-11-30,12:05:18.087] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,12:05:25.114] [DEBUG] 6 processes running of frp type [2025-11-30,12:20:17.428] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,12: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' [2025-11-30,12:35:17.691] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,12:35:24.529] [DEBUG] 6 processes running of frp type [2025-11-30,12:50:17.187] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,12:50:23.934] [DEBUG] 6 processes running of frp type [2025-11-30,13:05:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,13:05:24.109] [DEBUG] 6 processes running of frp type [2025-11-30,13:20:17.463] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,13: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' [2025-11-30,13:35:17.835] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,13:35:24.533] [DEBUG] 6 processes running of frp type [2025-11-30,13:50:17.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,13:50:24.238] [DEBUG] 6 processes running of frp type [2025-11-30,14:05:17.589] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,14:05:24.276] [DEBUG] 6 processes running of frp type [2025-11-30,14:20:17.854] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,14:20:24.464] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:17.037] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,14:35:23.609] [DEBUG] 6 processes running of frp type [2025-11-30,14:50:17.120] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,14:50:24.002] [DEBUG] 6 processes running of frp type [2025-11-30,15:05:17.341] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,15:05:23.959] [DEBUG] 6 processes running of frp type [2025-11-30,15:20:17.366] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,15: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,15:35:18.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,15:35:25.364] [DEBUG] 6 processes running of frp type [2025-11-30,15:50:17.696] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,15:50:24.443] [DEBUG] 6 processes running of frp type [2025-11-30,16:05:17.862] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,16:05:25.070] [DEBUG] 6 processes running of frp type [2025-11-30,16:20:17.344] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,16: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-11-30,16:35:17.521] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,16:35:24.932] [DEBUG] 6 processes running of frp type [2025-11-30,16:50:18.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,16:50:25.255] [DEBUG] 6 processes running of frp type [2025-11-30,17:05:18.000] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,17:05:24.979] [DEBUG] 6 processes running of frp type [2025-11-30,17:20:17.536] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,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-11-30,17:35:17.605] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,17:35:24.477] [DEBUG] 6 processes running of frp type [2025-11-30,17:50:18.074] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,17:50:24.746] [DEBUG] 6 processes running of frp type [2025-11-30,18:05:17.379] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,18:05:25.168] [DEBUG] 6 processes running of frp type [2025-11-30,18:20:17.480] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,18:20:25.492] [DEBUG] 6 processes running of frp type [2025-11-30,18:25:41.743] [INFO] Initializing BusSpeedStateManager V2 [2025-11-30,18:25:41.748] [INFO] LocationSqlManager initialising [2025-11-30,18:25:41.748] [INFO] Location DB initialising [2025-11-30,18:25:41.758] [INFO] LocationSqlManager initialisation complete [2025-11-30,18:25:41.759] [DEBUG] UploadManager Init [2025-11-30,18:25:41.759] [DEBUG] UploadManager Init Complete [2025-11-30,18:25:41.762] [INFO] Initializing GPS... [2025-11-30,18:25: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' [2025-11-30,18:27:45.721] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,18:27:52.839] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:29:02.479] [DEBUG] Log Upload Complete! [2025-11-30,18:30:45.521] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,18:31:35.545] [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-11-30,18:35:17.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,18:35:39.798] [DEBUG] Remote Access Enabled [2025-11-30,18:35:56.910] [INFO] Server Address: 138.201.17.179 [2025-11-30,18:35:56.911] [INFO] Server Port: 7000 [2025-11-30,18:35:56.917] [DEBUG] Starting Remote Access! 2025-11-30 18:35:57.047 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-30 18:35:57.048 [I] [client/service.go:294] try to connect to server... 2025-11-30 18:36:07.804 [W] [client/service.go:297] connect to server error: connection write timeout 2025-11-30 18:36:07.805 [I] [sub/root.go:160] frpc service for config file [./frpc_copy.toml] stopped login to the server failed: connection write timeout. With loginFailExit enabled, no additional retries will be attempted [2025-11-30,18:36:07.815] [DEBUG] Remote Access Running [2025-11-30,18:50:17.902] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,18:50:24.532] [DEBUG] Remote Access Enabled [2025-11-30,18:50:31.118] [INFO] Server Address: 138.201.17.179 [2025-11-30,18:50:31.119] [INFO] Server Port: 7000 [2025-11-30,18:50:31.124] [DEBUG] Starting Remote Access! 2025-11-30 18:50:31.154 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-30 18:50:31.155 [I] [client/service.go:294] try to connect to server... 2025-11-30 18:50:32.380 [I] [client/service.go:286] [f32166a31f228716] login to server success, get run id [f32166a31f228716] 2025-11-30 18:50:32.382 [I] [proxy/proxy_manager.go:173] [f32166a31f228716] proxy added: [DTN57CC4444] 2025-11-30 18:50:32.702 [I] [client/control.go:168] [f32166a31f228716] [DTN57CC4444] start proxy success [2025-11-30,19:05:18.518] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,19:05:25.077] [DEBUG] 6 processes running of frp type [2025-11-30,19:20:17.465] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,19:20:26.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-11-30,19:35:16.997] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,19:35:23.691] [DEBUG] 6 processes running of frp type [2025-11-30,19:50:17.742] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,19:50:24.431] [DEBUG] 6 processes running of frp type [2025-11-30,20:05:17.952] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,20:05:24.820] [DEBUG] 6 processes running of frp type [2025-11-30,20:20:17.069] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,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-11-30,20:35:17.100] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,20:35:23.836] [DEBUG] 6 processes running of frp type [2025-11-30,20:50:18.062] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,20:50:24.577] [DEBUG] 6 processes running of frp type [2025-11-30,21:05:17.738] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,21:05:24.355] [DEBUG] 6 processes running of frp type [2025-11-30,21:20:17.574] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,21: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-11-30 21:28:51.795 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-11-30 21:29:04.269 [I] [client/service.go:286] [f32166a31f228716] login to server success, get run id [f32166a31f228716] 2025-11-30 21:29:04.270 [I] [proxy/proxy_manager.go:173] [f32166a31f228716] proxy added: [DTN57CC4444] 2025-11-30 21:29:04.787 [I] [client/control.go:168] [f32166a31f228716] [DTN57CC4444] start proxy success [2025-11-30,21:35:17.540] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,21:35:24.452] [DEBUG] 6 processes running of frp type [2025-11-30,21:50:17.968] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,21:50:25.225] [DEBUG] 6 processes running of frp type [2025-11-30,22:05:24.826] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,22:05:31.833] [DEBUG] 6 processes running of frp type [2025-11-30,22:20:17.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,22:20:24.126] [DEBUG] 6 processes running of frp type 2025-11-30 22:22:54.403 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-11-30 22:22:59.798 [I] [client/service.go:286] [f32166a31f228716] login to server success, get run id [f32166a31f228716] 2025-11-30 22:22:59.800 [I] [proxy/proxy_manager.go:173] [f32166a31f228716] proxy added: [DTN57CC4444] 2025-11-30 22:23:01.368 [I] [client/control.go:168] [f32166a31f228716] [DTN57CC4444] 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:17.674] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,22:35:24.490] [DEBUG] 6 processes running of frp type [2025-11-30,22:50:18.566] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,22:50:25.252] [DEBUG] 6 processes running of frp type 2025-11-30 23:02:22.860 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-11-30 23:02:32.862 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 23:02:32.863 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-11-30 23:02:42.865 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 23:02:42.865 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-11-30 23:02:52.867 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 23:02:52.867 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-11-30 23:03:02.869 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 23:03:02.869 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-11-30 23:03:12.871 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 23:03:32.872 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-11-30 23:03:42.874 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-30 23:04:02.874 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-11-30 23:04:02.878 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-30 23:04:22.879 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-11-30 23:04:24.057 [I] [client/service.go:286] [f32166a31f228716] login to server success, get run id [f32166a31f228716] 2025-11-30 23:04:24.058 [I] [proxy/proxy_manager.go:173] [f32166a31f228716] proxy added: [DTN57CC4444] 2025-11-30 23:04:24.378 [I] [client/control.go:168] [f32166a31f228716] [DTN57CC4444] start proxy success [2025-11-30,23:05:17.727] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,23:05:24.937] [DEBUG] 6 processes running of frp type [2025-11-30,23:20:17.216] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,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-11-30,23:35:20.900] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,23:35:28.982] [DEBUG] 6 processes running of frp type [2025-11-30,23:50:17.138] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-11-30,23:50:23.698] [DEBUG] 6 processes running of frp type 2025-12-01 00:01:35.720 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 00:01:45.723 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 00:01:45.723 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 00:01:55.724 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 00:01:55.725 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 00:02:05.726 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 00:02:05.727 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 00:02:15.729 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 00:02:15.729 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 00:02:25.731 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 00:02:45.732 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 00:02:55.734 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 00:03:15.736 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 00:03:25.739 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 00:03:45.740 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 00:03:45.743 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 00:04:05.744 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 00:04:05.801 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 00:04:25.803 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 00:04:25.807 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 00:04:45.809 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 00:04:45.813 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 00:05:05.815 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 00:05:05.817 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 00:05:25.819 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 00:05:26.708 [I] [client/service.go:286] [f32166a31f228716] login to server success, get run id [f32166a31f228716] 2025-12-01 00:05:26.709 [I] [proxy/proxy_manager.go:173] [f32166a31f228716] proxy added: [DTN57CC4444] 2025-12-01 00:05:27.065 [I] [client/control.go:168] [f32166a31f228716] [DTN57CC4444] start proxy success [2025-12-01,00:20:17.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,00: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-12-01,00:35:18.028] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,00:35:24.562] [DEBUG] 6 processes running of frp type 2025-12-01 00:48:30.858 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 00:48:40.860 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 00:48:40.861 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 00:48:41.752 [I] [client/service.go:286] [f32166a31f228716] login to server success, get run id [f32166a31f228716] 2025-12-01 00:48:41.753 [I] [proxy/proxy_manager.go:173] [f32166a31f228716] proxy added: [DTN57CC4444] 2025-12-01 00:48:42.056 [I] [client/control.go:168] [f32166a31f228716] [DTN57CC4444] start proxy success [2025-12-01,00:50:17.719] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,00:50:24.211] [DEBUG] 6 processes running of frp type [2025-12-01,01:05:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,01:05:23.916] [DEBUG] 6 processes running of frp type 2025-12-01 01:20:11.172 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 01:20:16.396 [I] [client/service.go:286] [f32166a31f228716] login to server success, get run id [f32166a31f228716] 2025-12-01 01:20:16.396 [I] [proxy/proxy_manager.go:173] [f32166a31f228716] proxy added: [DTN57CC4444] [2025-12-01,01:20:17.249] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-01 01:20:17.494 [I] [client/control.go:168] [f32166a31f228716] [DTN57CC4444] start proxy success [2025-12-01,01: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-01,01:35:18.007] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,01:35:24.719] [DEBUG] 6 processes running of frp type [2025-12-01,01:50:17.681] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,01:50:24.201] [DEBUG] 6 processes running of frp type [2025-12-01,02:05:17.552] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,02:05:24.101] [DEBUG] 6 processes running of frp type [2025-12-01,02:20:17.360] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,02: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-01,02:35:17.308] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,02:35:23.773] [DEBUG] 6 processes running of frp type [2025-12-01,02:50:17.796] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,02:50:24.253] [DEBUG] 6 processes running of frp type [2025-12-01,03:05:17.435] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,03:05:23.949] [DEBUG] 6 processes running of frp type [2025-12-01,03:20:17.280] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,03: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-01,03:35:17.093] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,03:35:23.681] [DEBUG] 6 processes running of frp type [2025-12-01,03:50:17.702] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,03:50:24.311] [DEBUG] 6 processes running of frp type [2025-12-01,04:05:17.488] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,04:05:24.084] [DEBUG] 6 processes running of frp type 2025-12-01 04:06:33.095 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 04:06:35.804 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 04:06:35.805 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 04:06:38.847 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 04:06:38.848 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 04:06:38.862 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 04:06:47.350 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 04:06:57.351 [W] [client/service.go:297] [f32166a31f228716] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 04:06:57.352 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 04:06:59.260 [I] [client/service.go:286] [f32166a31f228716] login to server success, get run id [f32166a31f228716] 2025-12-01 04:06:59.261 [I] [proxy/proxy_manager.go:173] [f32166a31f228716] proxy added: [DTN57CC4444] 2025-12-01 04:06:59.573 [I] [client/control.go:168] [f32166a31f228716] [DTN57CC4444] start proxy success [2025-12-01,04:20:17.408] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,04: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' 2025-12-01 04:29:38.473 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 04:29:39.375 [I] [client/service.go:286] [f32166a31f228716] login to server success, get run id [f32166a31f228716] 2025-12-01 04:29:39.376 [I] [proxy/proxy_manager.go:173] [f32166a31f228716] proxy added: [DTN57CC4444] 2025-12-01 04:29:39.689 [I] [client/control.go:168] [f32166a31f228716] [DTN57CC4444] start proxy success [2025-12-01,04:35:17.624] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,04:35:24.264] [DEBUG] 6 processes running of frp type [2025-12-01,04:50:18.146] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,04:50:25.095] [DEBUG] 6 processes running of frp type [2025-12-01,05:05:17.607] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,05:05:36.453] [DEBUG] 6 processes running of frp type [2025-12-01,05:20:17.753] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,05: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' [2025-12-01,05:35:16.982] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,05:35:23.766] [DEBUG] 6 processes running of frp type [2025-12-01,05:50:17.454] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,05:50:24.320] [DEBUG] 6 processes running of frp type [2025-12-01,06:05:17.735] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,06:05:24.207] [DEBUG] 6 processes running of frp type 2025-12-01 06:11:31.764 [I] [client/service.go:294] [f32166a31f228716] try to connect to server... 2025-12-01 06:11:37.927 [I] [client/service.go:286] [f32166a31f228716] login to server success, get run id [f32166a31f228716] 2025-12-01 06:11:37.929 [I] [proxy/proxy_manager.go:173] [f32166a31f228716] proxy added: [DTN57CC4444] 2025-12-01 06:11:38.250 [I] [client/control.go:168] [f32166a31f228716] [DTN57CC4444] start proxy success [2025-12-01,06:20:17.935] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,06: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-01,06:30:41.409] [INFO] Initializing BusSpeedStateManager V2 [2025-12-01,06:30:41.416] [INFO] LocationSqlManager initialising [2025-12-01,06:30:41.417] [INFO] Location DB initialising [2025-12-01,06:30:41.430] [INFO] LocationSqlManager initialisation complete [2025-12-01,06:30:41.432] [DEBUG] UploadManager Init [2025-12-01,06:30:41.433] [DEBUG] UploadManager Init Complete [2025-12-01,06:30:41.440] [INFO] Initializing GPS... [2025-12-01,06:30:41.443] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.963] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,06:32:51.543] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:02.531] [DEBUG] Log Upload Complete! [2025-12-01,06:35:45.206] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,06:35:56.794] [DEBUG] Remote Access Enabled [2025-12-01,06:36:03.042] [INFO] Server Address: 138.201.17.179 [2025-12-01,06:36:03.043] [INFO] Server Port: 7000 [2025-12-01,06:36:03.052] [DEBUG] Starting Remote Access! 2025-12-01 06:36:03.246 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-01 06:36:03.247 [I] [client/service.go:294] try to connect to server... 2025-12-01 06:36:04.164 [I] [client/service.go:286] [0220871efda5f707] login to server success, get run id [0220871efda5f707] 2025-12-01 06:36:04.165 [I] [proxy/proxy_manager.go:173] [0220871efda5f707] proxy added: [DTN57CC4444] 2025-12-01 06:36:04.459 [I] [client/control.go:168] [0220871efda5f707] [DTN57CC4444] start proxy success [2025-12-01,06:50:17.912] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,06:50:24.518] [DEBUG] 6 processes running of frp type [2025-12-01,07:05:17.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,07:05:24.578] [DEBUG] 6 processes running of frp type [2025-12-01,07:20:18.174] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,07:20:25.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-01,07:35:17.203] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,07:35:24.087] [DEBUG] 6 processes running of frp type [2025-12-01,07:50:18.352] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,07:50:25.422] [DEBUG] 6 processes running of frp type [2025-12-01,08:02:17.793] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,08:02:24.650] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:42.111] [DEBUG] Log Upload Complete! [2025-12-01,08:05:18.116] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,08:05:25.095] [DEBUG] 6 processes running of frp type [2025-12-01,08:20:17.318] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,08:20:24.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' [2025-12-01,08:35:17.667] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,08:35:24.402] [DEBUG] 6 processes running of frp type [2025-12-01,08:50:17.912] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,08:50:24.560] [DEBUG] 6 processes running of frp type [2025-12-01,09:05:18.099] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,09:05:24.799] [DEBUG] 6 processes running of frp type [2025-12-01,09:20:17.041] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,09:20:23.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-12-01,09:35:17.504] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,09:35:24.177] [DEBUG] 6 processes running of frp type [2025-12-01,09:50:17.684] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,09:50:24.315] [DEBUG] 6 processes running of frp type [2025-12-01,10:05:17.619] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,10:05:24.286] [DEBUG] 6 processes running of frp type [2025-12-01,10:20:17.603] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,10:20:24.254] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.402] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,10:35:24.053] [DEBUG] 6 processes running of frp type [2025-12-01,10:50:17.934] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,10:50:24.531] [DEBUG] 6 processes running of frp type [2025-12-01,11:05:18.204] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,11:05:24.812] [DEBUG] 6 processes running of frp type [2025-12-01,11:20:17.163] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,11: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' [2025-12-01,11:35:17.368] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,11:35:24.044] [DEBUG] 6 processes running of frp type [2025-12-01,11:50:17.685] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,11:50:24.428] [DEBUG] 6 processes running of frp type [2025-12-01,12:05:17.721] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,12:05:24.425] [DEBUG] 6 processes running of frp type 2025-12-01 12:06:55.238 [I] [client/service.go:294] [0220871efda5f707] try to connect to server... 2025-12-01 12:06:56.133 [I] [client/service.go:286] [0220871efda5f707] login to server success, get run id [0220871efda5f707] 2025-12-01 12:06:56.135 [I] [proxy/proxy_manager.go:173] [0220871efda5f707] proxy added: [DTN57CC4444] 2025-12-01 12:06:56.447 [I] [client/control.go:168] [0220871efda5f707] [DTN57CC4444] start proxy success [2025-12-01,12:20:17.869] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,12: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-01,12:35:17.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,12:35:24.088] [DEBUG] 6 processes running of frp type [2025-12-01,12:50:16.941] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,12:50:23.584] [DEBUG] 6 processes running of frp type [2025-12-01,13:05:17.956] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,13:05:24.545] [DEBUG] 6 processes running of frp type [2025-12-01,13:20:17.979] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,13: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-01,13:35:17.875] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,13:35:24.672] [DEBUG] 6 processes running of frp type [2025-12-01,13:50:17.314] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,13:50:23.910] [DEBUG] 6 processes running of frp type [2025-12-01,14:05:17.389] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,14:05:24.068] [DEBUG] 6 processes running of frp type [2025-12-01,14:20:17.413] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,14: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' [2025-12-01,14:35:17.651] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,14:35:24.332] [DEBUG] 6 processes running of frp type [2025-12-01,14:50:18.150] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,14:50:24.952] [DEBUG] 6 processes running of frp type [2025-12-01,15:05:17.349] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,15:05:23.966] [DEBUG] 6 processes running of frp type [2025-12-01,15:20:17.296] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,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' [2025-12-01,15:35:17.632] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,15:35:24.323] [DEBUG] 6 processes running of frp type [2025-12-01,15:50:18.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,15:50:24.723] [DEBUG] 6 processes running of frp type [2025-12-01,16:05:17.211] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,16:05:24.178] [DEBUG] 6 processes running of frp type [2025-12-01,16:20:17.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,16:20:24.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' [2025-12-01,16:35:17.273] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,16:35:24.181] [DEBUG] 6 processes running of frp type [2025-12-01,16:50:17.788] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,16:50:24.615] [DEBUG] 6 processes running of frp type [2025-12-01,17:05:17.869] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,17:05:24.527] [DEBUG] 6 processes running of frp type [2025-12-01,17:20:18.193] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,17:20:25.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-01,17:35:17.916] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,17:35:24.601] [DEBUG] 6 processes running of frp type [2025-12-01,17:50:17.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,17:50:24.366] [DEBUG] 6 processes running of frp type [2025-12-01,18:05:18.029] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,18:05:24.847] [DEBUG] 6 processes running of frp type [2025-12-01,18:20:17.016] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,18:20:23.780] [DEBUG] 6 processes running of frp type [2025-12-01,18:25:42.477] [INFO] Initializing BusSpeedStateManager V2 [2025-12-01,18:25:42.482] [INFO] LocationSqlManager initialising [2025-12-01,18:25:42.482] [INFO] Location DB initialising [2025-12-01,18:25:42.491] [INFO] LocationSqlManager initialisation complete [2025-12-01,18:25:42.492] [DEBUG] UploadManager Init [2025-12-01,18:25:42.493] [DEBUG] UploadManager Init Complete [2025-12-01,18:25:42.495] [INFO] Initializing GPS... [2025-12-01,18:25:42.498] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45.993] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,18:27:57.722] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:10.723] [DEBUG] Log Upload Complete! [2025-12-01,18:30:45.730] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,18:30:46.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-12-01,18:30:52.442] [DEBUG] Remote Access Enabled [2025-12-01,18:30:58.757] [INFO] Server Address: 138.201.17.179 [2025-12-01,18:30:58.758] [INFO] Server Port: 7000 [2025-12-01,18:30:58.763] [DEBUG] Starting Remote Access! 2025-12-01 18:30:58.896 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-01 18:30:58.896 [I] [client/service.go:294] try to connect to server... 2025-12-01 18:30:59.762 [I] [client/service.go:286] [28afaa4435b66efc] login to server success, get run id [28afaa4435b66efc] 2025-12-01 18:30:59.763 [I] [proxy/proxy_manager.go:173] [28afaa4435b66efc] proxy added: [DTN57CC4444] 2025-12-01 18:31:00.064 [I] [client/control.go:168] [28afaa4435b66efc] [DTN57CC4444] start proxy success [2025-12-01,18:35:17.199] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,18:35:25.551] [DEBUG] 6 processes running of frp type [2025-12-01,18:50:17.488] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,18:50:24.325] [DEBUG] 6 processes running of frp type [2025-12-01,19:05:17.707] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,19:05:27.162] [DEBUG] 6 processes running of frp type [2025-12-01,19:20:17.735] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,19: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-01,19:35:17.405] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,19:35:24.305] [DEBUG] 6 processes running of frp type [2025-12-01,19:50:18.136] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,19:50:25.519] [DEBUG] 6 processes running of frp type [2025-12-01,20:05:17.865] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,20:05:24.445] [DEBUG] 6 processes running of frp type 2025-12-01 20:06:42.243 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-01 20:06:52.245 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-01 20:06:52.246 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-01 20:06:53.259 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:06:57.664 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-01 20:06:57.667 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-01 20:07:06.668 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-01 20:07:07.506 [I] [client/service.go:286] [28afaa4435b66efc] login to server success, get run id [28afaa4435b66efc] 2025-12-01 20:07:07.507 [I] [proxy/proxy_manager.go:173] [28afaa4435b66efc] proxy added: [DTN57CC4444] 2025-12-01 20:07:07.787 [I] [client/control.go:168] [28afaa4435b66efc] [DTN57CC4444] start proxy success [2025-12-01,20:20:18.051] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,20:20:27.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-01,20:35:17.955] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,20:35:24.972] [DEBUG] 6 processes running of frp type [2025-12-01,20:50:17.560] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,20:50:24.396] [DEBUG] 6 processes running of frp type [2025-12-01,21:05:17.625] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,21:05:24.144] [DEBUG] 6 processes running of frp type [2025-12-01,21:20:17.499] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,21: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' [2025-12-01,21:35:17.459] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,21:35:24.441] [DEBUG] 6 processes running of frp type [2025-12-01,21:50:17.463] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,21:50:24.173] [DEBUG] 6 processes running of frp type [2025-12-01,22:05:17.383] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,22:05:29.173] [DEBUG] 6 processes running of frp type 2025-12-01 22:12:30.987 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-01 22:12:39.016 [I] [client/service.go:286] [28afaa4435b66efc] login to server success, get run id [28afaa4435b66efc] 2025-12-01 22:12:39.018 [I] [proxy/proxy_manager.go:173] [28afaa4435b66efc] proxy added: [DTN57CC4444] 2025-12-01 22:12:41.017 [I] [client/control.go:168] [28afaa4435b66efc] [DTN57CC4444] start proxy success [2025-12-01,22:20:17.356] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,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' [2025-12-01,22:35:17.433] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,22:35:24.033] [DEBUG] 6 processes running of frp type [2025-12-01,22:50:17.211] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,22:50:23.732] [DEBUG] 6 processes running of frp type [2025-12-01,23:05:17.973] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,23:05:24.808] [DEBUG] 6 processes running of frp type [2025-12-01,23:20:20.270] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,23:20:26.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-12-01,23:35:17.874] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,23:35:24.420] [DEBUG] 6 processes running of frp type [2025-12-01,23:50:17.500] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-01,23:50:23.972] [DEBUG] 6 processes running of frp type [2025-12-02,00:05:17.270] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,00:05:24.185] [DEBUG] 6 processes running of frp type [2025-12-02,00:20:17.425] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,00: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' [2025-12-02,00:35:17.359] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,00:35:23.859] [DEBUG] 6 processes running of frp type [2025-12-02,00:50:17.198] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,00:50:23.802] [DEBUG] 6 processes running of frp type [2025-12-02,01:05:16.980] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,01:05:23.643] [DEBUG] 6 processes running of frp type [2025-12-02,01:20:17.872] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,01:20:24.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-02,01:35:17.142] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,01:35:23.630] [DEBUG] 6 processes running of frp type [2025-12-02,01:50:20.780] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,01:50:27.591] [DEBUG] 6 processes running of frp type [2025-12-02,02:05:17.969] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,02:05:24.532] [DEBUG] 6 processes running of frp type [2025-12-02,02:20:17.776] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,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-02,02:35:17.878] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,02:35:24.526] [DEBUG] 6 processes running of frp type 2025-12-02 02:40:36.563 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 02:40:46.566 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 02:40:46.566 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 02:40:56.568 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 02:40:56.569 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 02:41:06.570 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 02:41:06.571 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 02:41:09.483 [I] [client/service.go:286] [28afaa4435b66efc] login to server success, get run id [28afaa4435b66efc] 2025-12-02 02:41:09.484 [I] [proxy/proxy_manager.go:173] [28afaa4435b66efc] proxy added: [DTN57CC4444] 2025-12-02 02:41:09.870 [I] [client/control.go:168] [28afaa4435b66efc] [DTN57CC4444] start proxy success 2025-12-02 02:48:30.464 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 02:48:40.466 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 02:48:40.466 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 02:48:49.046 [I] [client/service.go:286] [28afaa4435b66efc] login to server success, get run id [28afaa4435b66efc] 2025-12-02 02:48:49.047 [I] [proxy/proxy_manager.go:173] [28afaa4435b66efc] proxy added: [DTN57CC4444] 2025-12-02 02:48:49.372 [I] [client/control.go:168] [28afaa4435b66efc] [DTN57CC4444] start proxy success [2025-12-02,02:50:17.744] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,02:50:24.266] [DEBUG] 6 processes running of frp type [2025-12-02,03:05:17.567] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,03:05:24.056] [DEBUG] 6 processes running of frp type 2025-12-02 03:12:45.831 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 03:12:55.833 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 03:12:55.833 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 03:13:05.834 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 03:13:05.835 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 03:13:15.836 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 03:13:15.836 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 03:13:25.837 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 03:13:25.837 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 03:13:26.785 [I] [client/service.go:286] [28afaa4435b66efc] login to server success, get run id [28afaa4435b66efc] 2025-12-02 03:13:26.786 [I] [proxy/proxy_manager.go:173] [28afaa4435b66efc] proxy added: [DTN57CC4444] 2025-12-02 03:13:27.106 [I] [client/control.go:168] [28afaa4435b66efc] [DTN57CC4444] start proxy success [2025-12-02,03:20:17.308] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,03: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-02,03:35:17.187] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,03:35:23.642] [DEBUG] 6 processes running of frp type [2025-12-02,03:50:17.983] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,03:50:24.760] [DEBUG] 6 processes running of frp type [2025-12-02,04:05:17.105] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,04:05:23.679] [DEBUG] 6 processes running of frp type 2025-12-02 04:06:40.805 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:06:40.816 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:06:42.866 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:06:42.873 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:06:47.060 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:06:47.064 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:06:55.842 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:06:55.845 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:07:13.578 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:07:13.582 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:07:33.583 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:07:33.587 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:07:53.588 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:07:53.592 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:08:13.593 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:08:13.648 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:08:33.649 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:08:33.652 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:08:53.653 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:08:53.669 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:09:13.669 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:09:13.725 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:09:33.726 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:09:33.730 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:09:53.731 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:09:53.740 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:10:13.741 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:10:13.745 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 04:10:33.746 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:10:43.748 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 04:11:03.749 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 04:11:04.606 [I] [client/service.go:286] [28afaa4435b66efc] login to server success, get run id [28afaa4435b66efc] 2025-12-02 04:11:04.607 [I] [proxy/proxy_manager.go:173] [28afaa4435b66efc] proxy added: [DTN57CC4444] 2025-12-02 04:11:04.928 [I] [client/control.go:168] [28afaa4435b66efc] [DTN57CC4444] start proxy success [2025-12-02,04:20:17.875] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,04:20:24.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-12-02,04:35:17.351] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,04:35:23.924] [DEBUG] 6 processes running of frp type [2025-12-02,04:50:17.846] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,04:50:24.707] [DEBUG] 6 processes running of frp type [2025-12-02,05:05:17.230] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,05:05:23.843] [DEBUG] 6 processes running of frp type [2025-12-02,05:20:17.030] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,05: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' [2025-12-02,05:35:17.145] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,05:35:23.755] [DEBUG] 6 processes running of frp type 2025-12-02 05:46:36.886 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 05:46:36.888 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:46:38.895 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 05:46:38.896 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:46:43.268 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 05:46:43.269 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-02 05:46:52.486 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 05:46:53.848 [I] [client/service.go:286] [28afaa4435b66efc] login to server success, get run id [28afaa4435b66efc] 2025-12-02 05:46:53.849 [I] [proxy/proxy_manager.go:173] [28afaa4435b66efc] proxy added: [DTN57CC4444] 2025-12-02 05:46:54.125 [I] [client/control.go:168] [28afaa4435b66efc] [DTN57CC4444] start proxy success [2025-12-02,05:50:17.411] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,05:50:24.371] [DEBUG] 6 processes running of frp type [2025-12-02,06:05:18.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,06:05:24.849] [DEBUG] 6 processes running of frp type [2025-12-02,06:20:17.216] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,06: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-12-02 06:28:12.394 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 06:28:22.396 [W] [client/service.go:297] [28afaa4435b66efc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 06:28:22.397 [I] [client/service.go:294] [28afaa4435b66efc] try to connect to server... 2025-12-02 06:28:26.846 [I] [client/service.go:286] [28afaa4435b66efc] login to server success, get run id [28afaa4435b66efc] 2025-12-02 06:28:26.848 [I] [proxy/proxy_manager.go:173] [28afaa4435b66efc] proxy added: [DTN57CC4444] 2025-12-02 06:28:27.452 [I] [client/control.go:168] [28afaa4435b66efc] [DTN57CC4444] start proxy success [2025-12-02,06:30:42.601] [INFO] Initializing BusSpeedStateManager V2 [2025-12-02,06:30:42.608] [INFO] LocationSqlManager initialising [2025-12-02,06:30:42.609] [INFO] Location DB initialising [2025-12-02,06:30:42.620] [INFO] LocationSqlManager initialisation complete [2025-12-02,06:30:42.621] [DEBUG] UploadManager Init [2025-12-02,06:30:42.622] [DEBUG] UploadManager Init Complete [2025-12-02,06:30:42.626] [INFO] Initializing GPS... [2025-12-02,06:30:42.629] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:46.677] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,06:32:58.528] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,06:33:07.524] [DEBUG] Log Upload Complete! [2025-12-02,06:35:46.329] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,06:35:52.929] [DEBUG] Remote Access Enabled [2025-12-02,06:35:59.304] [INFO] Server Address: 138.201.17.179 [2025-12-02,06:35:59.305] [INFO] Server Port: 7000 [2025-12-02,06:35:59.310] [DEBUG] Starting Remote Access! 2025-12-02 06:35:59.441 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-02 06:35:59.442 [I] [client/service.go:294] try to connect to server... 2025-12-02 06:36:00.355 [I] [client/service.go:286] [8a91a0acb33e7a1f] login to server success, get run id [8a91a0acb33e7a1f] 2025-12-02 06:36:00.356 [I] [proxy/proxy_manager.go:173] [8a91a0acb33e7a1f] proxy added: [DTN57CC4444] 2025-12-02 06:36:00.632 [I] [client/control.go:168] [8a91a0acb33e7a1f] [DTN57CC4444] start proxy success [2025-12-02,06:50:17.498] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,06:50:24.679] [DEBUG] 6 processes running of frp type [2025-12-02,07:05:18.229] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,07:05:24.911] [DEBUG] 6 processes running of frp type [2025-12-02,07:20:18.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,07:20:26.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' [2025-12-02,07:35:17.624] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,07:35:24.113] [DEBUG] 6 processes running of frp type [2025-12-02,07:50:18.211] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,07:50:24.962] [DEBUG] 6 processes running of frp type [2025-12-02,08:02:17.488] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-02,08:05:17.502] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,08:05:24.391] [DEBUG] 6 processes running of frp type [2025-12-02,08:20:17.746] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,08: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' [2025-12-02,08:35:17.516] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,08:35:24.612] [DEBUG] 6 processes running of frp type [2025-12-02,08:50:18.077] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,08:50:24.993] [DEBUG] 6 processes running of frp type [2025-12-02,09:05:17.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,09:05:24.680] [DEBUG] 6 processes running of frp type [2025-12-02,09:20:18.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,09:20:25.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' [2025-12-02,09:35:18.101] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,09:35:24.716] [DEBUG] 6 processes running of frp type [2025-12-02,09:50:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,09:50:24.169] [DEBUG] 6 processes running of frp type [2025-12-02,10:05:17.563] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,10:05:24.362] [DEBUG] 6 processes running of frp type [2025-12-02,10:20:17.975] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,10: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-12-02,10:35:17.949] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,10:35:24.657] [DEBUG] 6 processes running of frp type [2025-12-02,10:50:17.232] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,10:50:24.258] [DEBUG] 6 processes running of frp type [2025-12-02,11:05:17.826] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,11:05:24.510] [DEBUG] 6 processes running of frp type [2025-12-02,11:20:17.869] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,11:20:24.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' [2025-12-02,11:35:17.351] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,11:35:24.232] [DEBUG] 6 processes running of frp type [2025-12-02,11:50:17.910] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,11:50:24.627] [DEBUG] 6 processes running of frp type [2025-12-02,12:05:18.140] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,12:05:25.057] [DEBUG] 6 processes running of frp type 2025-12-02 12:10:43.148 [I] [client/service.go:294] [8a91a0acb33e7a1f] try to connect to server... 2025-12-02 12:10:53.151 [W] [client/service.go:297] [8a91a0acb33e7a1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 12:10:53.154 [I] [client/service.go:294] [8a91a0acb33e7a1f] try to connect to server... 2025-12-02 12:10:53.163 [W] [client/service.go:297] [8a91a0acb33e7a1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 12:10:57.761 [I] [client/service.go:294] [8a91a0acb33e7a1f] try to connect to server... 2025-12-02 12:10:57.765 [W] [client/service.go:297] [8a91a0acb33e7a1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-02 12:11:07.489 [I] [client/service.go:294] [8a91a0acb33e7a1f] try to connect to server... 2025-12-02 12:11:08.352 [I] [client/service.go:286] [8a91a0acb33e7a1f] login to server success, get run id [8a91a0acb33e7a1f] 2025-12-02 12:11:08.354 [I] [proxy/proxy_manager.go:173] [8a91a0acb33e7a1f] proxy added: [DTN57CC4444] 2025-12-02 12:11:08.645 [I] [client/control.go:168] [8a91a0acb33e7a1f] [DTN57CC4444] start proxy success [2025-12-02,12:20:18.635] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,12:20:28.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-12-02,12:35:18.090] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,12:35:25.066] [DEBUG] 6 processes running of frp type [2025-12-02,12:50:17.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,12:50:23.982] [DEBUG] 6 processes running of frp type [2025-12-02,13:05:17.314] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,13:05:24.220] [DEBUG] 6 processes running of frp type [2025-12-02,13:20:17.612] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,13: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' [2025-12-02,13:35:17.878] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,13:35:24.514] [DEBUG] 6 processes running of frp type [2025-12-02,13:50:17.691] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,13:50:24.391] [DEBUG] 6 processes running of frp type [2025-12-02,14:05:18.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,14:05:24.823] [DEBUG] 6 processes running of frp type [2025-12-02,14:20:17.088] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,14: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' [2025-12-02,14:35:17.263] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,14:50:17.410] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,14:50:25.227] [DEBUG] 6 processes running of frp type [2025-12-02,15:05:17.920] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,15:05:24.527] [DEBUG] 6 processes running of frp type [2025-12-02,15:20:18.050] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,15: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' [2025-12-02,15:35:17.658] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,15:35:25.233] [DEBUG] 6 processes running of frp type [2025-12-02,15:49:13.143] [INFO] Initializing BusSpeedStateManager V2 [2025-12-02,15:49:13.152] [INFO] LocationSqlManager initialising [2025-12-02,15:49:13.153] [INFO] Location DB initialising [2025-12-02,15:49:13.170] [INFO] LocationSqlManager initialisation complete [2025-12-02,15:49:13.171] [DEBUG] UploadManager Init [2025-12-02,15:49:13.172] [DEBUG] UploadManager Init Complete [2025-12-02,15:49:13.179] [INFO] Initializing GPS... [2025-12-02,15:49:13.184] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:51:14.280] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,15:51:21.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( [2025-12-02,15:51:46.575] [DEBUG] Log Upload Complete! [2025-12-02,15:54:14.689] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,15:54:22.216] [DEBUG] Remote Access Enabled [2025-12-02,15:54:24.503] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-02,15:54:29.799] [INFO] Server Address: 138.201.17.179 [2025-12-02,15:54:29.801] [INFO] Server Port: 7000 [2025-12-02,15:54:29.810] [DEBUG] Starting Remote Access! 2025-12-02 15:54:29.967 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-02 15:54:29.968 [I] [client/service.go:294] try to connect to server... 2025-12-02 15:54:31.264 [I] [client/service.go:286] [33d8d2130a6d38d2] login to server success, get run id [33d8d2130a6d38d2] 2025-12-02 15:54:31.265 [I] [proxy/proxy_manager.go:173] [33d8d2130a6d38d2] proxy added: [DTN57CC4444] 2025-12-02 15:54:31.582 [I] [client/control.go:168] [33d8d2130a6d38d2] [DTN57CC4444] start proxy success [2025-12-02,16:05:17.285] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,16:05:24.142] [DEBUG] 6 processes running of frp type [2025-12-02,16:20:17.378] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,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-02,16:35:17.107] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,16:35:24.329] [DEBUG] 6 processes running of frp type [2025-12-02,16:50:18.465] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,16:50:25.079] [DEBUG] 6 processes running of frp type [2025-12-02,17:05:17.543] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,17:05:24.223] [DEBUG] 6 processes running of frp type [2025-12-02,17:20:17.575] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,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' [2025-12-02,17:35:17.794] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,17:35:26.265] [DEBUG] 6 processes running of frp type [2025-12-02,17:50:17.679] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,17:50:24.463] [DEBUG] 6 processes running of frp type [2025-12-02,17:18:24.506] [INFO] Initializing BusSpeedStateManager V2 [2025-12-02,17:18:24.512] [INFO] LocationSqlManager initialising [2025-12-02,17:18:24.513] [INFO] Location DB initialising [2025-12-02,17:18:24.524] [INFO] LocationSqlManager initialisation complete [2025-12-02,17:18:24.525] [DEBUG] UploadManager Init [2025-12-02,17:18:24.525] [DEBUG] UploadManager Init Complete [2025-12-02,17:18:24.530] [INFO] Initializing GPS... [2025-12-02,17:18:24.533] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:53:25.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,17:53:32.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-12-02,17:53:41.690] [DEBUG] Log Upload Complete! [2025-12-02,17:56:26.166] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,17:56:33.070] [DEBUG] Remote Access Enabled [2025-12-02,17:56:39.305] [INFO] Server Address: 138.201.17.179 [2025-12-02,17:56:39.306] [INFO] Server Port: 7000 [2025-12-02,17:56:39.311] [DEBUG] Starting Remote Access! 2025-12-02 17:56:39.449 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-02 17:56:39.450 [I] [client/service.go:294] try to connect to server... 2025-12-02 17:56:40.726 [I] [client/service.go:286] [4054f8acc9afbbc8] login to server success, get run id [4054f8acc9afbbc8] 2025-12-02 17:56:40.728 [I] [proxy/proxy_manager.go:173] [4054f8acc9afbbc8] proxy added: [DTN57CC4444] 2025-12-02 17:56:41.055 [I] [client/control.go:168] [4054f8acc9afbbc8] [DTN57CC4444] start proxy success [2025-12-02,18:05:17.515] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,18:05:24.976] [DEBUG] 6 processes running of frp type [2025-12-02,18:20:17.916] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,18:20:24.520] [DEBUG] 6 processes running of frp type [2025-12-02,18:25:41.141] [INFO] Initializing BusSpeedStateManager V2 [2025-12-02,18:25:41.146] [INFO] LocationSqlManager initialising [2025-12-02,18:25:41.146] [INFO] Location DB initialising [2025-12-02,18:25:41.156] [INFO] LocationSqlManager initialisation complete [2025-12-02,18:25:41.157] [DEBUG] UploadManager Init [2025-12-02,18:25:41.157] [DEBUG] UploadManager Init Complete [2025-12-02,18:25:41.160] [INFO] Initializing GPS... [2025-12-02,18:25:41.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' [2025-12-02,18:27:44.692] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,18:27:52.098] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:07.225] [DEBUG] Log Upload Complete! [2025-12-02,18:30:44.762] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,18:30:51.685] [DEBUG] Remote Access Enabled [2025-12-02,18:30:58.212] [INFO] Server Address: 138.201.17.179 [2025-12-02,18:30:58.213] [INFO] Server Port: 7000 [2025-12-02,18:30:58.218] [DEBUG] Starting Remote Access! 2025-12-02 18:30:58.353 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-02 18:30:58.353 [I] [client/service.go:294] try to connect to server... 2025-12-02 18:30:59.534 [I] [client/service.go:286] [5c48a79733d3228b] login to server success, get run id [5c48a79733d3228b] 2025-12-02 18:30:59.536 [I] [proxy/proxy_manager.go:173] [5c48a79733d3228b] proxy added: [DTN57CC4444] 2025-12-02 18:30:59.865 [I] [client/control.go:168] [5c48a79733d3228b] [DTN57CC4444] start proxy success [2025-12-02,18:35:17.302] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,18:35:23.852] [DEBUG] 6 processes running of frp type 2025-12-02 18:50:23.764 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-02 18:50:33.767 [W] [client/service.go:297] [5c48a79733d3228b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 18:50:33.768 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-02 18:50:43.770 [W] [client/service.go:297] [5c48a79733d3228b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 18:50:43.771 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-02 18:50:53.772 [W] [client/service.go:297] [5c48a79733d3228b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 18:50:53.773 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-02 18:51:03.775 [W] [client/service.go:297] [5c48a79733d3228b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 18:51:03.776 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-02 18:51:13.777 [W] [client/service.go:297] [5c48a79733d3228b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2025-12-02,18:51:22.133] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,18:51:29.130] [DEBUG] 6 processes running of frp type 2025-12-02 18:51:33.779 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-02 18:51:34.735 [I] [client/service.go:286] [5c48a79733d3228b] login to server success, get run id [5c48a79733d3228b] 2025-12-02 18:51:34.737 [I] [proxy/proxy_manager.go:173] [5c48a79733d3228b] proxy added: [DTN57CC4444] 2025-12-02 18:51:35.066 [I] [client/control.go:168] [5c48a79733d3228b] [DTN57CC4444] start proxy success [2025-12-02,19:05:17.744] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,19:05:24.364] [DEBUG] 6 processes running of frp type [2025-12-02,19:20:17.823] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,19:20:26.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-02,19:35:17.833] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,19:35:26.955] [DEBUG] 6 processes running of frp type [2025-12-02,19:50:17.127] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,19:50:24.249] [DEBUG] 6 processes running of frp type [2025-12-02,20:05:17.501] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,20:05:24.107] [DEBUG] 6 processes running of frp type [2025-12-02,20:20:17.442] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,20: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' [2025-12-02,20:35:18.227] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,20:35:24.879] [DEBUG] 6 processes running of frp type [2025-12-02,20:50:17.269] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,20:50:24.014] [DEBUG] 6 processes running of frp type [2025-12-02,21:05:17.380] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,21:05:24.007] [DEBUG] 6 processes running of frp type [2025-12-02,21:20:17.245] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,21: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-12-02 21:30:39.891 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-02 21:30:49.893 [W] [client/service.go:297] [5c48a79733d3228b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 21:30:49.893 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-02 21:30:59.895 [W] [client/service.go:297] [5c48a79733d3228b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 21:30:59.896 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-02 21:31:09.898 [W] [client/service.go:297] [5c48a79733d3228b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 21:31:09.898 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-02 21:31:19.900 [W] [client/service.go:297] [5c48a79733d3228b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 21:31:19.900 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-02 21:31:29.902 [W] [client/service.go:297] [5c48a79733d3228b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-02 21:31:49.903 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-02 21:31:51.094 [I] [client/service.go:286] [5c48a79733d3228b] login to server success, get run id [5c48a79733d3228b] 2025-12-02 21:31:51.095 [I] [proxy/proxy_manager.go:173] [5c48a79733d3228b] proxy added: [DTN57CC4444] 2025-12-02 21:31:51.748 [I] [client/control.go:168] [5c48a79733d3228b] [DTN57CC4444] start proxy success [2025-12-02,21:35:17.352] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,21:35:24.038] [DEBUG] 6 processes running of frp type [2025-12-02,21:50:20.695] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,21:50:27.641] [DEBUG] 6 processes running of frp type [2025-12-02,22:05:18.059] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,22:05:24.602] [DEBUG] 6 processes running of frp type [2025-12-02,22:20:18.216] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,22: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' [2025-12-02,22:35:17.515] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,22:35:24.347] [DEBUG] 6 processes running of frp type [2025-12-02,22:50:18.211] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,22:50:30.240] [DEBUG] 6 processes running of frp type [2025-12-02,23:05:20.734] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,23:05:31.439] [DEBUG] 6 processes running of frp type 2025-12-02 23:07:36.725 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-02 23:07:37.647 [I] [client/service.go:286] [5c48a79733d3228b] login to server success, get run id [5c48a79733d3228b] 2025-12-02 23:07:37.648 [I] [proxy/proxy_manager.go:173] [5c48a79733d3228b] proxy added: [DTN57CC4444] 2025-12-02 23:07:37.940 [I] [client/control.go:168] [5c48a79733d3228b] [DTN57CC4444] start proxy success [2025-12-02,23:20:17.769] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,23: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-02,23:35:17.641] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,23:35:29.473] [DEBUG] 6 processes running of frp type [2025-12-02,23:50:17.684] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-02,23:50:24.326] [DEBUG] 6 processes running of frp type [2025-12-03,00:05:17.590] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,00:05:24.290] [DEBUG] 6 processes running of frp type [2025-12-03,00:20:17.511] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,00: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' [2025-12-03,00:35:17.501] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,00:35:24.085] [DEBUG] 6 processes running of frp type [2025-12-03,00:50:17.443] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,00:50:24.030] [DEBUG] 6 processes running of frp type [2025-12-03,01:05:17.250] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,01:05:23.818] [DEBUG] 6 processes running of frp type [2025-12-03,01:20:17.030] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,01: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' 2025-12-03 01:28:04.158 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-03 01:28:14.160 [W] [client/service.go:297] [5c48a79733d3228b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 01:28:14.160 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-03 01:28:24.162 [W] [client/service.go:297] [5c48a79733d3228b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-03 01:28:24.163 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-03 01:28:25.126 [I] [client/service.go:286] [5c48a79733d3228b] login to server success, get run id [5c48a79733d3228b] 2025-12-03 01:28:25.127 [I] [proxy/proxy_manager.go:173] [5c48a79733d3228b] proxy added: [DTN57CC4444] 2025-12-03 01:28:25.448 [I] [client/control.go:168] [5c48a79733d3228b] [DTN57CC4444] start proxy success [2025-12-03,01:35:17.244] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,01:35:23.813] [DEBUG] 6 processes running of frp type [2025-12-03,01:50:17.191] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,01:50:23.865] [DEBUG] 6 processes running of frp type [2025-12-03,02:05:17.106] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,02:05:23.652] [DEBUG] 6 processes running of frp type [2025-12-03,02:20:17.900] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,02:20:24.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' [2025-12-03,02:35:17.067] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,02:35:26.017] [DEBUG] 6 processes running of frp type [2025-12-03,02:50:17.108] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,02:50:23.699] [DEBUG] 6 processes running of frp type [2025-12-03,03:05:18.095] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,03:05:24.621] [DEBUG] 6 processes running of frp type [2025-12-03,03:20:17.885] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,03: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' [2025-12-03,03:35:17.996] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,03:35:24.561] [DEBUG] 6 processes running of frp type [2025-12-03,03:50:17.623] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,03:50:24.259] [DEBUG] 6 processes running of frp type 2025-12-03 04:03:06.378 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-03 04:03:07.527 [W] [client/service.go:297] [5c48a79733d3228b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:03:07.528 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-03 04:03:07.531 [W] [client/service.go:297] [5c48a79733d3228b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:03:12.105 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-03 04:03:12.108 [W] [client/service.go:297] [5c48a79733d3228b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-03 04:03:21.281 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-03 04:03:22.584 [I] [client/service.go:286] [5c48a79733d3228b] login to server success, get run id [5c48a79733d3228b] 2025-12-03 04:03:22.586 [I] [proxy/proxy_manager.go:173] [5c48a79733d3228b] proxy added: [DTN57CC4444] 2025-12-03 04:03:22.910 [I] [client/control.go:168] [5c48a79733d3228b] [DTN57CC4444] start proxy success [2025-12-03,04:05:17.479] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,04:05:23.958] [DEBUG] 6 processes running of frp type [2025-12-03,04:20:17.173] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,04:20:23.738] [DEBUG] 6 processes running of frp type 2025-12-03 04:23:20.623 [I] [client/service.go:294] [5c48a79733d3228b] try to connect to server... 2025-12-03 04:23:21.698 [I] [client/service.go:286] [5c48a79733d3228b] login to server success, get run id [5c48a79733d3228b] 2025-12-03 04:23:21.700 [I] [proxy/proxy_manager.go:173] [5c48a79733d3228b] proxy added: [DTN57CC4444] 2025-12-03 04:23:22.206 [I] [client/control.go:168] [5c48a79733d3228b] [DTN57CC4444] 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,04:35:17.152] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,04:35:23.731] [DEBUG] 6 processes running of frp type [2025-12-03,04:50:17.531] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,04:50:25.571] [DEBUG] 6 processes running of frp type [2025-12-03,05:05:18.226] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,05:05:24.763] [DEBUG] 6 processes running of frp type [2025-12-03,05:20:17.324] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,05: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-03,05:35:17.911] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,05:35:24.834] [DEBUG] 6 processes running of frp type [2025-12-03,05:50:17.218] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,05:50:23.774] [DEBUG] 6 processes running of frp type [2025-12-03,06:05:17.000] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,06:05:23.627] [DEBUG] 6 processes running of frp type [2025-12-03,06:20:18.102] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,06:20:32.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-03,06:30:40.604] [INFO] Initializing BusSpeedStateManager V2 [2025-12-03,06:30:40.609] [INFO] LocationSqlManager initialising [2025-12-03,06:30:40.609] [INFO] Location DB initialising [2025-12-03,06:30:40.618] [INFO] LocationSqlManager initialisation complete [2025-12-03,06:30:40.619] [DEBUG] UploadManager Init [2025-12-03,06:30:40.619] [DEBUG] UploadManager Init Complete [2025-12-03,06:30:40.622] [INFO] Initializing GPS... [2025-12-03,06:30:40.624] [INFO] Starting location capture [2025-12-03,06:31:46.842] [INFO] Initializing BusSpeedStateManager V2 [2025-12-03,06:31:46.847] [INFO] LocationSqlManager initialising [2025-12-03,06:31:46.847] [INFO] Location DB initialising [2025-12-03,06:31:46.857] [INFO] LocationSqlManager initialisation complete [2025-12-03,06:31:46.858] [DEBUG] UploadManager Init [2025-12-03,06:31:46.858] [DEBUG] UploadManager Init Complete [2025-12-03,06:31:46.860] [INFO] Initializing GPS... [2025-12-03,06:31:46.862] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:33:50.994] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,06:33:57.777] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,06:34:07.819] [DEBUG] Log Upload Complete! [2025-12-03,06:36:51.164] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,06:37:01.085] [DEBUG] Remote Access Enabled [2025-12-03,06:37:07.758] [INFO] Server Address: 138.201.17.179 [2025-12-03,06:37:07.760] [INFO] Server Port: 7000 [2025-12-03,06:37:07.764] [DEBUG] Starting Remote Access! 2025-12-03 06:37:07.898 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-03 06:37:07.899 [I] [client/service.go:294] try to connect to server... 2025-12-03 06:37:09.028 [I] [client/service.go:286] [612cbc0091fff6a5] login to server success, get run id [612cbc0091fff6a5] 2025-12-03 06:37:09.030 [I] [proxy/proxy_manager.go:173] [612cbc0091fff6a5] proxy added: [DTN57CC4444] 2025-12-03 06:37:09.355 [I] [client/control.go:168] [612cbc0091fff6a5] [DTN57CC4444] start proxy success 2025-12-03 06:41:50.868 [I] [client/service.go:294] [612cbc0091fff6a5] try to connect to server... 2025-12-03 06:41:51.962 [I] [client/service.go:286] [612cbc0091fff6a5] login to server success, get run id [612cbc0091fff6a5] 2025-12-03 06:41:51.963 [I] [proxy/proxy_manager.go:173] [612cbc0091fff6a5] proxy added: [DTN57CC4444] 2025-12-03 06:41:52.412 [I] [client/control.go:168] [612cbc0091fff6a5] [DTN57CC4444] start proxy success [2025-12-03,06:50:17.810] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,06:50:24.384] [DEBUG] 6 processes running of frp type [2025-12-03,07:05:17.842] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,07:05:24.363] [DEBUG] 6 processes running of frp type [2025-12-03,07:20:17.564] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,07: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-03,07:35:17.456] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,07:35:23.963] [DEBUG] 6 processes running of frp type [2025-12-03,07:50:18.095] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,07:50:24.666] [DEBUG] 6 processes running of frp type [2025-12-03,08:02:17.864] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,08:02:24.378] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:37.920] [DEBUG] Log Upload Complete! [2025-12-03,08:05:18.114] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,08:05:24.708] [DEBUG] 6 processes running of frp type [2025-12-03,08:20:17.206] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,08: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-12-03,08:35:17.518] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,08:35:24.027] [DEBUG] 6 processes running of frp type [2025-12-03,08:50:17.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,08:50:24.047] [DEBUG] 6 processes running of frp type [2025-12-03,09:05:17.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,09:05:24.135] [DEBUG] 6 processes running of frp type [2025-12-03,09:20:17.370] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,09:20:23.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' [2025-12-03,09:35:17.311] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,09:35:23.857] [DEBUG] 6 processes running of frp type [2025-12-03,09:50:17.184] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,09:50:23.701] [DEBUG] 6 processes running of frp type [2025-12-03,10:05:16.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,10:05:23.619] [DEBUG] 6 processes running of frp type [2025-12-03,10:20:18.140] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,10: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-12-03,10:35:17.650] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,10:35:24.239] [DEBUG] 6 processes running of frp type [2025-12-03,10:50:18.206] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,10:50:25.902] [DEBUG] 6 processes running of frp type [2025-12-03,11:05:17.295] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,11:05:23.839] [DEBUG] 6 processes running of frp type [2025-12-03,11:20:17.265] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,11: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' [2025-12-03,11:35:18.042] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,11:35:24.579] [DEBUG] 6 processes running of frp type [2025-12-03,11:50:18.255] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,11:50:24.931] [DEBUG] 6 processes running of frp type [2025-12-03,12:05:17.351] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,12:05:23.990] [DEBUG] 6 processes running of frp type [2025-12-03,12:20:17.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,12: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-03,12:35:17.186] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,12:35:23.812] [DEBUG] 6 processes running of frp type [2025-12-03,12:50:17.630] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,12:50:24.189] [DEBUG] 6 processes running of frp type [2025-12-03,13:05:17.963] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,13:05:24.741] [DEBUG] 6 processes running of frp type [2025-12-03,13:20:17.085] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,13: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-12-03,13:35:17.490] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,13:35:24.052] [DEBUG] 6 processes running of frp type [2025-12-03,13:50:18.137] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,13:50:24.668] [DEBUG] 6 processes running of frp type [2025-12-03,14:05:18.241] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,14:05:24.778] [DEBUG] 6 processes running of frp type [2025-12-03,14:20:17.174] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,14:20:23.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-12-03,14:35:17.419] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,14:35:24.104] [DEBUG] 6 processes running of frp type [2025-12-03,14:50:17.702] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,14:50:24.301] [DEBUG] 6 processes running of frp type [2025-12-03,15:05:17.980] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,15:05:24.526] [DEBUG] 6 processes running of frp type [2025-12-03,15:20:18.002] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,15: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' [2025-12-03,15:35:17.198] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,15:35:24.123] [DEBUG] 6 processes running of frp type [2025-12-03,15:50:18.151] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,15:50:24.749] [DEBUG] 6 processes running of frp type [2025-12-03,16:05:16.972] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,16:05:23.644] [DEBUG] 6 processes running of frp type [2025-12-03,16:20:17.967] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,16: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-12-03,16:35:17.469] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,16:35:24.074] [DEBUG] 6 processes running of frp type [2025-12-03,16:50:17.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,16:50:24.315] [DEBUG] 6 processes running of frp type [2025-12-03,17:05:17.751] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,17:05:24.299] [DEBUG] 6 processes running of frp type [2025-12-03,17:20:17.587] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,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' [2025-12-03,17:35:18.113] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,17:35:24.685] [DEBUG] 6 processes running of frp type [2025-12-03,17:50:17.359] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,17:50:23.916] [DEBUG] 6 processes running of frp type [2025-12-03,18:05:17.366] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,18:05:23.924] [DEBUG] 6 processes running of frp type [2025-12-03,18:20:17.426] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,18:20:24.077] [DEBUG] 6 processes running of frp type [2025-12-03,18:25:42.440] [INFO] Initializing BusSpeedStateManager V2 [2025-12-03,18:25:42.445] [INFO] LocationSqlManager initialising [2025-12-03,18:25:42.445] [INFO] Location DB initialising [2025-12-03,18:25:42.454] [INFO] LocationSqlManager initialisation complete [2025-12-03,18:25:42.455] [DEBUG] UploadManager Init [2025-12-03,18:25:42.456] [DEBUG] UploadManager Init Complete [2025-12-03,18:25:42.458] [INFO] Initializing GPS... [2025-12-03,18:25:42.460] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45.305] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,18:27:56.882] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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.269] [DEBUG] Log Upload Complete! [2025-12-03,18:30:45.442] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,18:30:51.892] [DEBUG] Remote Access Enabled [2025-12-03,18:30:58.068] [INFO] Server Address: 138.201.17.179 [2025-12-03,18:30:58.069] [INFO] Server Port: 7000 [2025-12-03,18:30:58.073] [DEBUG] Starting Remote Access! 2025-12-03 18:30:58.219 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-03 18:30:58.220 [I] [client/service.go:294] try to connect to server... 2025-12-03 18:30:59.099 [I] [client/service.go:286] [cabaac9869b4505b] login to server success, get run id [cabaac9869b4505b] 2025-12-03 18:30:59.100 [I] [proxy/proxy_manager.go:173] [cabaac9869b4505b] proxy added: [DTN57CC4444] 2025-12-03 18:30:59.389 [I] [client/control.go:168] [cabaac9869b4505b] [DTN57CC4444] start proxy success [2025-12-03,18:35:17.960] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,18:35:24.561] [DEBUG] 6 processes running of frp type [2025-12-03,18:50:17.683] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,18:50:24.261] [DEBUG] 6 processes running of frp type [2025-12-03,19:05:17.536] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,19:05:24.168] [DEBUG] 6 processes running of frp type [2025-12-03,19:20:17.654] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,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-03,19:35:17.088] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,19:35:23.644] [DEBUG] 6 processes running of frp type [2025-12-03,19:50:17.235] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,19:50:23.804] [DEBUG] 6 processes running of frp type [2025-12-03,20:05:17.151] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,20:05:23.864] [DEBUG] 6 processes running of frp type [2025-12-03,20:20:17.210] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,20: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' [2025-12-03,20:35:17.593] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,20:35:24.300] [DEBUG] 6 processes running of frp type [2025-12-03,20:50:17.473] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,20:50:24.015] [DEBUG] 6 processes running of frp type [2025-12-03,21:05:17.200] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,21:05:25.587] [DEBUG] 6 processes running of frp type [2025-12-03,21:20:17.940] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,21: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-03 21:28:10.541 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-03 21:28:23.216 [I] [client/service.go:286] [cabaac9869b4505b] login to server success, get run id [cabaac9869b4505b] 2025-12-03 21:28:23.217 [I] [proxy/proxy_manager.go:173] [cabaac9869b4505b] proxy added: [DTN57CC4444] 2025-12-03 21:28:23.856 [I] [client/control.go:168] [cabaac9869b4505b] [DTN57CC4444] start proxy success 2025-12-03 21:29:35.188 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-03 21:29:45.941 [I] [client/service.go:286] [cabaac9869b4505b] login to server success, get run id [cabaac9869b4505b] 2025-12-03 21:29:45.942 [I] [proxy/proxy_manager.go:173] [cabaac9869b4505b] proxy added: [DTN57CC4444] 2025-12-03 21:29:48.470 [I] [client/control.go:168] [cabaac9869b4505b] [DTN57CC4444] start proxy success [2025-12-03,21:35:19.473] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,21:35:26.127] [DEBUG] 6 processes running of frp type [2025-12-03,21:50:17.205] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,21:50:23.767] [DEBUG] 6 processes running of frp type [2025-12-03,22:05:17.972] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,22:05:24.536] [DEBUG] 6 processes running of frp type [2025-12-03,22:20:17.781] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,22: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' [2025-12-03,22:35:17.546] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,22:35:24.063] [DEBUG] 6 processes running of frp type [2025-12-03,22:50:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,22:50:23.994] [DEBUG] 6 processes running of frp type [2025-12-03,23:05:17.319] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,23:05:23.909] [DEBUG] 6 processes running of frp type [2025-12-03,23:20:17.325] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,23: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-12-03,23:35:17.050] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,23:35:23.683] [DEBUG] 6 processes running of frp type 2025-12-03 23:46:19.851 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-03 23:46:34.365 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: connection write timeout 2025-12-03 23:46:34.366 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-03 23:46:43.580 [I] [client/service.go:286] [cabaac9869b4505b] login to server success, get run id [cabaac9869b4505b] 2025-12-03 23:46:43.581 [I] [proxy/proxy_manager.go:173] [cabaac9869b4505b] proxy added: [DTN57CC4444] 2025-12-03 23:46:44.530 [I] [client/control.go:168] [cabaac9869b4505b] [DTN57CC4444] start proxy success [2025-12-03,23:50:17.799] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-03,23:50:24.232] [DEBUG] 6 processes running of frp type [2025-12-04,00:05:17.474] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,00:05:24.286] [DEBUG] 6 processes running of frp type [2025-12-04,00:20:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,00:20:31.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-04,00:35:17.749] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,00:35:24.220] [DEBUG] 6 processes running of frp type [2025-12-04,00:50:17.453] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,00:50:24.061] [DEBUG] 6 processes running of frp type [2025-12-04,01:05:17.380] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,01:05:23.877] [DEBUG] 6 processes running of frp type [2025-12-04,01:20:17.087] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,01: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-04,01:35:17.100] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,01:35:23.531] [DEBUG] 6 processes running of frp type [2025-12-04,01:50:17.572] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,01:50:24.058] [DEBUG] 6 processes running of frp type [2025-12-04,02:05:17.575] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,02:05:24.398] [DEBUG] 6 processes running of frp type [2025-12-04,02:20:17.721] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,02: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' 2025-12-04 02:28:58.999 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 02:29:09.001 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 02:29:09.002 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 02:29:19.004 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 02:29:19.005 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 02:29:29.007 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 02:29:29.008 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 02:29:42.639 [I] [client/service.go:286] [cabaac9869b4505b] login to server success, get run id [cabaac9869b4505b] 2025-12-04 02:29:42.641 [I] [proxy/proxy_manager.go:173] [cabaac9869b4505b] proxy added: [DTN57CC4444] 2025-12-04 02:30:09.449 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 02:30:15.129 [I] [client/service.go:286] [cabaac9869b4505b] login to server success, get run id [cabaac9869b4505b] 2025-12-04 02:30:15.130 [I] [proxy/proxy_manager.go:173] [cabaac9869b4505b] proxy added: [DTN57CC4444] 2025-12-04 02:30:15.749 [I] [client/control.go:168] [cabaac9869b4505b] [DTN57CC4444] start proxy success [2025-12-04,02:35:17.652] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,02:35:24.198] [DEBUG] 6 processes running of frp type [2025-12-04,02:50:17.378] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,02:50:28.406] [DEBUG] 6 processes running of frp type [2025-12-04,03:05:17.779] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,03:05:24.318] [DEBUG] 6 processes running of frp type [2025-12-04,03:20:17.575] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,03:20:24.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' [2025-12-04,03:35:17.625] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,03:35:24.097] [DEBUG] 6 processes running of frp type [2025-12-04,03:50:17.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,03:50:24.269] [DEBUG] 6 processes running of frp type [2025-12-04,04:05:17.521] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,04:05:24.100] [DEBUG] 6 processes running of frp type 2025-12-04 04:06:19.762 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:06:29.764 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 04:06:29.765 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:06:29.948 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:06:34.165 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:06:34.216 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:06:43.182 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:06:43.186 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:07:01.513 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:07:01.516 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:07:21.517 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:07:21.571 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:07:41.572 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:07:41.576 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:08:01.577 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:08:01.579 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:08:21.580 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:08:21.584 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:08:41.585 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:08:41.590 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:09:01.591 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:09:01.594 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:09:21.595 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:09:21.597 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:09:41.599 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:09:41.602 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:10:01.603 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:10:01.606 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:10:21.608 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:10:21.611 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:10:41.612 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:10:41.668 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:11:01.669 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:11:01.672 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:11:21.674 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:11:21.728 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-04 04:11:41.728 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:11:51.730 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 04:12:11.731 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 04:12:12.603 [I] [client/service.go:286] [cabaac9869b4505b] login to server success, get run id [cabaac9869b4505b] 2025-12-04 04:12:12.604 [I] [proxy/proxy_manager.go:173] [cabaac9869b4505b] proxy added: [DTN57CC4444] 2025-12-04 04:12:12.908 [I] [client/control.go:168] [cabaac9869b4505b] [DTN57CC4444] start proxy success [2025-12-04,04:20:17.273] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,04: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' [2025-12-04,04:35:17.351] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,04:35:23.921] [DEBUG] 6 processes running of frp type [2025-12-04,04:50:17.303] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,04:50:24.681] [DEBUG] 6 processes running of frp type 2025-12-04 05:02:15.219 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 05:02:16.041 [I] [client/service.go:286] [cabaac9869b4505b] login to server success, get run id [cabaac9869b4505b] 2025-12-04 05:02:16.041 [I] [proxy/proxy_manager.go:173] [cabaac9869b4505b] proxy added: [DTN57CC4444] 2025-12-04 05:02:16.348 [I] [client/control.go:168] [cabaac9869b4505b] [DTN57CC4444] start proxy success [2025-12-04,05:05:16.981] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,05:05:23.668] [DEBUG] 6 processes running of frp type 2025-12-04 05:08:30.889 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 05:08:40.890 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 05:08:40.891 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 05:08:50.893 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 05:08:50.894 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 05:09:00.895 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 05:09:00.895 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 05:09:10.896 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 05:09:10.897 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 05:09:20.898 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 05:09:40.900 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 05:09:50.902 [W] [client/service.go:297] [cabaac9869b4505b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-04 05:10:10.903 [I] [client/service.go:294] [cabaac9869b4505b] try to connect to server... 2025-12-04 05:10:14.412 [I] [client/service.go:286] [cabaac9869b4505b] login to server success, get run id [cabaac9869b4505b] 2025-12-04 05:10:14.414 [I] [proxy/proxy_manager.go:173] [cabaac9869b4505b] proxy added: [DTN57CC4444] 2025-12-04 05:10:14.719 [I] [client/control.go:168] [cabaac9869b4505b] [DTN57CC4444] start proxy success [2025-12-04,05:20:18.379] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,05: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-04,05:35:18.122] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,05:35:24.921] [DEBUG] 6 processes running of frp type [2025-12-04,05:50:17.382] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,05:50:25.169] [DEBUG] 6 processes running of frp type [2025-12-04,06:05:17.891] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,06:05:24.763] [DEBUG] 6 processes running of frp type [2025-12-04,06:20:16.923] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,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-04,06:30:41.913] [INFO] Initializing BusSpeedStateManager V2 [2025-12-04,06:30:41.918] [INFO] LocationSqlManager initialising [2025-12-04,06:30:41.918] [INFO] Location DB initialising [2025-12-04,06:30:41.928] [INFO] LocationSqlManager initialisation complete [2025-12-04,06:30:41.929] [DEBUG] UploadManager Init [2025-12-04,06:30:41.929] [DEBUG] UploadManager Init Complete [2025-12-04,06:30:41.932] [INFO] Initializing GPS... [2025-12-04,06:30:41.934] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.332] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,06:32:50.855] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:15.184] [DEBUG] Log Upload Complete! [2025-12-04,06:35:44.684] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,06:35:51.277] [DEBUG] Remote Access Enabled [2025-12-04,06:35:57.473] [INFO] Server Address: 138.201.17.179 [2025-12-04,06:35:57.474] [INFO] Server Port: 7000 [2025-12-04,06:35:57.479] [DEBUG] Starting Remote Access! 2025-12-04 06:35:57.607 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-04 06:35:57.607 [I] [client/service.go:294] try to connect to server... 2025-12-04 06:35:58.453 [I] [client/service.go:286] [a5b9aa49d86789de] login to server success, get run id [a5b9aa49d86789de] 2025-12-04 06:35:58.454 [I] [proxy/proxy_manager.go:173] [a5b9aa49d86789de] proxy added: [DTN57CC4444] 2025-12-04 06:35:58.738 [I] [client/control.go:168] [a5b9aa49d86789de] [DTN57CC4444] start proxy success [2025-12-04,06:50:17.870] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,06:50:24.456] [DEBUG] 6 processes running of frp type [2025-12-04,07:05:18.219] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,07:05:24.789] [DEBUG] 6 processes running of frp type [2025-12-04,07:20:17.475] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,07: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-12-04,07:35:18.171] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,07:35:24.736] [DEBUG] 6 processes running of frp type [2025-12-04,07:50:17.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,07:50:23.561] [DEBUG] 6 processes running of frp type [2025-12-04,08:02:17.845] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,08:02:24.408] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:50.696] [DEBUG] Log Upload Complete! [2025-12-04,08:05:18.348] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,08:05:24.926] [DEBUG] 6 processes running of frp type [2025-12-04,08:20:17.213] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,08:20:23.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-12-04,08:35:17.237] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,08:35:23.890] [DEBUG] 6 processes running of frp type [2025-12-04,08:50:17.801] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,08:50:24.388] [DEBUG] 6 processes running of frp type [2025-12-04,09:05:17.794] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,09:05:24.384] [DEBUG] 6 processes running of frp type [2025-12-04,09:20:17.754] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,09: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-04,09:35:17.722] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,09:35:24.270] [DEBUG] 6 processes running of frp type [2025-12-04,09:50:17.806] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,09:50:24.416] [DEBUG] 6 processes running of frp type [2025-12-04,10:05:17.750] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,10:05:24.316] [DEBUG] 6 processes running of frp type [2025-12-04,10:20:18.077] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,10:20:24.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-04,10:35:17.527] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,10:35:24.202] [DEBUG] 6 processes running of frp type [2025-12-04,10:50:17.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,10:50:24.264] [DEBUG] 6 processes running of frp type [2025-12-04,11:05:17.600] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,11:05:24.211] [DEBUG] 6 processes running of frp type [2025-12-04,11:20:17.350] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,11: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-12-04,11:35:17.125] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,11:35:24.810] [DEBUG] 6 processes running of frp type [2025-12-04,11:50:17.495] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,11:50:25.000] [DEBUG] 6 processes running of frp type [2025-12-04,12:05:17.784] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,12:05:25.164] [DEBUG] 6 processes running of frp type [2025-12-04,12:20:17.481] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,12:20:25.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' [2025-12-04,12:35:17.959] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,12:35:24.501] [DEBUG] 6 processes running of frp type [2025-12-04,12:50:17.141] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,12:50:23.803] [DEBUG] 6 processes running of frp type [2025-12-04,13:05:17.151] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,13:05:23.655] [DEBUG] 6 processes running of frp type [2025-12-04,13:20:17.962] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,13: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-12-04,13:35:18.000] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,13:35:24.554] [DEBUG] 6 processes running of frp type [2025-12-04,13:50:17.189] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,13:50:23.825] [DEBUG] 6 processes running of frp type [2025-12-04,14:05:17.349] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,14:05:23.882] [DEBUG] 6 processes running of frp type [2025-12-04,14:20:17.163] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,14: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' [2025-12-04,14:35:17.464] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,14:35:24.103] [DEBUG] 6 processes running of frp type [2025-12-04,14:50:17.190] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,14:50:23.838] [DEBUG] 6 processes running of frp type [2025-12-04,15:05:17.471] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,15:05:24.034] [DEBUG] 6 processes running of frp type [2025-12-04,15:20:17.380] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,15: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-04,15:35:17.934] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,15:35:24.576] [DEBUG] 6 processes running of frp type [2025-12-04,15:50:17.135] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,15:50:23.635] [DEBUG] 6 processes running of frp type [2025-12-04,16:05:17.461] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,16:05:24.014] [DEBUG] 6 processes running of frp type [2025-12-04,16:20:17.212] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,16: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' [2025-12-04,16:35:17.198] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,16:35:23.858] [DEBUG] 6 processes running of frp type [2025-12-04,16:50:17.814] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,16:50:24.428] [DEBUG] 6 processes running of frp type [2025-12-04,17:05:17.808] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,17:05:24.356] [DEBUG] 6 processes running of frp type [2025-12-04,17:20:17.936] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,17: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-04,17:35:17.261] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,17:35:23.933] [DEBUG] 6 processes running of frp type [2025-12-04,17:50:17.528] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,17:50:24.154] [DEBUG] 6 processes running of frp type [2025-12-04,18:05:17.846] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,18:05:24.439] [DEBUG] 6 processes running of frp type [2025-12-04,18:20:17.947] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,18:20:26.727] [DEBUG] 6 processes running of frp type [2025-12-04,18:25:40.665] [INFO] Initializing BusSpeedStateManager V2 [2025-12-04,18:25:40.669] [INFO] LocationSqlManager initialising [2025-12-04,18:25:40.670] [INFO] Location DB initialising [2025-12-04,18:25:40.679] [INFO] LocationSqlManager initialisation complete [2025-12-04,18:25:40.680] [DEBUG] UploadManager Init [2025-12-04,18:25:40.680] [DEBUG] UploadManager Init Complete [2025-12-04,18:25:40.683] [INFO] Initializing GPS... [2025-12-04,18:25:40.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-12-04,18:27:44.636] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,18:27:57.944] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:10.779] [DEBUG] Log Upload Complete! [2025-12-04,18:30:44.703] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,18:30:51.218] [DEBUG] Remote Access Enabled [2025-12-04,18:30:58.075] [INFO] Server Address: 138.201.17.179 [2025-12-04,18:30:58.076] [INFO] Server Port: 7000 [2025-12-04,18:30:58.081] [DEBUG] Starting Remote Access! 2025-12-04 18:30:58.216 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-04 18:30:58.217 [I] [client/service.go:294] try to connect to server... 2025-12-04 18:30:59.059 [I] [client/service.go:286] [24f57598edd06561] login to server success, get run id [24f57598edd06561] 2025-12-04 18:30:59.060 [I] [proxy/proxy_manager.go:173] [24f57598edd06561] proxy added: [DTN57CC4444] 2025-12-04 18:30:59.334 [I] [client/control.go:168] [24f57598edd06561] [DTN57CC4444] start proxy success [2025-12-04,18:35:17.483] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,18:35:24.188] [DEBUG] 6 processes running of frp type [2025-12-04,18:50:17.906] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,18:50:24.456] [DEBUG] 6 processes running of frp type [2025-12-04,19:05:18.191] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,19:05:24.822] [DEBUG] 6 processes running of frp type [2025-12-04,19:20:17.364] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,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' [2025-12-04,19:35:17.750] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,19:35:24.453] [DEBUG] 6 processes running of frp type [2025-12-04,19:50:18.012] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,19:50:24.669] [DEBUG] 6 processes running of frp type [2025-12-04,20:05:18.087] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,20:05:24.585] [DEBUG] 6 processes running of frp type [2025-12-04,20:20:18.367] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,20:20:25.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' [2025-12-04,20:35:23.030] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,20:35:30.646] [DEBUG] 6 processes running of frp type [2025-12-04,20:50:21.164] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,20:50:27.958] [DEBUG] 6 processes running of frp type [2025-12-04,21:05:19.166] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,21:05:25.871] [DEBUG] 6 processes running of frp type [2025-12-04,21:20:17.307] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,21:20:23.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' [2025-12-04,21:35:17.754] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,21:35:25.198] [DEBUG] 6 processes running of frp type [2025-12-04,21:50:20.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,21:50:27.237] [DEBUG] 6 processes running of frp type [2025-12-04,22:05:17.853] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,22:05:25.115] [DEBUG] 6 processes running of frp type [2025-12-04,22:20:17.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,22: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-12-04,22:35:17.606] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,22:35:24.240] [DEBUG] 6 processes running of frp type [2025-12-04,22:50:17.690] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,22:50:24.487] [DEBUG] 6 processes running of frp type [2025-12-04,23:05:18.174] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,23:05:25.063] [DEBUG] 6 processes running of frp type [2025-12-04,23:20:17.358] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,23:20:23.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-04 23:33:54.763 [I] [client/service.go:294] [24f57598edd06561] try to connect to server... 2025-12-04 23:34:00.963 [I] [client/service.go:286] [24f57598edd06561] login to server success, get run id [24f57598edd06561] 2025-12-04 23:34:00.964 [I] [proxy/proxy_manager.go:173] [24f57598edd06561] proxy added: [DTN57CC4444] 2025-12-04 23:34:01.264 [I] [client/control.go:168] [24f57598edd06561] [DTN57CC4444] start proxy success [2025-12-04,23:35:17.720] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,23:35:24.461] [DEBUG] 6 processes running of frp type [2025-12-04,23:50:17.656] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-04,23:50:24.312] [DEBUG] 6 processes running of frp type 2025-12-04 23:53:54.218 [I] [client/service.go:294] [24f57598edd06561] try to connect to server... 2025-12-04 23:53:56.381 [I] [client/service.go:286] [24f57598edd06561] login to server success, get run id [24f57598edd06561] 2025-12-04 23:53:56.382 [I] [proxy/proxy_manager.go:173] [24f57598edd06561] proxy added: [DTN57CC4444] 2025-12-04 23:53:56.826 [I] [client/control.go:168] [24f57598edd06561] [DTN57CC4444] start proxy success [2025-12-05,00:05:17.549] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,00:05:24.029] [DEBUG] 6 processes running of frp type [2025-12-05,00:20:17.260] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,00: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-05,00:35:17.153] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,00:35:23.869] [DEBUG] 6 processes running of frp type 2025-12-05 00:39:35.306 [I] [client/service.go:294] [24f57598edd06561] try to connect to server... 2025-12-05 00:39:36.317 [I] [client/service.go:286] [24f57598edd06561] login to server success, get run id [24f57598edd06561] 2025-12-05 00:39:36.318 [I] [proxy/proxy_manager.go:173] [24f57598edd06561] proxy added: [DTN57CC4444] 2025-12-05 00:39:36.622 [I] [client/control.go:168] [24f57598edd06561] [DTN57CC4444] start proxy success 2025-12-05 00:50:23.023 [I] [client/service.go:294] [24f57598edd06561] try to connect to server... [2025-12-05,00:50:23.423] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-05 00:50:24.933 [I] [client/service.go:286] [24f57598edd06561] login to server success, get run id [24f57598edd06561] 2025-12-05 00:50:24.934 [I] [proxy/proxy_manager.go:173] [24f57598edd06561] proxy added: [DTN57CC4444] 2025-12-05 00:50:25.226 [I] [client/control.go:168] [24f57598edd06561] [DTN57CC4444] start proxy success [2025-12-05,00:50:29.964] [DEBUG] 6 processes running of frp type [2025-12-05,01:05:17.317] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,01:05:23.942] [DEBUG] 6 processes running of frp type [2025-12-05,01:20:17.113] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,01:20:23.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-12-05 01:26:31.453 [I] [client/service.go:294] [24f57598edd06561] try to connect to server... 2025-12-05 01:26:35.910 [I] [client/service.go:286] [24f57598edd06561] login to server success, get run id [24f57598edd06561] 2025-12-05 01:26:35.911 [I] [proxy/proxy_manager.go:173] [24f57598edd06561] proxy added: [DTN57CC4444] 2025-12-05 01:26:36.223 [I] [client/control.go:168] [24f57598edd06561] [DTN57CC4444] start proxy success [2025-12-05,01:35:17.141] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,01:35:23.862] [DEBUG] 6 processes running of frp type [2025-12-05,01:50:17.949] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,01:50:24.555] [DEBUG] 6 processes running of frp type [2025-12-05,02:05:17.776] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,02:05:24.430] [DEBUG] 6 processes running of frp type 2025-12-05 02:08:07.955 [I] [client/service.go:294] [24f57598edd06561] try to connect to server... 2025-12-05 02:08:08.800 [I] [client/service.go:286] [24f57598edd06561] login to server success, get run id [24f57598edd06561] 2025-12-05 02:08:08.801 [I] [proxy/proxy_manager.go:173] [24f57598edd06561] proxy added: [DTN57CC4444] 2025-12-05 02:08:09.085 [I] [client/control.go:168] [24f57598edd06561] [DTN57CC4444] start proxy success [2025-12-05,02:20:17.768] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,02: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-05,02:35:17.992] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,02:35:24.533] [DEBUG] 6 processes running of frp type [2025-12-05,02:50:17.657] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,02:50:24.192] [DEBUG] 6 processes running of frp type [2025-12-05,03:05:17.559] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,03:05:24.087] [DEBUG] 6 processes running of frp type [2025-12-05,03:20:17.471] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,03:20:24.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' [2025-12-05,03:35:17.542] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,03:35:24.268] [DEBUG] 6 processes running of frp type 2025-12-05 03:44:17.309 [I] [client/service.go:294] [24f57598edd06561] try to connect to server... 2025-12-05 03:44:23.991 [I] [client/service.go:286] [24f57598edd06561] login to server success, get run id [24f57598edd06561] 2025-12-05 03:44:23.992 [I] [proxy/proxy_manager.go:173] [24f57598edd06561] proxy added: [DTN57CC4444] 2025-12-05 03:44:24.279 [I] [client/control.go:168] [24f57598edd06561] [DTN57CC4444] start proxy success [2025-12-05,03:50:17.353] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,03:50:39.627] [DEBUG] 6 processes running of frp type [2025-12-05,04:05:17.871] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,04:05:24.408] [DEBUG] 6 processes running of frp type 2025-12-05 04:06:16.960 [I] [client/service.go:294] [24f57598edd06561] try to connect to server... 2025-12-05 04:06:26.397 [W] [client/service.go:297] [24f57598edd06561] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:06:26.398 [I] [client/service.go:294] [24f57598edd06561] try to connect to server... 2025-12-05 04:06:29.437 [W] [client/service.go:297] [24f57598edd06561] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:06:29.438 [I] [client/service.go:294] [24f57598edd06561] try to connect to server... 2025-12-05 04:06:32.478 [W] [client/service.go:297] [24f57598edd06561] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:06:42.165 [I] [client/service.go:294] [24f57598edd06561] try to connect to server... 2025-12-05 04:06:42.168 [W] [client/service.go:297] [24f57598edd06561] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 04:07:01.820 [I] [client/service.go:294] [24f57598edd06561] try to connect to server... 2025-12-05 04:07:02.997 [I] [client/service.go:286] [24f57598edd06561] login to server success, get run id [24f57598edd06561] 2025-12-05 04:07:02.999 [I] [proxy/proxy_manager.go:173] [24f57598edd06561] proxy added: [DTN57CC4444] 2025-12-05 04:07:03.296 [I] [client/control.go:168] [24f57598edd06561] [DTN57CC4444] start proxy success [2025-12-05,04:20:17.617] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,04:20:24.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-05,04:35:17.777] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,04:35:24.380] [DEBUG] 6 processes running of frp type [2025-12-05,04:50:17.872] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,04:50:24.466] [DEBUG] 6 processes running of frp type [2025-12-05,05:05:18.116] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,05:05:24.765] [DEBUG] 6 processes running of frp type [2025-12-05,05:20:17.106] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,05: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-05,05:35:19.386] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,05:35:26.010] [DEBUG] 6 processes running of frp type [2025-12-05,05:50:17.192] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,05:50:23.786] [DEBUG] 6 processes running of frp type [2025-12-05,06:05:16.955] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,06:05:23.557] [DEBUG] 6 processes running of frp type [2025-12-05,06:20:17.995] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,06: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-05,06:30:40.870] [INFO] Initializing BusSpeedStateManager V2 [2025-12-05,06:30:40.874] [INFO] LocationSqlManager initialising [2025-12-05,06:30:40.875] [INFO] Location DB initialising [2025-12-05,06:30:40.884] [INFO] LocationSqlManager initialisation complete [2025-12-05,06:30:40.884] [DEBUG] UploadManager Init [2025-12-05,06:30:40.885] [DEBUG] UploadManager Init Complete [2025-12-05,06:30:40.887] [INFO] Initializing GPS... [2025-12-05,06:30:40.889] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:45.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,06:32:52.441] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-05,06:33:03.558] [DEBUG] Log Upload Complete! [2025-12-05,06:35:44.799] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,06:35:51.381] [DEBUG] Remote Access Enabled [2025-12-05,06:35:58.252] [INFO] Server Address: 138.201.17.179 [2025-12-05,06:35:58.253] [INFO] Server Port: 7000 [2025-12-05,06:35:58.259] [DEBUG] Starting Remote Access! 2025-12-05 06:35:58.391 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-05 06:35:58.391 [I] [client/service.go:294] try to connect to server... 2025-12-05 06:35:59.731 [I] [client/service.go:286] [6e5e1e50f907b09f] login to server success, get run id [6e5e1e50f907b09f] 2025-12-05 06:35:59.733 [I] [proxy/proxy_manager.go:173] [6e5e1e50f907b09f] proxy added: [DTN57CC4444] 2025-12-05 06:36:00.352 [I] [client/control.go:168] [6e5e1e50f907b09f] [DTN57CC4444] start proxy success [2025-12-05,06:50:17.547] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,06:50:24.095] [DEBUG] 6 processes running of frp type [2025-12-05,07:05:17.519] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,07:05:24.027] [DEBUG] 6 processes running of frp type [2025-12-05,07:20:17.503] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,07: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' [2025-12-05,07:35:17.342] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,07:35:24.006] [DEBUG] 6 processes running of frp type [2025-12-05,07:50:17.810] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,07:50:24.569] [DEBUG] 6 processes running of frp type [2025-12-05,08:02:17.949] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,08:02:24.551] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-05,08:02:36.516] [DEBUG] Log Upload Complete! [2025-12-05,08:05:18.233] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,08:05:25.182] [DEBUG] 6 processes running of frp type [2025-12-05,08:20:17.725] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,08: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-05,08:35:18.304] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,08:35:24.949] [DEBUG] 6 processes running of frp type [2025-12-05,08:50:17.551] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,08:50:24.145] [DEBUG] 6 processes running of frp type [2025-12-05,09:05:17.894] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,09:05:24.550] [DEBUG] 6 processes running of frp type [2025-12-05,09:20:18.142] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,09:20:24.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' [2025-12-05,09:35:17.669] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,09:35:24.289] [DEBUG] 6 processes running of frp type [2025-12-05,09:50:17.832] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,09:50:24.445] [DEBUG] 6 processes running of frp type [2025-12-05,10:05:17.940] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,10:05:24.495] [DEBUG] 6 processes running of frp type [2025-12-05,10:20:18.040] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,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' [2025-12-05,10:35:17.831] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,10:35:24.381] [DEBUG] 6 processes running of frp type [2025-12-05,10:50:17.636] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,10:50:24.371] [DEBUG] 6 processes running of frp type [2025-12-05,11:05:17.999] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,11:05:24.612] [DEBUG] 6 processes running of frp type [2025-12-05,11:20:18.103] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,11: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' [2025-12-05,11:35:17.483] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,11:35:24.114] [DEBUG] 6 processes running of frp type [2025-12-05,11:50:17.914] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,11:50:24.791] [DEBUG] 6 processes running of frp type [2025-12-05,12:05:17.280] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,12:05:23.881] [DEBUG] 6 processes running of frp type 2025-12-05 12:06:55.266 [I] [client/service.go:294] [6e5e1e50f907b09f] try to connect to server... 2025-12-05 12:06:56.166 [I] [client/service.go:286] [6e5e1e50f907b09f] login to server success, get run id [6e5e1e50f907b09f] 2025-12-05 12:06:56.167 [I] [proxy/proxy_manager.go:173] [6e5e1e50f907b09f] proxy added: [DTN57CC4444] 2025-12-05 12:06:56.475 [I] [client/control.go:168] [6e5e1e50f907b09f] [DTN57CC4444] start proxy success [2025-12-05,12:20:17.242] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,12: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' [2025-12-05,12:35:17.525] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,12:35:24.116] [DEBUG] 6 processes running of frp type [2025-12-05,12:50:18.094] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,12:50:24.639] [DEBUG] 6 processes running of frp type [2025-12-05,13:05:18.131] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,13:05:24.710] [DEBUG] 6 processes running of frp type [2025-12-05,13:20:17.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,13: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' [2025-12-05,13:35:17.503] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,13:35:24.140] [DEBUG] 6 processes running of frp type [2025-12-05,13:50:17.644] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,13:50:24.192] [DEBUG] 6 processes running of frp type [2025-12-05,14:05:17.548] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,14:05:24.171] [DEBUG] 6 processes running of frp type [2025-12-05,14:20:17.665] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,14:20:24.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-05,14:35:17.362] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,14:35:24.039] [DEBUG] 6 processes running of frp type [2025-12-05,14:50:17.418] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,14:50:24.056] [DEBUG] 6 processes running of frp type [2025-12-05,15:05:17.695] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,15:05:24.286] [DEBUG] 6 processes running of frp type [2025-12-05,15:20:17.547] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,15: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-12-05,15:35:18.192] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,15:35:24.777] [DEBUG] 6 processes running of frp type [2025-12-05,15:50:17.744] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,15:50:24.349] [DEBUG] 6 processes running of frp type [2025-12-05,16:05:18.128] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,16:05:24.715] [DEBUG] 6 processes running of frp type [2025-12-05,16:20:17.053] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,16: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-05,16:35:17.615] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,16:35:24.398] [DEBUG] 6 processes running of frp type [2025-12-05,16:50:17.088] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,16:50:23.857] [DEBUG] 6 processes running of frp type [2025-12-05,17:05:17.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,17:05:23.852] [DEBUG] 6 processes running of frp type [2025-12-05,17:20:17.329] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,17: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' [2025-12-05,17:35:17.926] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,17:35:24.637] [DEBUG] 6 processes running of frp type [2025-12-05,17:50:17.378] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,17:50:24.186] [DEBUG] 6 processes running of frp type [2025-12-05,18:05:17.786] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,18:05:24.482] [DEBUG] 6 processes running of frp type [2025-12-05,18:20:18.016] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,18:20:24.551] [DEBUG] 6 processes running of frp type [2025-12-05,18:25:42.266] [INFO] Initializing BusSpeedStateManager V2 [2025-12-05,18:25:42.271] [INFO] LocationSqlManager initialising [2025-12-05,18:25:42.272] [INFO] Location DB initialising [2025-12-05,18:25:42.283] [INFO] LocationSqlManager initialisation complete [2025-12-05,18:25:42.284] [DEBUG] UploadManager Init [2025-12-05,18:25:42.285] [DEBUG] UploadManager Init Complete [2025-12-05,18:25:42.288] [INFO] Initializing GPS... [2025-12-05,18:25:42.290] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45.560] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,18:27:52.459] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-05,18:28:05.420] [DEBUG] Log Upload Complete! [2025-12-05,18:30:45.583] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,18:30:52.221] [DEBUG] Remote Access Enabled [2025-12-05,18:30:55.428] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:58.680] [INFO] Server Address: 138.201.17.179 [2025-12-05,18:30:58.681] [INFO] Server Port: 7000 [2025-12-05,18:30:58.686] [DEBUG] Starting Remote Access! 2025-12-05 18:30:58.823 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-05 18:30:58.824 [I] [client/service.go:294] try to connect to server... 2025-12-05 18:30:59.797 [I] [client/service.go:286] [8c3b580c37b44e0b] login to server success, get run id [8c3b580c37b44e0b] 2025-12-05 18:30:59.799 [I] [proxy/proxy_manager.go:173] [8c3b580c37b44e0b] proxy added: [DTN57CC4444] 2025-12-05 18:31:00.136 [I] [client/control.go:168] [8c3b580c37b44e0b] [DTN57CC4444] start proxy success [2025-12-05,18:35:17.775] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,18:35:24.340] [DEBUG] 6 processes running of frp type [2025-12-05,18:50:17.155] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,18:50:27.309] [DEBUG] 6 processes running of frp type [2025-12-05,19:05:17.961] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,19:05:24.842] [DEBUG] 6 processes running of frp type [2025-12-05,19:20:17.141] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,19:20:23.674] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.317] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,19:35:24.278] [DEBUG] 6 processes running of frp type [2025-12-05,19:50:17.582] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,19:50:24.290] [DEBUG] 6 processes running of frp type [2025-12-05,20:05:17.697] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,20:05:25.180] [DEBUG] 6 processes running of frp type [2025-12-05,20:20:17.804] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,20:20:24.671] [DEBUG] 6 processes running of frp type 2025-12-05 20:21:52.715 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 20:21:53.637 [I] [client/service.go:286] [8c3b580c37b44e0b] login to server success, get run id [8c3b580c37b44e0b] 2025-12-05 20:21:53.638 [I] [proxy/proxy_manager.go:173] [8c3b580c37b44e0b] proxy added: [DTN57CC4444] 2025-12-05 20:21:53.954 [I] [client/control.go:168] [8c3b580c37b44e0b] [DTN57CC4444] 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.180] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,20:35:25.047] [DEBUG] 6 processes running of frp type [2025-12-05,20:50:17.751] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,20:50:24.737] [DEBUG] 6 processes running of frp type [2025-12-05,21:05:17.081] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,21:05:25.799] [DEBUG] 6 processes running of frp type [2025-12-05,21:20:17.120] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,21: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-05 21:31:15.893 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:31:20.960 [I] [client/service.go:286] [8c3b580c37b44e0b] login to server success, get run id [8c3b580c37b44e0b] 2025-12-05 21:31:20.961 [I] [proxy/proxy_manager.go:173] [8c3b580c37b44e0b] proxy added: [DTN57CC4444] 2025-12-05 21:31:21.557 [I] [client/control.go:168] [8c3b580c37b44e0b] [DTN57CC4444] start proxy success 2025-12-05 21:31:59.535 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:32:09.537 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 21:32:09.538 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:32:19.539 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 21:32:19.539 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:32:29.540 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 21:32:29.541 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:32:39.542 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 21:32:39.542 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:32:49.543 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 21:33:09.544 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:33:19.546 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 21:33:39.548 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:33:49.550 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 21:34:09.551 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:34:09.555 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 21:34:29.556 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:34:29.559 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 21:34:49.560 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:34:49.563 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 21:35:09.565 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:35:09.568 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 21:35:29.569 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:35:29.576 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-05 21:35:49.576 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:35:54.107 [I] [client/service.go:286] [8c3b580c37b44e0b] login to server success, get run id [8c3b580c37b44e0b] 2025-12-05 21:35:54.108 [I] [proxy/proxy_manager.go:173] [8c3b580c37b44e0b] proxy added: [DTN57CC4444] 2025-12-05 21:35:57.446 [I] [client/control.go:168] [8c3b580c37b44e0b] [DTN57CC4444] start proxy success 2025-12-05 21:48:17.021 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:48:27.023 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-05 21:48:27.024 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:48:40.806 [I] [client/service.go:286] [8c3b580c37b44e0b] login to server success, get run id [8c3b580c37b44e0b] 2025-12-05 21:48:40.808 [I] [proxy/proxy_manager.go:173] [8c3b580c37b44e0b] proxy added: [DTN57CC4444] 2025-12-05 21:48:41.493 [I] [client/control.go:168] [8c3b580c37b44e0b] [DTN57CC4444] start proxy success [2025-12-05,21:50:17.619] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2025-12-05 21:51:34.515 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:51:52.542 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: connection write timeout 2025-12-05 21:51:52.543 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-05 21:51:58.348 [I] [client/service.go:286] [8c3b580c37b44e0b] login to server success, get run id [8c3b580c37b44e0b] 2025-12-05 21:51:58.350 [I] [proxy/proxy_manager.go:173] [8c3b580c37b44e0b] proxy added: [DTN57CC4444] 2025-12-05 21:52:00.766 [I] [client/control.go:168] [8c3b580c37b44e0b] [DTN57CC4444] start proxy success [2025-12-05,22:05:17.516] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,22:05:25.339] [DEBUG] 6 processes running of frp type [2025-12-05,22:20:17.514] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,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-12-05,22:35:17.477] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,22:35:24.134] [DEBUG] 6 processes running of frp type [2025-12-05,22:50:17.308] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,22:50:23.838] [DEBUG] 6 processes running of frp type [2025-12-05,23:05:17.209] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,23:05:23.930] [DEBUG] 6 processes running of frp type [2025-12-05,23:20:17.287] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,23: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-12-05,23:35:17.386] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,23:35:23.925] [DEBUG] 6 processes running of frp type [2025-12-05,23:50:17.191] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-05,23:50:23.904] [DEBUG] 6 processes running of frp type [2025-12-06,00:05:17.480] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,00:05:24.000] [DEBUG] 6 processes running of frp type [2025-12-06,00:20:17.280] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,00: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-12-06,00:35:17.257] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,00:35:23.771] [DEBUG] 6 processes running of frp type [2025-12-06,00:50:17.863] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,00:50:24.363] [DEBUG] 6 processes running of frp type [2025-12-06,01:05:17.576] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,01:05:24.074] [DEBUG] 6 processes running of frp type [2025-12-06,01:20:17.192] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,01: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-06,01:35:17.140] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,01:35:23.635] [DEBUG] 6 processes running of frp type [2025-12-06,01:50:17.685] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,01:50:24.214] [DEBUG] 6 processes running of frp type [2025-12-06,02:05:17.764] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,02:05:24.505] [DEBUG] 6 processes running of frp type [2025-12-06,02:20:17.933] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,02:20:25.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' [2025-12-06,02:35:17.478] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,02:35:24.544] [DEBUG] 6 processes running of frp type 2025-12-06 02:36:20.487 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 02:36:30.490 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 02:36:30.490 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 02:36:40.245 [I] [client/service.go:286] [8c3b580c37b44e0b] login to server success, get run id [8c3b580c37b44e0b] 2025-12-06 02:36:40.247 [I] [proxy/proxy_manager.go:173] [8c3b580c37b44e0b] proxy added: [DTN57CC4444] 2025-12-06 02:36:41.120 [I] [client/control.go:168] [8c3b580c37b44e0b] [DTN57CC4444] start proxy success 2025-12-06 02:37:14.370 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 02:37:33.428 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: connection write timeout 2025-12-06 02:37:33.428 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 02:37:43.430 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 02:37:43.430 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 02:37:53.432 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 02:37:53.432 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 02:38:06.169 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: i/o deadline reached 2025-12-06 02:38:06.169 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 02:38:22.155 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: connection write timeout 2025-12-06 02:38:42.157 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 02:38:53.924 [I] [client/service.go:286] [8c3b580c37b44e0b] login to server success, get run id [8c3b580c37b44e0b] 2025-12-06 02:38:53.925 [I] [proxy/proxy_manager.go:173] [8c3b580c37b44e0b] proxy added: [DTN57CC4444] 2025-12-06 02:38:54.510 [I] [client/control.go:168] [8c3b580c37b44e0b] [DTN57CC4444] start proxy success 2025-12-06 02:44:29.542 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 02:44:39.544 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 02:44:39.544 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 02:44:40.705 [I] [client/service.go:286] [8c3b580c37b44e0b] login to server success, get run id [8c3b580c37b44e0b] 2025-12-06 02:44:40.706 [I] [proxy/proxy_manager.go:173] [8c3b580c37b44e0b] proxy added: [DTN57CC4444] 2025-12-06 02:44:40.985 [I] [client/control.go:168] [8c3b580c37b44e0b] [DTN57CC4444] start proxy success [2025-12-06,02:50:17.853] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,02:50:25.126] [DEBUG] 6 processes running of frp type [2025-12-06,03:05:17.316] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,03:05:23.802] [DEBUG] 6 processes running of frp type [2025-12-06,03:20:17.188] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,03: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-12-06,03:35:18.153] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,03:35:24.573] [DEBUG] 6 processes running of frp type [2025-12-06,03:50:17.643] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,03:50:29.780] [DEBUG] 6 processes running of frp type [2025-12-06,04:05:17.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,04:05:23.463] [DEBUG] 6 processes running of frp type 2025-12-06 04:06:44.346 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 04:06:44.398 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-06 04:06:46.505 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 04:06:47.369 [I] [client/service.go:286] [8c3b580c37b44e0b] login to server success, get run id [8c3b580c37b44e0b] 2025-12-06 04:06:47.370 [I] [proxy/proxy_manager.go:173] [8c3b580c37b44e0b] proxy added: [DTN57CC4444] 2025-12-06 04:06:47.654 [I] [client/control.go:168] [8c3b580c37b44e0b] [DTN57CC4444] start proxy success 2025-12-06 04:15:31.421 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 04:15:34.590 [I] [client/service.go:286] [8c3b580c37b44e0b] login to server success, get run id [8c3b580c37b44e0b] 2025-12-06 04:15:34.591 [I] [proxy/proxy_manager.go:173] [8c3b580c37b44e0b] proxy added: [DTN57CC4444] 2025-12-06 04:15:37.887 [I] [client/control.go:168] [8c3b580c37b44e0b] [DTN57CC4444] start proxy success [2025-12-06,04:20:17.694] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,04: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' [2025-12-06,04:35:17.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,04:35:23.652] [DEBUG] 6 processes running of frp type [2025-12-06,04:50:17.438] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,04:50:24.895] [DEBUG] 6 processes running of frp type [2025-12-06,05:05:17.368] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,05:05:26.945] [DEBUG] 6 processes running of frp type [2025-12-06,05:20:17.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,05: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' [2025-12-06,05:35:17.943] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,05:35:24.797] [DEBUG] 6 processes running of frp type [2025-12-06,05:50:17.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,05:50:25.811] [DEBUG] 6 processes running of frp type 2025-12-06 06:04:47.331 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 06:04:57.334 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 06:04:57.335 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 06:05:07.336 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 06:05:07.337 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 06:05:17.338 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 06:05:17.339 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 06:05:27.340 [W] [client/service.go:297] [8c3b580c37b44e0b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 06:05:27.341 [I] [client/service.go:294] [8c3b580c37b44e0b] try to connect to server... 2025-12-06 06:05:36.088 [I] [client/service.go:286] [8c3b580c37b44e0b] login to server success, get run id [8c3b580c37b44e0b] 2025-12-06 06:05:36.089 [I] [proxy/proxy_manager.go:173] [8c3b580c37b44e0b] proxy added: [DTN57CC4444] 2025-12-06 06:05:36.480 [I] [client/control.go:168] [8c3b580c37b44e0b] [DTN57CC4444] start proxy success [2025-12-06,06:05:49.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,06:05:57.132] [DEBUG] 6 processes running of frp type [2025-12-06,06:20:17.409] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,06: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' [2025-12-06,06:30:41.934] [INFO] Initializing BusSpeedStateManager V2 [2025-12-06,06:30:41.939] [INFO] LocationSqlManager initialising [2025-12-06,06:30:41.939] [INFO] Location DB initialising [2025-12-06,06:30:41.950] [INFO] LocationSqlManager initialisation complete [2025-12-06,06:30:41.950] [DEBUG] UploadManager Init [2025-12-06,06:30:41.951] [DEBUG] UploadManager Init Complete [2025-12-06,06:30:41.954] [INFO] Initializing GPS... [2025-12-06,06:30:41.956] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45.215] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,06:32:51.693] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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.454] [DEBUG] Log Upload Complete! [2025-12-06,06:35:50.139] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,06:35:56.719] [DEBUG] Remote Access Enabled [2025-12-06,06:36:02.895] [INFO] Server Address: 138.201.17.179 [2025-12-06,06:36:02.896] [INFO] Server Port: 7000 [2025-12-06,06:36:02.905] [DEBUG] Starting Remote Access! 2025-12-06 06:36:03.088 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-06 06:36:03.089 [I] [client/service.go:294] try to connect to server... 2025-12-06 06:36:03.933 [I] [client/service.go:286] [419dfc80763cf96f] login to server success, get run id [419dfc80763cf96f] 2025-12-06 06:36:03.934 [I] [proxy/proxy_manager.go:173] [419dfc80763cf96f] proxy added: [DTN57CC4444] 2025-12-06 06:36:04.224 [I] [client/control.go:168] [419dfc80763cf96f] [DTN57CC4444] start proxy success [2025-12-06,06:50:17.957] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,06:50:24.462] [DEBUG] 6 processes running of frp type [2025-12-06,07:05:17.929] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,07:05:24.456] [DEBUG] 6 processes running of frp type [2025-12-06,07:20:17.706] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,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-06,07:35:22.990] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,07:35:37.916] [DEBUG] 6 processes running of frp type [2025-12-06,07:50:17.542] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,07:50:24.157] [DEBUG] 6 processes running of frp type [2025-12-06,08:02:17.383] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,08:02:23.902] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:03:08.122] [DEBUG] Log Upload Complete! 2025-12-06 08:04:05.370 [I] [client/service.go:294] [419dfc80763cf96f] try to connect to server... 2025-12-06 08:04:15.373 [W] [client/service.go:297] [419dfc80763cf96f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 08:04:15.373 [I] [client/service.go:294] [419dfc80763cf96f] try to connect to server... 2025-12-06 08:04:25.374 [W] [client/service.go:297] [419dfc80763cf96f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 08:04:25.375 [I] [client/service.go:294] [419dfc80763cf96f] try to connect to server... 2025-12-06 08:04:35.376 [W] [client/service.go:297] [419dfc80763cf96f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 08:04:35.377 [I] [client/service.go:294] [419dfc80763cf96f] try to connect to server... 2025-12-06 08:04:45.379 [W] [client/service.go:297] [419dfc80763cf96f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 08:04:45.379 [I] [client/service.go:294] [419dfc80763cf96f] try to connect to server... 2025-12-06 08:04:51.160 [I] [client/service.go:286] [419dfc80763cf96f] login to server success, get run id [419dfc80763cf96f] 2025-12-06 08:04:51.162 [I] [proxy/proxy_manager.go:173] [419dfc80763cf96f] proxy added: [DTN57CC4444] 2025-12-06 08:04:51.500 [I] [client/control.go:168] [419dfc80763cf96f] [DTN57CC4444] start proxy success [2025-12-06,08:05:17.819] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,08:05:24.633] [DEBUG] 6 processes running of frp type [2025-12-06,08:20:17.845] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,08:20:28.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-06,08:35:17.273] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,08:35:24.102] [DEBUG] 6 processes running of frp type [2025-12-06,08:50:17.961] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,08:50:24.801] [DEBUG] 6 processes running of frp type [2025-12-06,09:05:17.065] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,09:05:23.822] [DEBUG] 6 processes running of frp type [2025-12-06,09:20:17.211] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,09: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-06,09:35:18.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,09:35:47.771] [DEBUG] 6 processes running of frp type [2025-12-06,09:50:17.866] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,09:50:25.017] [DEBUG] 6 processes running of frp type [2025-12-06,10:05:17.659] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,10:05:24.601] [DEBUG] 6 processes running of frp type [2025-12-06,10:20:18.000] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,10:20:25.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-06,10:35:17.294] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,10:35:24.212] [DEBUG] 6 processes running of frp type [2025-12-06,10:50:17.297] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,10:50:24.266] [DEBUG] 6 processes running of frp type [2025-12-06,11:05:17.951] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,11:05:24.868] [DEBUG] 6 processes running of frp type [2025-12-06,11:20:17.157] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,11:20:25.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-12-06,11:35:17.658] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,11:35:24.784] [DEBUG] 6 processes running of frp type [2025-12-06,11:50:17.283] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,11:50:24.201] [DEBUG] 6 processes running of frp type [2025-12-06,12:05:17.498] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,12:05:24.652] [DEBUG] 6 processes running of frp type 2025-12-06 12:06:46.634 [I] [client/service.go:294] [419dfc80763cf96f] try to connect to server... 2025-12-06 12:06:56.636 [W] [client/service.go:297] [419dfc80763cf96f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 12:06:56.637 [I] [client/service.go:294] [419dfc80763cf96f] try to connect to server... 2025-12-06 12:07:06.639 [W] [client/service.go:297] [419dfc80763cf96f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 12:07:06.640 [I] [client/service.go:294] [419dfc80763cf96f] try to connect to server... 2025-12-06 12:07:16.641 [W] [client/service.go:297] [419dfc80763cf96f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 12:07:16.643 [I] [client/service.go:294] [419dfc80763cf96f] try to connect to server... 2025-12-06 12:07:26.645 [W] [client/service.go:297] [419dfc80763cf96f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 12:07:26.646 [I] [client/service.go:294] [419dfc80763cf96f] try to connect to server... 2025-12-06 12:07:36.647 [W] [client/service.go:297] [419dfc80763cf96f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 12:07:56.648 [I] [client/service.go:294] [419dfc80763cf96f] try to connect to server... 2025-12-06 12:07:56.654 [W] [client/service.go:297] [419dfc80763cf96f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-06 12:08:16.655 [I] [client/service.go:294] [419dfc80763cf96f] try to connect to server... 2025-12-06 12:08:17.787 [I] [client/service.go:286] [419dfc80763cf96f] login to server success, get run id [419dfc80763cf96f] 2025-12-06 12:08:17.789 [I] [proxy/proxy_manager.go:173] [419dfc80763cf96f] proxy added: [DTN57CC4444] 2025-12-06 12:08:18.238 [I] [client/control.go:168] [419dfc80763cf96f] [DTN57CC4444] start proxy success [2025-12-06,12:20:18.163] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,12:20:26.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-12-06,12:35:17.328] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,12:35:25.149] [DEBUG] 6 processes running of frp type [2025-12-06,12:50:17.919] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,12:50:25.800] [DEBUG] 6 processes running of frp type [2025-12-06,13:05:17.146] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,13:05:24.164] [DEBUG] 6 processes running of frp type [2025-12-06,13:20:17.460] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,13: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' [2025-12-06,13:35:17.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,13:35:24.722] [DEBUG] 6 processes running of frp type [2025-12-06,13:50:17.295] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,13:50:24.696] [DEBUG] 6 processes running of frp type [2025-12-06,14:05:17.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,14:05:24.226] [DEBUG] 6 processes running of frp type [2025-12-06,14:20:17.419] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,14:20:24.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' [2025-12-06,14:35:17.831] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,14:35:25.702] [DEBUG] 6 processes running of frp type [2025-12-06,14:50:17.410] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,14:50:24.252] [DEBUG] 6 processes running of frp type [2025-12-06,15:05:17.532] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,15:05:25.383] [DEBUG] 6 processes running of frp type [2025-12-06,15:20:17.761] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,15: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' [2025-12-06,15:35:18.111] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,15:35:25.065] [DEBUG] 6 processes running of frp type [2025-12-06,15:50:17.725] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,15:50:24.927] [DEBUG] 6 processes running of frp type [2025-12-06,16:05:17.617] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,16:05:24.705] [DEBUG] 6 processes running of frp type [2025-12-06,16:20:17.185] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,16: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' [2025-12-06,16:35:18.122] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,16:35:25.043] [DEBUG] 6 processes running of frp type [2025-12-06,16:50:17.454] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,16:50:25.808] [DEBUG] 6 processes running of frp type [2025-12-06,17:05:17.402] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,17:05:25.422] [DEBUG] 6 processes running of frp type [2025-12-06,17:20:17.767] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,17:20:24.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-06,17:35:18.234] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,17:35:31.667] [DEBUG] 6 processes running of frp type [2025-12-06,17:50:17.748] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,17:50:25.756] [DEBUG] 6 processes running of frp type [2025-12-06,18:05:17.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,18:05:25.823] [DEBUG] 6 processes running of frp type [2025-12-06,18:20:17.036] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,18:20:24.264] [DEBUG] 6 processes running of frp type [2025-12-06,18:25:41.898] [INFO] Initializing BusSpeedStateManager V2 [2025-12-06,18:25:41.904] [INFO] LocationSqlManager initialising [2025-12-06,18:25:41.905] [INFO] Location DB initialising [2025-12-06,18:25:41.916] [INFO] LocationSqlManager initialisation complete [2025-12-06,18:25:41.917] [DEBUG] UploadManager Init [2025-12-06,18:25:41.917] [DEBUG] UploadManager Init Complete [2025-12-06,18:25:41.920] [INFO] Initializing GPS... [2025-12-06,18:25:41.922] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:47.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,18:27:59.347] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:30.081] [DEBUG] Log Upload Complete! [2025-12-06,18:30:47.047] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,18:30:55.247] [DEBUG] Remote Access Enabled [2025-12-06,18:31:03.234] [INFO] Server Address: 138.201.17.179 [2025-12-06,18:31:03.236] [INFO] Server Port: 7000 [2025-12-06,18:31:03.245] [DEBUG] Starting Remote Access! 2025-12-06 18:31:03.454 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-06 18:31:03.455 [I] [client/service.go:294] try to connect to server... 2025-12-06 18:31:06.473 [I] [client/service.go:286] [dfbf51e517dce81f] login to server success, get run id [dfbf51e517dce81f] 2025-12-06 18:31:06.475 [I] [proxy/proxy_manager.go:173] [dfbf51e517dce81f] proxy added: [DTN57CC4444] 2025-12-06 18:31:08.974 [I] [client/control.go:168] [dfbf51e517dce81f] [DTN57CC4444] start proxy success [2025-12-06,18:35:18.879] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,18:35:25.877] [DEBUG] 6 processes running of frp type 2025-12-06 18:39:31.337 [I] [client/service.go:294] [dfbf51e517dce81f] try to connect to server... 2025-12-06 18:39:33.987 [I] [client/service.go:286] [dfbf51e517dce81f] login to server success, get run id [dfbf51e517dce81f] 2025-12-06 18:39:33.988 [I] [proxy/proxy_manager.go:173] [dfbf51e517dce81f] proxy added: [DTN57CC4444] 2025-12-06 18:39:34.706 [I] [client/control.go:168] [dfbf51e517dce81f] [DTN57CC4444] start proxy success [2025-12-06,18:50:17.440] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,18:50:32.057] [DEBUG] 6 processes running of frp type [2025-12-06,19:05:17.430] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,19:05:47.525] [DEBUG] 6 processes running of frp type [2025-12-06,19:20:17.811] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,19: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' [2025-12-06,19:35:18.453] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,19:35:30.444] [DEBUG] 6 processes running of frp type [2025-12-06,19:50:18.349] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,19:50:29.820] [DEBUG] 6 processes running of frp type [2025-12-06,20:05:17.014] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,20:05:25.447] [DEBUG] 6 processes running of frp type [2025-12-06,20:20:18.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,20:20:30.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' [2025-12-06,20:35:23.721] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,20:35:35.277] [DEBUG] 6 processes running of frp type [2025-12-06,20:50:17.618] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,20:50:24.598] [DEBUG] 6 processes running of frp type 2025-12-06 20:59:54.739 [I] [client/service.go:294] [dfbf51e517dce81f] try to connect to server... 2025-12-06 21:00:04.741 [W] [client/service.go:297] [dfbf51e517dce81f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-06 21:00:04.741 [I] [client/service.go:294] [dfbf51e517dce81f] try to connect to server... 2025-12-06 21:00:11.477 [I] [client/service.go:286] [dfbf51e517dce81f] login to server success, get run id [dfbf51e517dce81f] 2025-12-06 21:00:11.478 [I] [proxy/proxy_manager.go:173] [dfbf51e517dce81f] proxy added: [DTN57CC4444] 2025-12-06 21:00:11.887 [I] [client/control.go:168] [dfbf51e517dce81f] [DTN57CC4444] start proxy success [2025-12-06,21:05:18.161] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,21:05:26.319] [DEBUG] 6 processes running of frp type 2025-12-06 21:17:49.945 [I] [client/service.go:294] [dfbf51e517dce81f] try to connect to server... 2025-12-06 21:17:53.773 [I] [client/service.go:286] [dfbf51e517dce81f] login to server success, get run id [dfbf51e517dce81f] 2025-12-06 21:17:53.774 [I] [proxy/proxy_manager.go:173] [dfbf51e517dce81f] proxy added: [DTN57CC4444] 2025-12-06 21:17:56.972 [I] [client/control.go:168] [dfbf51e517dce81f] [DTN57CC4444] start proxy success [2025-12-06,21:20:22.609] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,21:20:38.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' [2025-12-06,21:35:18.338] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,21:35:25.345] [DEBUG] 6 processes running of frp type [2025-12-06,21:50:18.776] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,21:50:37.273] [DEBUG] 6 processes running of frp type [2025-12-06,22:05:17.814] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,22:05:24.662] [DEBUG] 6 processes running of frp type [2025-12-06,22:20:17.847] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,22:20:25.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-06,22:35:17.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,22:35:24.228] [DEBUG] 6 processes running of frp type [2025-12-06,22:50:17.689] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,22:50:30.405] [DEBUG] 6 processes running of frp type [2025-12-06,23:05:17.908] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,23:05:28.599] [DEBUG] 6 processes running of frp type [2025-12-06,23:20:17.918] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,23:20:26.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' [2025-12-06,23:35:23.025] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,23:35:31.775] [DEBUG] 6 processes running of frp type [2025-12-06,23:50:18.030] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-06,23:50:27.547] [DEBUG] 6 processes running of frp type [2025-12-07,00:05:17.897] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,00:05:27.481] [DEBUG] 6 processes running of frp type [2025-12-07,00:20:17.638] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,00: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' [2025-12-07,00:35:17.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,00:35:25.019] [DEBUG] 6 processes running of frp type [2025-12-07,00:50:17.271] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,00:50:24.106] [DEBUG] 6 processes running of frp type [2025-12-07,01:05:17.557] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,01:05:25.342] [DEBUG] 6 processes running of frp type [2025-12-07,01:20:17.793] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,01:20:24.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-12-07 01:34:55.101 [I] [client/service.go:294] [dfbf51e517dce81f] try to connect to server... 2025-12-07 01:35:05.103 [W] [client/service.go:297] [dfbf51e517dce81f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 01:35:05.104 [I] [client/service.go:294] [dfbf51e517dce81f] try to connect to server... 2025-12-07 01:35:15.105 [W] [client/service.go:297] [dfbf51e517dce81f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-07 01:35:15.105 [I] [client/service.go:294] [dfbf51e517dce81f] try to connect to server... [2025-12-07,01:35:17.028] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-07 01:35:19.539 [I] [client/service.go:286] [dfbf51e517dce81f] login to server success, get run id [dfbf51e517dce81f] 2025-12-07 01:35:19.541 [I] [proxy/proxy_manager.go:173] [dfbf51e517dce81f] proxy added: [DTN57CC4444] 2025-12-07 01:35:19.863 [I] [client/control.go:168] [dfbf51e517dce81f] [DTN57CC4444] start proxy success [2025-12-07,01:35:23.815] [DEBUG] 6 processes running of frp type [2025-12-07,01:50:18.006] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,01:50:24.960] [DEBUG] 6 processes running of frp type [2025-12-07,02:05:17.246] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,02:05:24.330] [DEBUG] 6 processes running of frp type 2025-12-07 02:08:24.977 [I] [client/service.go:294] [dfbf51e517dce81f] try to connect to server... 2025-12-07 02:08:28.619 [I] [client/service.go:286] [dfbf51e517dce81f] login to server success, get run id [dfbf51e517dce81f] 2025-12-07 02:08:28.620 [I] [proxy/proxy_manager.go:173] [dfbf51e517dce81f] proxy added: [DTN57CC4444] 2025-12-07 02:08:28.927 [I] [client/control.go:168] [dfbf51e517dce81f] [DTN57CC4444] start proxy success [2025-12-07,02:20:18.586] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,02: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-07,02:35:17.495] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,02:35:23.978] [DEBUG] 6 processes running of frp type [2025-12-07,02:50:17.305] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,02:50:23.958] [DEBUG] 6 processes running of frp type [2025-12-07,03:05:17.292] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,03:05:23.798] [DEBUG] 6 processes running of frp type [2025-12-07,03:20:17.110] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,03: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-07,03:35:17.901] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,03:35:24.383] [DEBUG] 6 processes running of frp type [2025-12-07,03:50:17.484] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,03:50:24.131] [DEBUG] 6 processes running of frp type [2025-12-07,04:05:17.516] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,04:05:24.071] [DEBUG] 6 processes running of frp type 2025-12-07 04:06:25.184 [I] [client/service.go:294] [dfbf51e517dce81f] try to connect to server... 2025-12-07 04:06:26.337 [W] [client/service.go:297] [dfbf51e517dce81f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 04:06:26.338 [I] [client/service.go:294] [dfbf51e517dce81f] try to connect to server... 2025-12-07 04:06:29.376 [W] [client/service.go:297] [dfbf51e517dce81f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 04:06:29.377 [I] [client/service.go:294] [dfbf51e517dce81f] try to connect to server... 2025-12-07 04:06:32.418 [W] [client/service.go:297] [dfbf51e517dce81f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 04:06:41.871 [I] [client/service.go:294] [dfbf51e517dce81f] try to connect to server... 2025-12-07 04:06:41.873 [W] [client/service.go:297] [dfbf51e517dce81f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 04:07:01.112 [I] [client/service.go:294] [dfbf51e517dce81f] try to connect to server... 2025-12-07 04:07:01.998 [I] [client/service.go:286] [dfbf51e517dce81f] login to server success, get run id [dfbf51e517dce81f] 2025-12-07 04:07:01.999 [I] [proxy/proxy_manager.go:173] [dfbf51e517dce81f] proxy added: [DTN57CC4444] 2025-12-07 04:07:02.295 [I] [client/control.go:168] [dfbf51e517dce81f] [DTN57CC4444] start proxy success [2025-12-07,04:20:17.323] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,04:20:23.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,04:35:17.364] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,04:35:24.197] [DEBUG] 6 processes running of frp type [2025-12-07,04:50:18.183] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,04:50:25.115] [DEBUG] 6 processes running of frp type [2025-12-07,05:05:17.852] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,05:05:24.461] [DEBUG] 6 processes running of frp type [2025-12-07,05:20:18.357] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,05: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-12-07,05:35:17.375] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,05:35:23.949] [DEBUG] 6 processes running of frp type [2025-12-07,05:50:17.933] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,05:50:24.479] [DEBUG] 6 processes running of frp type 2025-12-07 06:02:25.999 [I] [client/service.go:294] [dfbf51e517dce81f] try to connect to server... 2025-12-07 06:02:27.809 [I] [client/service.go:286] [dfbf51e517dce81f] login to server success, get run id [dfbf51e517dce81f] 2025-12-07 06:02:27.810 [I] [proxy/proxy_manager.go:173] [dfbf51e517dce81f] proxy added: [DTN57CC4444] 2025-12-07 06:02:28.082 [I] [client/control.go:168] [dfbf51e517dce81f] [DTN57CC4444] start proxy success [2025-12-07,06:05:18.220] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,06:05:24.791] [DEBUG] 6 processes running of frp type [2025-12-07,06:20:17.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,06:20:23.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-12-07,06:30:42.030] [INFO] Initializing BusSpeedStateManager V2 [2025-12-07,06:30:42.037] [INFO] LocationSqlManager initialising [2025-12-07,06:30:42.038] [INFO] Location DB initialising [2025-12-07,06:30:42.048] [INFO] LocationSqlManager initialisation complete [2025-12-07,06:30:42.048] [DEBUG] UploadManager Init [2025-12-07,06:30:42.049] [DEBUG] UploadManager Init Complete [2025-12-07,06:30:42.051] [INFO] Initializing GPS... [2025-12-07,06:30:42.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' [2025-12-07,06:32:44.474] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,06:32:50.894] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:14.830] [DEBUG] Log Upload Complete! [2025-12-07,06:35:49.477] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,06:35:56.119] [DEBUG] Remote Access Enabled [2025-12-07,06:36:02.333] [INFO] Server Address: 138.201.17.179 [2025-12-07,06:36:02.334] [INFO] Server Port: 7000 [2025-12-07,06:36:02.343] [DEBUG] Starting Remote Access! 2025-12-07 06:36:02.497 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-07 06:36:02.498 [I] [client/service.go:294] try to connect to server... 2025-12-07 06:36:03.487 [I] [client/service.go:286] [930e940022033db7] login to server success, get run id [930e940022033db7] 2025-12-07 06:36:03.487 [I] [proxy/proxy_manager.go:173] [930e940022033db7] proxy added: [DTN57CC4444] 2025-12-07 06:36:03.820 [I] [client/control.go:168] [930e940022033db7] [DTN57CC4444] start proxy success [2025-12-07,06:50:18.147] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,06:50:24.788] [DEBUG] 6 processes running of frp type [2025-12-07,07:05:17.168] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,07:05:23.731] [DEBUG] 6 processes running of frp type [2025-12-07,07:20:16.984] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,07: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' [2025-12-07,07:35:17.380] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,07:35:24.169] [DEBUG] 6 processes running of frp type [2025-12-07,07:50:17.982] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,07:50:24.782] [DEBUG] 6 processes running of frp type [2025-12-07,08:02:17.016] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,08:02:28.873] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:42.060] [DEBUG] Log Upload Complete! [2025-12-07,08:05:17.260] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,08:05:24.219] [DEBUG] 6 processes running of frp type [2025-12-07,08:20:17.500] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,08: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' [2025-12-07,08:35:18.307] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,08:35:25.180] [DEBUG] 6 processes running of frp type [2025-12-07,08:50:17.813] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,08:50:24.684] [DEBUG] 6 processes running of frp type [2025-12-07,09:05:18.215] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,09:05:25.038] [DEBUG] 6 processes running of frp type [2025-12-07,09:20:17.329] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,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' [2025-12-07,09:35:18.109] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,09:35:25.029] [DEBUG] 6 processes running of frp type [2025-12-07,09:50:17.869] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,09:50:24.808] [DEBUG] 6 processes running of frp type [2025-12-07,10:05:17.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,10:05:26.201] [DEBUG] 6 processes running of frp type [2025-12-07,10:20:18.976] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,10:20:25.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' [2025-12-07,10:35:18.029] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,10:35:24.955] [DEBUG] 6 processes running of frp type [2025-12-07,10:50:17.454] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,10:50:24.412] [DEBUG] 6 processes running of frp type [2025-12-07,11:05:17.980] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,11:05:25.943] [DEBUG] 6 processes running of frp type [2025-12-07,11:20:17.262] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,11: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' [2025-12-07,11:35:18.130] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,11:35:26.927] [DEBUG] 6 processes running of frp type [2025-12-07,11:50:18.161] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,11:50:25.074] [DEBUG] 6 processes running of frp type [2025-12-07,12:05:17.401] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,12:05:24.376] [DEBUG] 6 processes running of frp type 2025-12-07 12:06:49.044 [I] [client/service.go:294] [930e940022033db7] try to connect to server... 2025-12-07 12:06:49.048 [W] [client/service.go:297] [930e940022033db7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 12:06:51.184 [I] [client/service.go:294] [930e940022033db7] try to connect to server... 2025-12-07 12:06:51.188 [W] [client/service.go:297] [930e940022033db7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-07 12:06:55.736 [I] [client/service.go:294] [930e940022033db7] try to connect to server... 2025-12-07 12:06:56.841 [I] [client/service.go:286] [930e940022033db7] login to server success, get run id [930e940022033db7] 2025-12-07 12:06:56.843 [I] [proxy/proxy_manager.go:173] [930e940022033db7] proxy added: [DTN57CC4444] 2025-12-07 12:06:57.215 [I] [client/control.go:168] [930e940022033db7] [DTN57CC4444] start proxy success [2025-12-07,12:20:17.838] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,12: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' [2025-12-07,12:35:17.310] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,12:35:24.320] [DEBUG] 6 processes running of frp type [2025-12-07,12:50:18.357] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,12:50:26.669] [DEBUG] 6 processes running of frp type [2025-12-07,13:05:18.249] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,13:05:25.245] [DEBUG] 6 processes running of frp type [2025-12-07,13:20:17.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,13:20:26.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-07,13:35:17.851] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,13:35:24.738] [DEBUG] 6 processes running of frp type [2025-12-07,13:50:17.335] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,13:50:25.457] [DEBUG] 6 processes running of frp type [2025-12-07,14:05:17.905] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,14:05:24.887] [DEBUG] 6 processes running of frp type [2025-12-07,14:20:17.091] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,14:20:24.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-12-07,14:35:17.757] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,14:35:24.738] [DEBUG] 6 processes running of frp type [2025-12-07,14:50:17.334] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,14:50:24.354] [DEBUG] 6 processes running of frp type [2025-12-07,15:05:17.710] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,15:05:27.009] [DEBUG] 6 processes running of frp type [2025-12-07,15:20:17.284] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,15: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-07,15:35:17.539] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,15:35:24.494] [DEBUG] 6 processes running of frp type [2025-12-07,15:50:17.782] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,15:50:24.764] [DEBUG] 6 processes running of frp type [2025-12-07,16:05:17.454] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,16:05:24.412] [DEBUG] 6 processes running of frp type [2025-12-07,16:20:17.888] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,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' [2025-12-07,16:35:18.103] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,16:35:25.018] [DEBUG] 6 processes running of frp type [2025-12-07,16:50:18.435] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,16:50:25.136] [DEBUG] 6 processes running of frp type [2025-12-07,17:05:17.833] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,17:05:24.489] [DEBUG] 6 processes running of frp type [2025-12-07,17:20:18.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,17: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' [2025-12-07,17:35:17.465] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,17:35:24.126] [DEBUG] 6 processes running of frp type [2025-12-07,17:50:18.065] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,17:50:24.951] [DEBUG] 6 processes running of frp type [2025-12-07,18:05:17.333] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,18:05:24.073] [DEBUG] 6 processes running of frp type [2025-12-07,18:20:17.443] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,18:20:24.106] [DEBUG] 6 processes running of frp type [2025-12-07,18:25:42.080] [INFO] Initializing BusSpeedStateManager V2 [2025-12-07,18:25:42.087] [INFO] LocationSqlManager initialising [2025-12-07,18:25:42.088] [INFO] Location DB initialising [2025-12-07,18:25:42.098] [INFO] LocationSqlManager initialisation complete [2025-12-07,18:25:42.100] [DEBUG] UploadManager Init [2025-12-07,18:25:42.100] [DEBUG] UploadManager Init Complete [2025-12-07,18:25:42.105] [INFO] Initializing GPS... [2025-12-07,18:25:42.107] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:27:44.908] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,18:27:51.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( [2025-12-07,18:28:02.665] [DEBUG] Log Upload Complete! [2025-12-07,18:30:44.596] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,18:30:51.295] [DEBUG] Remote Access Enabled [2025-12-07,18:30:57.572] [INFO] Server Address: 138.201.17.179 [2025-12-07,18:30:57.573] [INFO] Server Port: 7000 [2025-12-07,18:30:57.578] [DEBUG] Starting Remote Access! 2025-12-07 18:30:57.714 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-07 18:30:57.715 [I] [client/service.go:294] try to connect to server... 2025-12-07 18:30:58.584 [I] [client/service.go:286] [8e403674b7532ba9] login to server success, get run id [8e403674b7532ba9] 2025-12-07 18:30:58.585 [I] [proxy/proxy_manager.go:173] [8e403674b7532ba9] proxy added: [DTN57CC4444] 2025-12-07 18:30:58.875 [I] [client/control.go:168] [8e403674b7532ba9] [DTN57CC4444] start proxy success [2025-12-07,18:35:17.352] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,18:35:23.943] [DEBUG] 6 processes running of frp type [2025-12-07,18:50:17.749] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,18:50:24.502] [DEBUG] 6 processes running of frp type [2025-12-07,19:05:18.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,19:05:24.822] [DEBUG] 6 processes running of frp type [2025-12-07,19:20:17.091] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,19: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' [2025-12-07,19:35:17.539] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,19:35:24.184] [DEBUG] 6 processes running of frp type [2025-12-07,19:50:18.264] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,19:50:24.928] [DEBUG] 6 processes running of frp type [2025-12-07,20:05:17.162] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,20:05:23.829] [DEBUG] 6 processes running of frp type 2025-12-07 20:07:01.958 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-07 20:07:02.773 [I] [client/service.go:286] [8e403674b7532ba9] login to server success, get run id [8e403674b7532ba9] 2025-12-07 20:07:02.774 [I] [proxy/proxy_manager.go:173] [8e403674b7532ba9] proxy added: [DTN57CC4444] 2025-12-07 20:07:03.046 [I] [client/control.go:168] [8e403674b7532ba9] [DTN57CC4444] start proxy success [2025-12-07,20:20:17.102] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,20:20:23.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-07,20:35:17.244] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,20:35:23.902] [DEBUG] 6 processes running of frp type [2025-12-07,20:50:17.800] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,20:50:24.339] [DEBUG] 6 processes running of frp type [2025-12-07,21:05:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,21:05:24.457] [DEBUG] 6 processes running of frp type 2025-12-07 21:08:58.940 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-07 21:08:59.851 [I] [client/service.go:286] [8e403674b7532ba9] login to server success, get run id [8e403674b7532ba9] 2025-12-07 21:08:59.852 [I] [proxy/proxy_manager.go:173] [8e403674b7532ba9] proxy added: [DTN57CC4444] 2025-12-07 21:09:00.139 [I] [client/control.go:168] [8e403674b7532ba9] [DTN57CC4444] start proxy success [2025-12-07,21:20:17.672] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,21: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' [2025-12-07,21:35:17.459] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,21:35:24.253] [DEBUG] 6 processes running of frp type [2025-12-07,21:50:17.433] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,21:50:24.109] [DEBUG] 6 processes running of frp type [2025-12-07,22:05:17.660] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,22:05:24.215] [DEBUG] 6 processes running of frp type 2025-12-07 22:12:38.061 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-07 22:12:39.087 [I] [client/service.go:286] [8e403674b7532ba9] login to server success, get run id [8e403674b7532ba9] 2025-12-07 22:12:39.089 [I] [proxy/proxy_manager.go:173] [8e403674b7532ba9] proxy added: [DTN57CC4444] 2025-12-07 22:12:39.415 [I] [client/control.go:168] [8e403674b7532ba9] [DTN57CC4444] start proxy success [2025-12-07,22:20:17.608] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,22: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-12-07,22:35:17.786] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,22:35:24.244] [DEBUG] 6 processes running of frp type [2025-12-07,22:50:17.952] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,22:50:24.541] [DEBUG] 6 processes running of frp type [2025-12-07,23:05:17.790] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,23:05:29.262] [DEBUG] 6 processes running of frp type [2025-12-07,23:20:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,23:20:24.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' [2025-12-07,23:35:17.556] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,23:35:24.093] [DEBUG] 6 processes running of frp type [2025-12-07,23:50:17.157] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-07,23:50:23.909] [DEBUG] 6 processes running of frp type [2025-12-08,00:05:17.201] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,00:05:23.701] [DEBUG] 6 processes running of frp type [2025-12-08,00:20:17.895] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,00: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' [2025-12-08,00:35:17.775] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,00:35:24.360] [DEBUG] 6 processes running of frp type [2025-12-08,00:50:17.378] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,00:50:23.870] [DEBUG] 6 processes running of frp type [2025-12-08,01:05:17.171] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,01:05:23.734] [DEBUG] 6 processes running of frp type [2025-12-08,01:20:17.979] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,01: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' [2025-12-08,01:35:17.892] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,01:35:24.693] [DEBUG] 6 processes running of frp type [2025-12-08,01:50:17.901] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,01:50:24.350] [DEBUG] 6 processes running of frp type [2025-12-08,02:05:17.523] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,02:05:24.093] [DEBUG] 6 processes running of frp type [2025-12-08,02:20:17.355] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,02:20:23.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-12-08 02:33:54.981 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 02:34:04.983 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 02:34:04.984 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 02:34:14.985 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 02:34:14.987 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 02:34:24.988 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-08 02:34:24.989 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 02:34:29.781 [I] [client/service.go:286] [8e403674b7532ba9] login to server success, get run id [8e403674b7532ba9] 2025-12-08 02:34:29.782 [I] [proxy/proxy_manager.go:173] [8e403674b7532ba9] proxy added: [DTN57CC4444] 2025-12-08 02:34:30.132 [I] [client/control.go:168] [8e403674b7532ba9] [DTN57CC4444] start proxy success [2025-12-08,02:35:17.798] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,02:35:27.277] [DEBUG] 6 processes running of frp type [2025-12-08,02:50:18.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,02:50:25.154] [DEBUG] 6 processes running of frp type [2025-12-08,03:05:17.341] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,03:05:23.907] [DEBUG] 6 processes running of frp type [2025-12-08,03:20:17.284] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,03:20:23.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-12-08,03:35:17.215] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,03:35:24.104] [DEBUG] 6 processes running of frp type [2025-12-08,03:50:17.187] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,03:50:24.126] [DEBUG] 6 processes running of frp type [2025-12-08,04:05:17.320] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,04:05:23.890] [DEBUG] 6 processes running of frp type 2025-12-08 04:06:45.728 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:06:45.732 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:06:47.782 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:06:47.789 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:06:52.080 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:06:52.082 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:07:01.028 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:07:01.032 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:07:20.680 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:07:20.687 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:07:40.689 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:07:40.693 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:08:00.694 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:08:00.697 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:08:20.699 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:08:20.703 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:08:40.704 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:08:40.707 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:09:00.709 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:09:00.712 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:09:20.713 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:09:20.717 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:09:40.719 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:09:40.773 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:10:00.774 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:10:00.777 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:10:20.778 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:10:20.781 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:10:40.782 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:10:40.785 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:11:00.786 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:11:00.792 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:11:20.793 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:11:20.797 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:11:40.797 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:11:40.801 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:12:00.802 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:12:00.805 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:12:20.806 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:12:20.935 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:12:40.936 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:12:40.939 [W] [client/service.go:297] [8e403674b7532ba9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-08 04:13:00.940 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:13:01.896 [I] [client/service.go:286] [8e403674b7532ba9] login to server success, get run id [8e403674b7532ba9] 2025-12-08 04:13:01.898 [I] [proxy/proxy_manager.go:173] [8e403674b7532ba9] proxy added: [DTN57CC4444] 2025-12-08 04:13:02.290 [I] [client/control.go:168] [8e403674b7532ba9] [DTN57CC4444] start proxy success [2025-12-08,04:20:17.084] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,04: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-08,04:35:17.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,04:35:23.985] [DEBUG] 6 processes running of frp type [2025-12-08,04:50:18.067] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,04:50:24.815] [DEBUG] 6 processes running of frp type 2025-12-08 04:57:43.941 [I] [client/service.go:294] [8e403674b7532ba9] try to connect to server... 2025-12-08 04:57:45.084 [I] [client/service.go:286] [8e403674b7532ba9] login to server success, get run id [8e403674b7532ba9] 2025-12-08 04:57:45.086 [I] [proxy/proxy_manager.go:173] [8e403674b7532ba9] proxy added: [DTN57CC4444] 2025-12-08 04:57:45.425 [I] [client/control.go:168] [8e403674b7532ba9] [DTN57CC4444] start proxy success [2025-12-08,05:05:17.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,05:05:23.688] [DEBUG] 6 processes running of frp type [2025-12-08,05:20:17.938] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,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' [2025-12-08,05:35:17.622] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,05:35:24.410] [DEBUG] 6 processes running of frp type [2025-12-08,05:50:17.022] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,05:50:24.642] [DEBUG] 6 processes running of frp type [2025-12-08,06:05:18.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,06:05:25.102] [DEBUG] 6 processes running of frp type [2025-12-08,06:20:17.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,06: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' [2025-12-08,06:30:41.949] [INFO] Initializing BusSpeedStateManager V2 [2025-12-08,06:30:41.953] [INFO] LocationSqlManager initialising [2025-12-08,06:30:41.954] [INFO] Location DB initialising [2025-12-08,06:30:41.963] [INFO] LocationSqlManager initialisation complete [2025-12-08,06:30:41.964] [DEBUG] UploadManager Init [2025-12-08,06:30:41.964] [DEBUG] UploadManager Init Complete [2025-12-08,06:30:41.967] [INFO] Initializing GPS... [2025-12-08,06:30:41.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' [2025-12-08,06:32:48.203] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,06:32:54.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-08,06:33:07.400] [DEBUG] Log Upload Complete! [2025-12-08,06:35:45.291] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,06:35:45.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')) [2025-12-08,06:35:51.928] [DEBUG] Remote Access Enabled [2025-12-08,06:35:59.411] [INFO] Server Address: 138.201.17.179 [2025-12-08,06:35:59.412] [INFO] Server Port: 7000 [2025-12-08,06:35:59.417] [DEBUG] Starting Remote Access! 2025-12-08 06:35:59.553 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-08 06:35:59.554 [I] [client/service.go:294] try to connect to server... 2025-12-08 06:36:00.480 [I] [client/service.go:286] [dc747a93bd3f9d34] login to server success, get run id [dc747a93bd3f9d34] 2025-12-08 06:36:00.481 [I] [proxy/proxy_manager.go:173] [dc747a93bd3f9d34] proxy added: [DTN57CC4444] 2025-12-08 06:36:00.802 [I] [client/control.go:168] [dc747a93bd3f9d34] [DTN57CC4444] start proxy success [2025-12-08,06:50:16.979] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,06:50:23.572] [DEBUG] 6 processes running of frp type [2025-12-08,07:05:17.946] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,07:05:24.495] [DEBUG] 6 processes running of frp type [2025-12-08,07:20:17.864] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,07: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-08,07:35:16.972] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,07:35:23.551] [DEBUG] 6 processes running of frp type [2025-12-08,07:50:18.220] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,07:50:24.853] [DEBUG] 6 processes running of frp type [2025-12-08,08:02:17.196] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,08:02:23.710] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:36.861] [DEBUG] Log Upload Complete! [2025-12-08,08:05:17.254] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,08:05:23.879] [DEBUG] 6 processes running of frp type [2025-12-08,08:20:17.133] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,08: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' [2025-12-08,08:35:17.222] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,08:35:24.112] [DEBUG] 6 processes running of frp type [2025-12-08,08:50:17.599] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,08:50:24.298] [DEBUG] 6 processes running of frp type [2025-12-08,09:05:17.746] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,09:05:24.300] [DEBUG] 6 processes running of frp type [2025-12-08,09:20:17.673] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,09: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' [2025-12-08,09:35:17.669] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,09:35:24.257] [DEBUG] 6 processes running of frp type [2025-12-08,09:50:17.486] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,09:50:24.009] [DEBUG] 6 processes running of frp type [2025-12-08,10:05:17.467] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,10:05:24.080] [DEBUG] 6 processes running of frp type [2025-12-08,10:20:17.652] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,10: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,10:35:18.118] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,10:35:24.688] [DEBUG] 6 processes running of frp type [2025-12-08,10:50:17.249] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,10:50:23.895] [DEBUG] 6 processes running of frp type [2025-12-08,11:05:17.582] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,11:05:24.131] [DEBUG] 6 processes running of frp type [2025-12-08,11:20:17.441] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,11: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' [2025-12-08,11:35:17.310] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,11:35:23.833] [DEBUG] 6 processes running of frp type [2025-12-08,11:50:17.311] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,11:50:23.942] [DEBUG] 6 processes running of frp type [2025-12-08,12:05:17.666] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,12:05:24.241] [DEBUG] 6 processes running of frp type [2025-12-08,12:20:17.495] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,12: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' [2025-12-08,12:35:17.958] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,12:35:24.661] [DEBUG] 6 processes running of frp type [2025-12-08,12:50:17.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,12:50:24.255] [DEBUG] 6 processes running of frp type [2025-12-08,13:05:17.641] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,13:05:24.252] [DEBUG] 6 processes running of frp type [2025-12-08,13:20:17.710] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,13: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-08,13:35:17.694] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,13:35:24.285] [DEBUG] 6 processes running of frp type [2025-12-08,13:50:17.730] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,13:50:24.360] [DEBUG] 6 processes running of frp type [2025-12-08,14:05:18.115] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,14:05:24.625] [DEBUG] 6 processes running of frp type [2025-12-08,14:20:18.156] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,14:20:24.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' [2025-12-08,14:35:18.013] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,14:35:24.615] [DEBUG] 6 processes running of frp type [2025-12-08,14:50:17.491] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,14:50:24.094] [DEBUG] 6 processes running of frp type [2025-12-08,15:05:17.399] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,15:05:24.026] [DEBUG] 6 processes running of frp type [2025-12-08,15:20:17.506] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,15: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-08,15:35:17.954] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,15:35:24.619] [DEBUG] 6 processes running of frp type [2025-12-08,15:50:17.534] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,15:50:24.147] [DEBUG] 6 processes running of frp type [2025-12-08,16:05:17.433] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,16:05:24.102] [DEBUG] 6 processes running of frp type [2025-12-08,16:20:17.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,16: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-12-08,16:35:17.558] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,16:35:24.186] [DEBUG] 6 processes running of frp type [2025-12-08,16:50:18.118] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,16:50:24.784] [DEBUG] 6 processes running of frp type [2025-12-08,17:05:17.314] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,17:05:23.957] [DEBUG] 6 processes running of frp type [2025-12-08,17:20:17.365] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,17: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' [2025-12-08,17:35:18.425] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,17:35:24.976] [DEBUG] 6 processes running of frp type [2025-12-08,17:50:17.669] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,17:50:24.312] [DEBUG] 6 processes running of frp type [2025-12-08,18:05:18.035] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,18:05:24.630] [DEBUG] 6 processes running of frp type [2025-12-08,18:20:17.936] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,18:20:24.498] [DEBUG] 6 processes running of frp type [2025-12-08,18:25:42.295] [INFO] Initializing BusSpeedStateManager V2 [2025-12-08,18:25:42.302] [INFO] LocationSqlManager initialising [2025-12-08,18:25:42.303] [INFO] Location DB initialising [2025-12-08,18:25:42.315] [INFO] LocationSqlManager initialisation complete [2025-12-08,18:25:42.316] [DEBUG] UploadManager Init [2025-12-08,18:25:42.316] [DEBUG] UploadManager Init Complete [2025-12-08,18:25:42.321] [INFO] Initializing GPS... [2025-12-08,18:25:42.324] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45.080] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,18:27:51.594] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:04.201] [DEBUG] Log Upload Complete! [2025-12-08,18:30:45.053] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,18:30:51.747] [DEBUG] Remote Access Enabled [2025-12-08,18:30:58.003] [INFO] Server Address: 138.201.17.179 [2025-12-08,18:30:58.004] [INFO] Server Port: 7000 [2025-12-08,18:30:58.009] [DEBUG] Starting Remote Access! 2025-12-08 18:30:58.144 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-08 18:30:58.144 [I] [client/service.go:294] try to connect to server... 2025-12-08 18:30:59.091 [I] [client/service.go:286] [614ab1268c30a9a6] login to server success, get run id [614ab1268c30a9a6] 2025-12-08 18:30:59.092 [I] [proxy/proxy_manager.go:173] [614ab1268c30a9a6] proxy added: [DTN57CC4444] 2025-12-08 18:30:59.425 [I] [client/control.go:168] [614ab1268c30a9a6] [DTN57CC4444] start proxy success [2025-12-08,18:35:17.529] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,18:35:24.305] [DEBUG] 6 processes running of frp type [2025-12-08,18:50:17.782] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,18:50:24.393] [DEBUG] 6 processes running of frp type [2025-12-08,19:05:18.045] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,19:05:24.536] [DEBUG] 6 processes running of frp type [2025-12-08,19:20:17.916] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,19:20:24.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-08,19:35:17.478] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,19:35:24.070] [DEBUG] 6 processes running of frp type [2025-12-08,19:50:17.390] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,19:50:23.980] [DEBUG] 6 processes running of frp type [2025-12-08,20:05:17.461] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,20:05:24.348] [DEBUG] 6 processes running of frp type [2025-12-08,20:20:17.822] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,20:20:25.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' [2025-12-08,20:35:16.937] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,20:35:25.477] [DEBUG] 6 processes running of frp type [2025-12-08,20:50:18.118] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,20:50:26.551] [DEBUG] 6 processes running of frp type [2025-12-08,21:05:25.083] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,21:05:33.463] [DEBUG] 6 processes running of frp type [2025-12-08,21:20:19.137] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,21:20:26.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' [2025-12-08,21:35:17.586] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,21:35:24.495] [DEBUG] 6 processes running of frp type [2025-12-08,21:50:17.905] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,21:50:25.161] [DEBUG] 6 processes running of frp type [2025-12-08,22:05:17.601] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,22:05:26.666] [DEBUG] 6 processes running of frp type [2025-12-08,22:20:18.358] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,22: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-08,22:35:17.479] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,22:35:31.346] [DEBUG] 6 processes running of frp type [2025-12-08,22:50:17.696] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,22:50:24.363] [DEBUG] 6 processes running of frp type 2025-12-08 22:58:18.944 [I] [client/service.go:294] [614ab1268c30a9a6] try to connect to server... 2025-12-08 22:58:21.915 [I] [client/service.go:286] [614ab1268c30a9a6] login to server success, get run id [614ab1268c30a9a6] 2025-12-08 22:58:21.915 [I] [proxy/proxy_manager.go:173] [614ab1268c30a9a6] proxy added: [DTN57CC4444] 2025-12-08 22:58:22.239 [I] [client/control.go:168] [614ab1268c30a9a6] [DTN57CC4444] start proxy success [2025-12-08,23:05:17.781] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,23:05:26.017] [DEBUG] 6 processes running of frp type [2025-12-08,23:20:17.270] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,23: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' [2025-12-08,23:35:17.490] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,23:35:24.151] [DEBUG] 6 processes running of frp type [2025-12-08,23:50:17.562] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-08,23:50:24.188] [DEBUG] 6 processes running of frp type [2025-12-09,00:05:17.452] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,00:05:24.027] [DEBUG] 6 processes running of frp type [2025-12-09,00:20:17.361] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,00:20:27.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-12-09,00:35:17.750] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,00:35:26.920] [DEBUG] 6 processes running of frp type [2025-12-09,00:50:17.979] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,00:50:24.592] [DEBUG] 6 processes running of frp type [2025-12-09,01:05:17.965] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,01:05:24.553] [DEBUG] 6 processes running of frp type 2025-12-09 01:16:58.783 [I] [client/service.go:294] [614ab1268c30a9a6] try to connect to server... 2025-12-09 01:16:58.786 [W] [client/service.go:297] [614ab1268c30a9a6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 01:17:00.797 [I] [client/service.go:294] [614ab1268c30a9a6] try to connect to server... 2025-12-09 01:17:00.800 [W] [client/service.go:297] [614ab1268c30a9a6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 01:17:05.114 [I] [client/service.go:294] [614ab1268c30a9a6] try to connect to server... 2025-12-09 01:17:06.060 [I] [client/service.go:286] [614ab1268c30a9a6] login to server success, get run id [614ab1268c30a9a6] 2025-12-09 01:17:06.061 [I] [proxy/proxy_manager.go:173] [614ab1268c30a9a6] proxy added: [DTN57CC4444] 2025-12-09 01:17:06.371 [I] [client/control.go:168] [614ab1268c30a9a6] [DTN57CC4444] start proxy success [2025-12-09,01:20:17.702] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,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' 2025-12-09 01:34:26.499 [I] [client/service.go:294] [614ab1268c30a9a6] try to connect to server... 2025-12-09 01:34:36.500 [W] [client/service.go:297] [614ab1268c30a9a6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 01:34:36.501 [I] [client/service.go:294] [614ab1268c30a9a6] try to connect to server... 2025-12-09 01:34:46.502 [W] [client/service.go:297] [614ab1268c30a9a6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 01:34:46.502 [I] [client/service.go:294] [614ab1268c30a9a6] try to connect to server... 2025-12-09 01:34:56.504 [W] [client/service.go:297] [614ab1268c30a9a6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 01:34:56.504 [I] [client/service.go:294] [614ab1268c30a9a6] try to connect to server... 2025-12-09 01:35:06.505 [W] [client/service.go:297] [614ab1268c30a9a6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 01:35:06.506 [I] [client/service.go:294] [614ab1268c30a9a6] try to connect to server... 2025-12-09 01:35:16.508 [W] [client/service.go:297] [614ab1268c30a9a6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 01:35:36.508 [I] [client/service.go:294] [614ab1268c30a9a6] try to connect to server... 2025-12-09 01:35:46.510 [W] [client/service.go:297] [614ab1268c30a9a6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 01:36:06.512 [I] [client/service.go:294] [614ab1268c30a9a6] try to connect to server... 2025-12-09 01:36:16.514 [W] [client/service.go:297] [614ab1268c30a9a6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-09 01:36:36.516 [I] [client/service.go:294] [614ab1268c30a9a6] try to connect to server... 2025-12-09 01:36:38.705 [I] [client/service.go:286] [614ab1268c30a9a6] login to server success, get run id [614ab1268c30a9a6] 2025-12-09 01:36:38.707 [I] [proxy/proxy_manager.go:173] [614ab1268c30a9a6] proxy added: [DTN57CC4444] 2025-12-09 01:36:39.147 [I] [client/control.go:168] [614ab1268c30a9a6] [DTN57CC4444] start proxy success [2025-12-09,01:50:17.998] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,01:50:24.522] [DEBUG] 6 processes running of frp type [2025-12-09,02:05:17.701] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,02:05:24.280] [DEBUG] 6 processes running of frp type [2025-12-09,02:20:17.472] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,02: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-09,02:35:18.667] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,02:35:25.154] [DEBUG] 6 processes running of frp type [2025-12-09,02:50:17.516] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,02:50:24.018] [DEBUG] 6 processes running of frp type [2025-12-09,03:05:17.202] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,03:05:23.712] [DEBUG] 6 processes running of frp type [2025-12-09,03:20:18.000] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,03: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-09,03:35:17.911] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,03:35:24.429] [DEBUG] 6 processes running of frp type 2025-12-09 03:47:17.246 [I] [client/service.go:294] [614ab1268c30a9a6] try to connect to server... 2025-12-09 03:47:21.984 [I] [client/service.go:286] [614ab1268c30a9a6] login to server success, get run id [614ab1268c30a9a6] 2025-12-09 03:47:21.984 [I] [proxy/proxy_manager.go:173] [614ab1268c30a9a6] proxy added: [DTN57CC4444] 2025-12-09 03:47:22.957 [I] [client/control.go:168] [614ab1268c30a9a6] [DTN57CC4444] start proxy success [2025-12-09,03:50:17.559] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,03:50:24.109] [DEBUG] 6 processes running of frp type [2025-12-09,04:05:17.515] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,04:05:24.047] [DEBUG] 6 processes running of frp type 2025-12-09 04:06:43.078 [I] [client/service.go:294] [614ab1268c30a9a6] try to connect to server... 2025-12-09 04:06:43.082 [W] [client/service.go:297] [614ab1268c30a9a6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-09 04:06:45.140 [I] [client/service.go:294] [614ab1268c30a9a6] try to connect to server... 2025-12-09 04:06:46.041 [I] [client/service.go:286] [614ab1268c30a9a6] login to server success, get run id [614ab1268c30a9a6] 2025-12-09 04:06:46.042 [I] [proxy/proxy_manager.go:173] [614ab1268c30a9a6] proxy added: [DTN57CC4444] 2025-12-09 04:06:46.352 [I] [client/control.go:168] [614ab1268c30a9a6] [DTN57CC4444] start proxy success [2025-12-09,04:20:17.243] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,04: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-09,04:35:17.087] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,04:35:23.690] [DEBUG] 6 processes running of frp type [2025-12-09,04:50:17.567] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,04:50:24.333] [DEBUG] 6 processes running of frp type [2025-12-09,05:05:17.702] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,05:05:24.217] [DEBUG] 6 processes running of frp type [2025-12-09,05:20:17.414] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,05: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-09,05:35:18.233] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,05:35:24.881] [DEBUG] 6 processes running of frp type [2025-12-09,05:50:17.501] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,05:50:24.249] [DEBUG] 6 processes running of frp type [2025-12-09,06:05:17.878] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,06:05:24.561] [DEBUG] 6 processes running of frp type [2025-12-09,06:20:17.774] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,06: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-09,06:30:41.427] [INFO] Initializing BusSpeedStateManager V2 [2025-12-09,06:30:41.431] [INFO] LocationSqlManager initialising [2025-12-09,06:30:41.432] [INFO] Location DB initialising [2025-12-09,06:30:41.441] [INFO] LocationSqlManager initialisation complete [2025-12-09,06:30:41.442] [DEBUG] UploadManager Init [2025-12-09,06:30:41.442] [DEBUG] UploadManager Init Complete [2025-12-09,06:30:41.445] [INFO] Initializing GPS... [2025-12-09,06:30:41.447] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.598] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,06:32:51.123] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:00.712] [DEBUG] Log Upload Complete! [2025-12-09,06:35:44.771] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,06:35:51.843] [DEBUG] Remote Access Enabled [2025-12-09,06:35:58.509] [INFO] Server Address: 138.201.17.179 [2025-12-09,06:35:58.510] [INFO] Server Port: 7000 [2025-12-09,06:35:58.515] [DEBUG] Starting Remote Access! 2025-12-09 06:35:58.645 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-09 06:35:58.646 [I] [client/service.go:294] try to connect to server... 2025-12-09 06:35:59.843 [I] [client/service.go:286] [c818d1755d49e3a1] login to server success, get run id [c818d1755d49e3a1] 2025-12-09 06:35:59.845 [I] [proxy/proxy_manager.go:173] [c818d1755d49e3a1] proxy added: [DTN57CC4444] 2025-12-09 06:36:00.432 [I] [client/control.go:168] [c818d1755d49e3a1] [DTN57CC4444] start proxy success [2025-12-09,06:50:17.386] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,06:50:24.643] [DEBUG] 6 processes running of frp type [2025-12-09,07:05:17.866] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,07:05:24.440] [DEBUG] 6 processes running of frp type [2025-12-09,07:20:17.741] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,07: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' [2025-12-09,07:35:17.357] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,07:35:23.993] [DEBUG] 6 processes running of frp type [2025-12-09,07:50:17.605] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,07:50:24.204] [DEBUG] 6 processes running of frp type [2025-12-09,08:02:17.448] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,08:02:24.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( [2025-12-09,08:02:37.459] [DEBUG] Log Upload Complete! [2025-12-09,08:05:17.596] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,08:05:24.491] [DEBUG] 6 processes running of frp type [2025-12-09,08:20:17.744] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,08: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-12-09,08:35:16.984] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,08:35:23.591] [DEBUG] 6 processes running of frp type [2025-12-09,08:50:17.200] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,08:50:23.813] [DEBUG] 6 processes running of frp type [2025-12-09,09:05:17.093] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,09:05:23.723] [DEBUG] 6 processes running of frp type [2025-12-09,09:20:17.360] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,09: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' [2025-12-09,09:35:17.901] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,09:35:24.466] [DEBUG] 6 processes running of frp type [2025-12-09,09:50:17.473] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,09:50:24.059] [DEBUG] 6 processes running of frp type [2025-12-09,10:05:17.452] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,10:05:24.132] [DEBUG] 6 processes running of frp type [2025-12-09,10:20:17.462] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,10:20:24.306] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:34:45.873 [I] [client/service.go:294] [c818d1755d49e3a1] try to connect to server... 2025-12-09 10:34:56.221 [I] [client/service.go:286] [c818d1755d49e3a1] login to server success, get run id [c818d1755d49e3a1] 2025-12-09 10:34:56.222 [I] [proxy/proxy_manager.go:173] [c818d1755d49e3a1] proxy added: [DTN57CC4444] 2025-12-09 10:34:56.582 [I] [client/control.go:168] [c818d1755d49e3a1] [DTN57CC4444] start proxy success [2025-12-09,10:35:18.028] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,10:35:24.626] [DEBUG] 6 processes running of frp type [2025-12-09,10:50:18.252] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,10:50:24.915] [DEBUG] 6 processes running of frp type [2025-12-09,11:05:17.306] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,11:05:23.934] [DEBUG] 6 processes running of frp type [2025-12-09,11:20:17.166] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,11: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' [2025-12-09,11:35:17.662] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,11:35:24.259] [DEBUG] 6 processes running of frp type [2025-12-09,11:50:18.098] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,11:50:24.749] [DEBUG] 6 processes running of frp type [2025-12-09,12:05:17.068] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,12:05:23.669] [DEBUG] 6 processes running of frp type 2025-12-09 12:06:53.979 [I] [client/service.go:294] [c818d1755d49e3a1] try to connect to server... 2025-12-09 12:06:54.910 [I] [client/service.go:286] [c818d1755d49e3a1] login to server success, get run id [c818d1755d49e3a1] 2025-12-09 12:06:54.912 [I] [proxy/proxy_manager.go:173] [c818d1755d49e3a1] proxy added: [DTN57CC4444] 2025-12-09 12:06:55.229 [I] [client/control.go:168] [c818d1755d49e3a1] [DTN57CC4444] start proxy success [2025-12-09,12:20:17.957] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,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-09,12:35:17.103] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,12:35:23.692] [DEBUG] 6 processes running of frp type [2025-12-09,12:50:17.304] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,12:50:23.875] [DEBUG] 6 processes running of frp type [2025-12-09,13:05:17.102] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,13:05:23.695] [DEBUG] 6 processes running of frp type [2025-12-09,13:20:17.998] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,13: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-12-09,13:35:17.222] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,13:35:23.808] [DEBUG] 6 processes running of frp type [2025-12-09,13:50:17.103] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,13:50:23.708] [DEBUG] 6 processes running of frp type [2025-12-09,14:05:18.338] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,14:05:25.007] [DEBUG] 6 processes running of frp type [2025-12-09,14:20:17.320] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,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' [2025-12-09,14:35:17.470] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,14:35:23.957] [DEBUG] 6 processes running of frp type [2025-12-09,14:50:17.366] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,14:50:23.961] [DEBUG] 6 processes running of frp type [2025-12-09,15:05:17.341] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,15:05:23.883] [DEBUG] 6 processes running of frp type [2025-12-09,15:20:17.244] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,15: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' [2025-12-09,15:35:18.131] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,15:35:24.785] [DEBUG] 6 processes running of frp type [2025-12-09,15:50:17.183] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,15:50:23.708] [DEBUG] 6 processes running of frp type [2025-12-09,16:05:17.167] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,16:05:23.810] [DEBUG] 6 processes running of frp type [2025-12-09,16:20:17.109] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,16: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' [2025-12-09,16:35:17.521] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,16:35:24.148] [DEBUG] 6 processes running of frp type [2025-12-09,16:50:17.843] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,16:50:24.434] [DEBUG] 6 processes running of frp type [2025-12-09,17:05:17.720] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,17:05:24.271] [DEBUG] 6 processes running of frp type [2025-12-09,17:20:17.599] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,17: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-09,17:35:17.865] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,17:35:24.599] [DEBUG] 6 processes running of frp type [2025-12-09,17:50:18.161] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,17:50:24.770] [DEBUG] 6 processes running of frp type [2025-12-09,18:05:17.096] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,18:05:28.669] [DEBUG] 6 processes running of frp type [2025-12-09,18:20:18.158] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,18:20:24.697] [DEBUG] 6 processes running of frp type [2025-12-09,18:25:41.209] [INFO] Initializing BusSpeedStateManager V2 [2025-12-09,18:25:41.214] [INFO] LocationSqlManager initialising [2025-12-09,18:25:41.215] [INFO] Location DB initialising [2025-12-09,18:25:41.225] [INFO] LocationSqlManager initialisation complete [2025-12-09,18:25:41.226] [DEBUG] UploadManager Init [2025-12-09,18:25:41.226] [DEBUG] UploadManager Init Complete [2025-12-09,18:25:41.229] [INFO] Initializing GPS... [2025-12-09,18:25:41.232] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.549] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,18:27:56.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( [2025-12-09,18:28:06.410] [DEBUG] Log Upload Complete! [2025-12-09,18:30:44.655] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,18:30:51.292] [DEBUG] Remote Access Enabled [2025-12-09,18:30:57.573] [INFO] Server Address: 138.201.17.179 [2025-12-09,18:30:57.574] [INFO] Server Port: 7000 [2025-12-09,18:30:57.579] [DEBUG] Starting Remote Access! 2025-12-09 18:30:57.718 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-09 18:30:57.718 [I] [client/service.go:294] try to connect to server... 2025-12-09 18:30:58.634 [I] [client/service.go:286] [8dd342ba0efcf479] login to server success, get run id [8dd342ba0efcf479] 2025-12-09 18:30:58.635 [I] [proxy/proxy_manager.go:173] [8dd342ba0efcf479] proxy added: [DTN57CC4444] 2025-12-09 18:30:58.938 [I] [client/control.go:168] [8dd342ba0efcf479] [DTN57CC4444] start proxy success [2025-12-09,18:35:17.988] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,18:35:24.522] [DEBUG] 6 processes running of frp type [2025-12-09,18:50:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,18:50:24.379] [DEBUG] 6 processes running of frp type [2025-12-09,19:05:18.084] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,19:05:24.639] [DEBUG] 6 processes running of frp type [2025-12-09,19:20:18.245] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,19: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-09,19:35:18.054] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,19:35:24.750] [DEBUG] 6 processes running of frp type [2025-12-09,19:50:17.851] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,19:50:24.734] [DEBUG] 6 processes running of frp type [2025-12-09,20:05:17.326] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,20:05:25.221] [DEBUG] 6 processes running of frp type 2025-12-09 20:06:59.097 [I] [client/service.go:294] [8dd342ba0efcf479] try to connect to server... 2025-12-09 20:07:00.052 [I] [client/service.go:286] [8dd342ba0efcf479] login to server success, get run id [8dd342ba0efcf479] 2025-12-09 20:07:00.054 [I] [proxy/proxy_manager.go:173] [8dd342ba0efcf479] proxy added: [DTN57CC4444] 2025-12-09 20:07:00.370 [I] [client/control.go:168] [8dd342ba0efcf479] [DTN57CC4444] start proxy success [2025-12-09,20:20:17.516] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,20: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' [2025-12-09,20:35:18.322] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,20:35:25.732] [DEBUG] 6 processes running of frp type [2025-12-09,20:50:17.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,20:50:29.714] [DEBUG] 6 processes running of frp type 2025-12-09 21:01:05.815 [I] [client/service.go:294] [8dd342ba0efcf479] try to connect to server... 2025-12-09 21:01:08.654 [I] [client/service.go:286] [8dd342ba0efcf479] login to server success, get run id [8dd342ba0efcf479] 2025-12-09 21:01:08.655 [I] [proxy/proxy_manager.go:173] [8dd342ba0efcf479] proxy added: [DTN57CC4444] 2025-12-09 21:01:15.976 [I] [client/control.go:168] [8dd342ba0efcf479] [DTN57CC4444] start proxy success [2025-12-09,21:05:18.022] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,21:05:25.072] [DEBUG] 6 processes running of frp type [2025-12-09,21:20:17.359] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,21:20:25.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' [2025-12-09,21:35:17.128] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,21:35:24.110] [DEBUG] 6 processes running of frp type [2025-12-09,21:50:17.723] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,21:50:25.202] [DEBUG] 6 processes running of frp type [2025-12-09,22:05:17.789] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,22:05:25.275] [DEBUG] 6 processes running of frp type [2025-12-09,22:20:17.890] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,22: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' [2025-12-09,22:35:17.018] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,22:35:23.871] [DEBUG] 6 processes running of frp type [2025-12-09,22:50:18.960] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,22:50:25.967] [DEBUG] 6 processes running of frp type [2025-12-09,23:05:17.275] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,23:05:24.652] [DEBUG] 6 processes running of frp type [2025-12-09,23:20:17.829] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,23: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-12-09,23:35:17.903] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,23:35:24.567] [DEBUG] 6 processes running of frp type [2025-12-09,23:50:17.644] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-09,23:50:24.288] [DEBUG] 6 processes running of frp type [2025-12-10,00:05:17.635] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,00:05:24.307] [DEBUG] 6 processes running of frp type [2025-12-10,00:20:17.620] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,00: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-10,00:35:17.518] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,00:35:24.003] [DEBUG] 6 processes running of frp type [2025-12-10,00:50:17.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,00:50:23.485] [DEBUG] 6 processes running of frp type [2025-12-10,01:05:17.626] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,01:05:24.179] [DEBUG] 6 processes running of frp type [2025-12-10,01:20:17.423] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,01: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-12-10,01:35:17.465] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,01:35:24.082] [DEBUG] 6 processes running of frp type [2025-12-10,01:50:17.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,01:50:23.627] [DEBUG] 6 processes running of frp type [2025-12-10,02:05:17.818] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,02:05:24.320] [DEBUG] 6 processes running of frp type [2025-12-10,02:20:17.688] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,02: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' [2025-12-10,02:35:18.016] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,02:35:24.632] [DEBUG] 6 processes running of frp type [2025-12-10,02:50:18.132] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,02:50:24.671] [DEBUG] 6 processes running of frp type 2025-12-10 03:00:39.361 [I] [client/service.go:294] [8dd342ba0efcf479] try to connect to server... 2025-12-10 03:00:49.363 [W] [client/service.go:297] [8dd342ba0efcf479] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 03:00:49.364 [I] [client/service.go:294] [8dd342ba0efcf479] try to connect to server... 2025-12-10 03:00:51.078 [I] [client/service.go:286] [8dd342ba0efcf479] login to server success, get run id [8dd342ba0efcf479] 2025-12-10 03:00:51.080 [I] [proxy/proxy_manager.go:173] [8dd342ba0efcf479] proxy added: [DTN57CC4444] 2025-12-10 03:00:51.860 [I] [client/control.go:168] [8dd342ba0efcf479] [DTN57CC4444] start proxy success [2025-12-10,03:05:17.914] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,03:05:24.612] [DEBUG] 6 processes running of frp type [2025-12-10,03:20:18.041] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,03: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' [2025-12-10,03:35:18.079] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,03:35:25.020] [DEBUG] 6 processes running of frp type [2025-12-10,03:50:17.154] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,03:50:23.617] [DEBUG] 6 processes running of frp type 2025-12-10 03:53:07.722 [I] [client/service.go:294] [8dd342ba0efcf479] try to connect to server... 2025-12-10 03:53:08.675 [I] [client/service.go:286] [8dd342ba0efcf479] login to server success, get run id [8dd342ba0efcf479] 2025-12-10 03:53:08.676 [I] [proxy/proxy_manager.go:173] [8dd342ba0efcf479] proxy added: [DTN57CC4444] 2025-12-10 03:53:08.992 [I] [client/control.go:168] [8dd342ba0efcf479] [DTN57CC4444] start proxy success [2025-12-10,04:05:17.859] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,04:05:24.410] [DEBUG] 6 processes running of frp type 2025-12-10 04:06:25.320 [I] [client/service.go:294] [8dd342ba0efcf479] try to connect to server... 2025-12-10 04:06:27.668 [W] [client/service.go:297] [8dd342ba0efcf479] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:06:27.669 [I] [client/service.go:294] [8dd342ba0efcf479] try to connect to server... 2025-12-10 04:06:30.708 [W] [client/service.go:297] [8dd342ba0efcf479] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:06:30.709 [I] [client/service.go:294] [8dd342ba0efcf479] try to connect to server... 2025-12-10 04:06:33.748 [W] [client/service.go:297] [8dd342ba0efcf479] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:06:42.901 [I] [client/service.go:294] [8dd342ba0efcf479] try to connect to server... 2025-12-10 04:06:42.905 [W] [client/service.go:297] [8dd342ba0efcf479] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 04:07:01.615 [I] [client/service.go:294] [8dd342ba0efcf479] try to connect to server... 2025-12-10 04:07:02.468 [I] [client/service.go:286] [8dd342ba0efcf479] login to server success, get run id [8dd342ba0efcf479] 2025-12-10 04:07:02.468 [I] [proxy/proxy_manager.go:173] [8dd342ba0efcf479] proxy added: [DTN57CC4444] 2025-12-10 04:07:02.761 [I] [client/control.go:168] [8dd342ba0efcf479] [DTN57CC4444] start proxy success [2025-12-10,04:20:17.597] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,04: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' [2025-12-10,04:35:17.648] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,04:35:24.255] [DEBUG] 6 processes running of frp type [2025-12-10,04:50:18.105] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,04:50:24.778] [DEBUG] 6 processes running of frp type [2025-12-10,05:05:16.924] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,05:05:24.945] [DEBUG] 6 processes running of frp type [2025-12-10,05:20:18.733] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,05:20:27.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' [2025-12-10,05:35:16.991] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,05:35:32.950] [DEBUG] 6 processes running of frp type [2025-12-10,05:50:17.438] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,05:50:23.997] [DEBUG] 6 processes running of frp type [2025-12-10,06:05:17.610] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,06:05:24.167] [DEBUG] 6 processes running of frp type [2025-12-10,06:20:17.332] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,06: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' [2025-12-10,06:30:42.141] [INFO] Initializing BusSpeedStateManager V2 [2025-12-10,06:30:42.145] [INFO] LocationSqlManager initialising [2025-12-10,06:30:42.146] [INFO] Location DB initialising [2025-12-10,06:30:42.155] [INFO] LocationSqlManager initialisation complete [2025-12-10,06:30:42.156] [DEBUG] UploadManager Init [2025-12-10,06:30:42.156] [DEBUG] UploadManager Init Complete [2025-12-10,06:30:42.159] [INFO] Initializing GPS... [2025-12-10,06:30:42.161] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.803] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,06:32: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( [2025-12-10,06:33:11.371] [DEBUG] Log Upload Complete! [2025-12-10,06:35:44.710] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,06:35:44.930] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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,06:35:51.967] [DEBUG] Remote Access Enabled [2025-12-10,06:35:58.213] [INFO] Server Address: 138.201.17.179 [2025-12-10,06:35:58.214] [INFO] Server Port: 7000 [2025-12-10,06:35:58.219] [DEBUG] Starting Remote Access! 2025-12-10 06:35:58.357 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-10 06:35:58.358 [I] [client/service.go:294] try to connect to server... 2025-12-10 06:35:59.347 [I] [client/service.go:286] [fe02a1f473089ff7] login to server success, get run id [fe02a1f473089ff7] 2025-12-10 06:35:59.348 [I] [proxy/proxy_manager.go:173] [fe02a1f473089ff7] proxy added: [DTN57CC4444] 2025-12-10 06:35:59.682 [I] [client/control.go:168] [fe02a1f473089ff7] [DTN57CC4444] start proxy success [2025-12-10,06:50:19.127] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,06:50:25.822] [DEBUG] 6 processes running of frp type [2025-12-10,07:05:17.868] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,07:05:24.423] [DEBUG] 6 processes running of frp type [2025-12-10,07:20:17.583] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,07: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-12-10,07:35:18.169] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,07:35:24.728] [DEBUG] 6 processes running of frp type [2025-12-10,07:50:17.569] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,07:50:24.145] [DEBUG] 6 processes running of frp type [2025-12-10,08:02:17.414] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,08:02:23.946] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:35.094] [DEBUG] Log Upload Complete! [2025-12-10,08:05:17.339] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,08:05:23.952] [DEBUG] 6 processes running of frp type [2025-12-10,08:20:17.550] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,08: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-10,08:35:17.848] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,08:35:24.488] [DEBUG] 6 processes running of frp type [2025-12-10,08:50:17.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,08:50:24.133] [DEBUG] 6 processes running of frp type [2025-12-10,09:05:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,09:05:24.134] [DEBUG] 6 processes running of frp type [2025-12-10,09:20:17.577] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,09: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' [2025-12-10,09:35:17.939] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,09:35:24.603] [DEBUG] 6 processes running of frp type [2025-12-10,09:50:17.497] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,09:50:24.087] [DEBUG] 6 processes running of frp type [2025-12-10,10:05:17.527] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,10:05:24.117] [DEBUG] 6 processes running of frp type [2025-12-10,10:20:17.361] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,10: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-12-10,10:35:17.305] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,10:35:23.900] [DEBUG] 6 processes running of frp type [2025-12-10,10:50:17.494] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,10:50:24.035] [DEBUG] 6 processes running of frp type [2025-12-10,11:05:17.557] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,11:05:24.161] [DEBUG] 6 processes running of frp type [2025-12-10,11:20:17.395] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,11:20:24.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' [2025-12-10,11:35:17.519] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,11:35:24.061] [DEBUG] 6 processes running of frp type [2025-12-10,11:50:17.561] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,11:50:24.109] [DEBUG] 6 processes running of frp type [2025-12-10,12:05:17.580] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,12:05:24.209] [DEBUG] 6 processes running of frp type 2025-12-10 12:06:58.393 [I] [client/service.go:294] [fe02a1f473089ff7] try to connect to server... 2025-12-10 12:06:58.397 [W] [client/service.go:297] [fe02a1f473089ff7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 12:07:00.536 [I] [client/service.go:294] [fe02a1f473089ff7] try to connect to server... 2025-12-10 12:07:00.538 [W] [client/service.go:297] [fe02a1f473089ff7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 12:07:05.204 [I] [client/service.go:294] [fe02a1f473089ff7] try to connect to server... 2025-12-10 12:07:05.208 [W] [client/service.go:297] [fe02a1f473089ff7] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 12:07:14.630 [I] [client/service.go:294] [fe02a1f473089ff7] try to connect to server... 2025-12-10 12:07:15.528 [I] [client/service.go:286] [fe02a1f473089ff7] login to server success, get run id [fe02a1f473089ff7] 2025-12-10 12:07:15.529 [I] [proxy/proxy_manager.go:173] [fe02a1f473089ff7] proxy added: [DTN57CC4444] 2025-12-10 12:07:15.818 [I] [client/control.go:168] [fe02a1f473089ff7] [DTN57CC4444] start proxy success [2025-12-10,12:20:17.497] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,12: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' [2025-12-10,12:35:17.635] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,12:35:24.282] [DEBUG] 6 processes running of frp type [2025-12-10,12:50:17.179] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,12:50:23.799] [DEBUG] 6 processes running of frp type [2025-12-10,13:05:17.047] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,13:05:23.712] [DEBUG] 6 processes running of frp type [2025-12-10,13:20:18.347] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,13: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-10,13:35:17.369] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,13:35:26.739] [DEBUG] 6 processes running of frp type [2025-12-10,13:50:17.284] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,13:50:23.880] [DEBUG] 6 processes running of frp type [2025-12-10,14:05:18.064] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,14:05:24.694] [DEBUG] 6 processes running of frp type [2025-12-10,14:20:18.078] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,14: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' [2025-12-10,14:35:17.279] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,14:35:23.872] [DEBUG] 6 processes running of frp type [2025-12-10,14:50:20.288] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,14:50:26.902] [DEBUG] 6 processes running of frp type [2025-12-10,15:05:17.116] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,15:05:23.659] [DEBUG] 6 processes running of frp type [2025-12-10,15:20:18.095] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,15: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-10,15:35:17.785] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,15:35:24.570] [DEBUG] 6 processes running of frp type [2025-12-10,15:50:17.301] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,15:50:26.027] [DEBUG] 6 processes running of frp type [2025-12-10,16:05:17.290] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,16:05:23.949] [DEBUG] 6 processes running of frp type [2025-12-10,16:20:17.462] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,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-12-10,16:35:17.977] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,16:35:26.499] [DEBUG] 6 processes running of frp type [2025-12-10,16:50:18.363] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,16:50:25.044] [DEBUG] 6 processes running of frp type [2025-12-10,17:05:18.264] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,17:05:24.935] [DEBUG] 6 processes running of frp type [2025-12-10,17:20:17.177] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,17: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-10,17:35:17.463] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,17:35:24.060] [DEBUG] 6 processes running of frp type [2025-12-10,17:50:17.059] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,17:50:23.739] [DEBUG] 6 processes running of frp type [2025-12-10,18:05:17.019] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,18:05:23.671] [DEBUG] 6 processes running of frp type [2025-12-10,18:20:18.326] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,18:20:26.854] [DEBUG] 6 processes running of frp type [2025-12-10,18:25:41.200] [INFO] Initializing BusSpeedStateManager V2 [2025-12-10,18:25:41.205] [INFO] LocationSqlManager initialising [2025-12-10,18:25:41.205] [INFO] Location DB initialising [2025-12-10,18:25:41.215] [INFO] LocationSqlManager initialisation complete [2025-12-10,18:25:41.216] [DEBUG] UploadManager Init [2025-12-10,18:25:41.217] [DEBUG] UploadManager Init Complete [2025-12-10,18:25:41.220] [INFO] Initializing GPS... [2025-12-10,18:25:41.222] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.825] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,18:27:51.425] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:11.198] [DEBUG] Log Upload Complete! [2025-12-10,18:30:44.941] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,18:30:51.658] [DEBUG] Remote Access Enabled [2025-12-10,18:30:57.981] [INFO] Server Address: 138.201.17.179 [2025-12-10,18:30:57.982] [INFO] Server Port: 7000 [2025-12-10,18:30:57.986] [DEBUG] Starting Remote Access! 2025-12-10 18:30:58.128 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-10 18:30:58.129 [I] [client/service.go:294] try to connect to server... 2025-12-10 18:30:59.053 [I] [client/service.go:286] [0a426870c65bf3ab] login to server success, get run id [0a426870c65bf3ab] 2025-12-10 18:30:59.054 [I] [proxy/proxy_manager.go:173] [0a426870c65bf3ab] proxy added: [DTN57CC4444] 2025-12-10 18:30:59.372 [I] [client/control.go:168] [0a426870c65bf3ab] [DTN57CC4444] start proxy success [2025-12-10,18:35:17.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,18:35:23.969] [DEBUG] 6 processes running of frp type [2025-12-10,18:50:17.990] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,18:50:24.634] [DEBUG] 6 processes running of frp type [2025-12-10,19:05:16.883] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,19:05:24.474] [DEBUG] 6 processes running of frp type [2025-12-10,19:20:18.276] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,19: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' [2025-12-10,19:35:17.418] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,19:35:24.051] [DEBUG] 6 processes running of frp type [2025-12-10,19:50:17.690] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,19:50:24.342] [DEBUG] 6 processes running of frp type [2025-12-10,20:05:17.887] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,20:05:24.891] [DEBUG] 6 processes running of frp type [2025-12-10,20:20:17.327] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,20:20:25.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-10,20:35:17.845] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,20:35:32.505] [DEBUG] 6 processes running of frp type [2025-12-10,20:50:17.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,20:50:27.256] [DEBUG] 6 processes running of frp type [2025-12-10,21:05:17.527] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,21:05:24.589] [DEBUG] 6 processes running of frp type [2025-12-10,21:20:17.816] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,21:20:25.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-10,21:35:17.601] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,21:35:24.575] [DEBUG] 6 processes running of frp type [2025-12-10,21:50:17.976] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,21:50:24.650] [DEBUG] 6 processes running of frp type [2025-12-10,22:05:17.815] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,22:05:24.643] [DEBUG] 6 processes running of frp type [2025-12-10,22:20:17.064] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,22:20:24.873] [DEBUG] 6 processes running of frp type 2025-12-10 22:24:48.780 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-10 22:24:58.783 [W] [client/service.go:297] [0a426870c65bf3ab] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 22:24:58.784 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-10 22:25:08.786 [W] [client/service.go:297] [0a426870c65bf3ab] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 22:25:08.787 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-10 22:25:18.789 [W] [client/service.go:297] [0a426870c65bf3ab] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 22:25:18.790 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-10 22:25:23.226 [I] [client/service.go:286] [0a426870c65bf3ab] login to server success, get run id [0a426870c65bf3ab] 2025-12-10 22:25:23.228 [I] [proxy/proxy_manager.go:173] [0a426870c65bf3ab] proxy added: [DTN57CC4444] 2025-12-10 22:25:23.533 [I] [client/control.go:168] [0a426870c65bf3ab] [DTN57CC4444] 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,22:35:17.397] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,22:35:23.941] [DEBUG] 6 processes running of frp type [2025-12-10,22:50:17.901] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,22:50:24.536] [DEBUG] 6 processes running of frp type [2025-12-10,23:05:18.148] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,23:05:39.881] [DEBUG] 6 processes running of frp type [2025-12-10,23:20:17.212] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,23: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' 2025-12-10 23:28:15.364 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-10 23:28:25.366 [W] [client/service.go:297] [0a426870c65bf3ab] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 23:28:25.367 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-10 23:28:35.368 [W] [client/service.go:297] [0a426870c65bf3ab] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 23:28:35.368 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-10 23:28:43.941 [I] [client/service.go:286] [0a426870c65bf3ab] login to server success, get run id [0a426870c65bf3ab] 2025-12-10 23:28:43.942 [I] [proxy/proxy_manager.go:173] [0a426870c65bf3ab] proxy added: [DTN57CC4444] 2025-12-10 23:28:44.337 [I] [client/control.go:168] [0a426870c65bf3ab] [DTN57CC4444] start proxy success [2025-12-10,23:35:17.605] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,23:35:24.427] [DEBUG] 6 processes running of frp type 2025-12-10 23:42:01.148 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-10 23:42:06.300 [I] [client/service.go:286] [0a426870c65bf3ab] login to server success, get run id [0a426870c65bf3ab] 2025-12-10 23:42:06.301 [I] [proxy/proxy_manager.go:173] [0a426870c65bf3ab] proxy added: [DTN57CC4444] 2025-12-10 23:42:06.680 [I] [client/control.go:168] [0a426870c65bf3ab] [DTN57CC4444] start proxy success [2025-12-10,23:50:17.993] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-10,23:50:24.866] [DEBUG] 6 processes running of frp type [2025-12-11,00:05:17.102] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,00:05:23.714] [DEBUG] 6 processes running of frp type 2025-12-11 00:14:14.265 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-11 00:14:15.215 [I] [client/service.go:286] [0a426870c65bf3ab] login to server success, get run id [0a426870c65bf3ab] 2025-12-11 00:14:15.217 [I] [proxy/proxy_manager.go:173] [0a426870c65bf3ab] proxy added: [DTN57CC4444] 2025-12-11 00:14:15.537 [I] [client/control.go:168] [0a426870c65bf3ab] [DTN57CC4444] start proxy success [2025-12-11,00:20:17.990] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,00:20:33.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' [2025-12-11,00:35:17.997] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,00:35:24.684] [DEBUG] 6 processes running of frp type [2025-12-11,00:50:17.910] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,00:50:24.519] [DEBUG] 6 processes running of frp type [2025-12-11,01:05:17.715] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,01:05:24.358] [DEBUG] 6 processes running of frp type [2025-12-11,01:20:17.702] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,01: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-11,01:35:17.715] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,01:35:24.583] [DEBUG] 6 processes running of frp type [2025-12-11,01:50:18.258] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,01:50:24.930] [DEBUG] 6 processes running of frp type [2025-12-11,02:05:17.247] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,02:05:23.881] [DEBUG] 6 processes running of frp type 2025-12-11 02:13:18.238 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-11 02:13:19.363 [I] [client/service.go:286] [0a426870c65bf3ab] login to server success, get run id [0a426870c65bf3ab] 2025-12-11 02:13:19.364 [I] [proxy/proxy_manager.go:173] [0a426870c65bf3ab] proxy added: [DTN57CC4444] 2025-12-11 02:13:19.993 [I] [client/control.go:168] [0a426870c65bf3ab] [DTN57CC4444] start proxy success [2025-12-11,02:20:17.176] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,02:20:25.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-11,02:35:17.228] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,02:35:23.849] [DEBUG] 6 processes running of frp type [2025-12-11,02:50:17.851] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,02:50:24.428] [DEBUG] 6 processes running of frp type [2025-12-11,03:05:18.010] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,03:05:24.650] [DEBUG] 6 processes running of frp type [2025-12-11,03:20:17.007] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,03:20:23.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' [2025-12-11,03:35:16.965] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,03:35:23.580] [DEBUG] 6 processes running of frp type 2025-12-11 03:37:27.293 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-11 03:37:28.210 [I] [client/service.go:286] [0a426870c65bf3ab] login to server success, get run id [0a426870c65bf3ab] 2025-12-11 03:37:28.211 [I] [proxy/proxy_manager.go:173] [0a426870c65bf3ab] proxy added: [DTN57CC4444] 2025-12-11 03:37:28.527 [I] [client/control.go:168] [0a426870c65bf3ab] [DTN57CC4444] start proxy success [2025-12-11,03:50:17.689] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,03:50:24.207] [DEBUG] 6 processes running of frp type 2025-12-11 04:02:45.380 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-11 04:02:46.280 [I] [client/service.go:286] [0a426870c65bf3ab] login to server success, get run id [0a426870c65bf3ab] 2025-12-11 04:02:46.281 [I] [proxy/proxy_manager.go:173] [0a426870c65bf3ab] proxy added: [DTN57CC4444] 2025-12-11 04:02:46.590 [I] [client/control.go:168] [0a426870c65bf3ab] [DTN57CC4444] start proxy success [2025-12-11,04:05:17.431] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,04:05:24.784] [DEBUG] 6 processes running of frp type 2025-12-11 04:06:27.489 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-11 04:06:29.574 [W] [client/service.go:297] [0a426870c65bf3ab] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 04:06:29.575 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-11 04:06:32.610 [W] [client/service.go:297] [0a426870c65bf3ab] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 04:06:32.611 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-11 04:06:35.650 [W] [client/service.go:297] [0a426870c65bf3ab] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 04:06:45.032 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-11 04:06:55.033 [W] [client/service.go:297] [0a426870c65bf3ab] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 04:06:55.034 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-11 04:06:57.063 [I] [client/service.go:286] [0a426870c65bf3ab] login to server success, get run id [0a426870c65bf3ab] 2025-12-11 04:06:57.064 [I] [proxy/proxy_manager.go:173] [0a426870c65bf3ab] proxy added: [DTN57CC4444] 2025-12-11 04:06:57.404 [I] [client/control.go:168] [0a426870c65bf3ab] [DTN57CC4444] start proxy success [2025-12-11,04:20:16.970] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,04: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' [2025-12-11,04:35:17.338] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,04:35:23.917] [DEBUG] 6 processes running of frp type [2025-12-11,04:50:17.300] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,04:50:24.281] [DEBUG] 6 processes running of frp type [2025-12-11,05:05:17.466] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,05:05:24.061] [DEBUG] 6 processes running of frp type [2025-12-11,05:20:17.383] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,05: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' [2025-12-11,05:35:17.594] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,05:35:24.157] [DEBUG] 6 processes running of frp type [2025-12-11,05:50:17.835] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,05:50:24.444] [DEBUG] 6 processes running of frp type [2025-12-11,06:05:17.830] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,06:05:24.474] [DEBUG] 6 processes running of frp type [2025-12-11,06:20:17.623] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,06: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-12-11 06:29:09.031 [I] [client/service.go:294] [0a426870c65bf3ab] try to connect to server... 2025-12-11 06:29:10.617 [I] [client/service.go:286] [0a426870c65bf3ab] login to server success, get run id [0a426870c65bf3ab] 2025-12-11 06:29:10.618 [I] [proxy/proxy_manager.go:173] [0a426870c65bf3ab] proxy added: [DTN57CC4444] 2025-12-11 06:29:10.941 [I] [client/control.go:168] [0a426870c65bf3ab] [DTN57CC4444] start proxy success [2025-12-11,06:30:42.105] [INFO] Initializing BusSpeedStateManager V2 [2025-12-11,06:30:42.111] [INFO] LocationSqlManager initialising [2025-12-11,06:30:42.111] [INFO] Location DB initialising [2025-12-11,06:30:42.121] [INFO] LocationSqlManager initialisation complete [2025-12-11,06:30:42.122] [DEBUG] UploadManager Init [2025-12-11,06:30:42.123] [DEBUG] UploadManager Init Complete [2025-12-11,06:30:42.126] [INFO] Initializing GPS... [2025-12-11,06:30:42.128] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45.023] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,06:32:56.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-11,06:33:15.371] [DEBUG] Log Upload Complete! [2025-12-11,06:35:45.284] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,06:35:51.902] [DEBUG] Remote Access Enabled [2025-12-11,06:35:58.132] [INFO] Server Address: 138.201.17.179 [2025-12-11,06:35:58.133] [INFO] Server Port: 7000 [2025-12-11,06:35:58.138] [DEBUG] Starting Remote Access! 2025-12-11 06:35:58.272 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-11 06:35:58.273 [I] [client/service.go:294] try to connect to server... 2025-12-11 06:35:59.159 [I] [client/service.go:286] [2b624aae7ba9303d] login to server success, get run id [2b624aae7ba9303d] 2025-12-11 06:35:59.159 [I] [proxy/proxy_manager.go:173] [2b624aae7ba9303d] proxy added: [DTN57CC4444] 2025-12-11 06:35:59.459 [I] [client/control.go:168] [2b624aae7ba9303d] [DTN57CC4444] start proxy success 2025-12-11 06:42:43.555 [I] [client/service.go:294] [2b624aae7ba9303d] try to connect to server... 2025-12-11 06:42:44.421 [I] [client/service.go:286] [2b624aae7ba9303d] login to server success, get run id [2b624aae7ba9303d] 2025-12-11 06:42:44.422 [I] [proxy/proxy_manager.go:173] [2b624aae7ba9303d] proxy added: [DTN57CC4444] 2025-12-11 06:42:44.710 [I] [client/control.go:168] [2b624aae7ba9303d] [DTN57CC4444] start proxy success [2025-12-11,06:50:17.517] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,06:50:24.419] [DEBUG] 6 processes running of frp type [2025-12-11,07:05:18.053] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,07:05:24.667] [DEBUG] 6 processes running of frp type [2025-12-11,07:20:22.459] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,07:20:29.193] [DEBUG] 6 processes running of frp type 2025-12-11 07:21:33.973 [I] [client/service.go:294] [2b624aae7ba9303d] try to connect to server... 2025-12-11 07:21:35.235 [I] [client/service.go:286] [2b624aae7ba9303d] login to server success, get run id [2b624aae7ba9303d] 2025-12-11 07:21:35.236 [I] [proxy/proxy_manager.go:173] [2b624aae7ba9303d] proxy added: [DTN57CC4444] 2025-12-11 07:21:35.855 [I] [client/control.go:168] [2b624aae7ba9303d] [DTN57CC4444] 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,07:35:17.874] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,07:35:24.526] [DEBUG] 6 processes running of frp type [2025-12-11,07:50:16.987] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,07:50:24.559] [DEBUG] 6 processes running of frp type [2025-12-11,08:02:18.036] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,08:02:24.542] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:48.611] [DEBUG] Log Upload Complete! [2025-12-11,08:05:18.082] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,08:05:24.681] [DEBUG] 6 processes running of frp type [2025-12-11,08:20:18.012] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,08: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' [2025-12-11,08:35:17.973] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,08:35:24.542] [DEBUG] 6 processes running of frp type [2025-12-11,08:50:17.142] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,08:50:23.863] [DEBUG] 6 processes running of frp type [2025-12-11,09:05:17.131] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,09:05:23.702] [DEBUG] 6 processes running of frp type [2025-12-11,09:20:17.979] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,09:20:24.572] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.279] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,09:35:23.837] [DEBUG] 6 processes running of frp type [2025-12-11,09:50:17.397] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,09:50:24.130] [DEBUG] 6 processes running of frp type [2025-12-11,10:05:17.586] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,10:05:24.211] [DEBUG] 6 processes running of frp type [2025-12-11,10:20:17.469] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,10: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-12-11,10:35:17.760] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,10:35:24.643] [DEBUG] 6 processes running of frp type [2025-12-11,10:50:17.588] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,10:50:24.423] [DEBUG] 6 processes running of frp type [2025-12-11,11:05:17.686] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,11:05:24.661] [DEBUG] 6 processes running of frp type [2025-12-11,11:20:18.222] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,11: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-11,11:35:17.652] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,11:35:24.605] [DEBUG] 6 processes running of frp type [2025-12-11,11:50:17.344] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,11:50:24.040] [DEBUG] 6 processes running of frp type [2025-12-11,12:05:17.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,12:05:24.315] [DEBUG] 6 processes running of frp type 2025-12-11 12:06:48.656 [I] [client/service.go:294] [2b624aae7ba9303d] try to connect to server... 2025-12-11 12:06:48.661 [W] [client/service.go:297] [2b624aae7ba9303d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 12:06:50.680 [I] [client/service.go:294] [2b624aae7ba9303d] try to connect to server... 2025-12-11 12:06:50.687 [W] [client/service.go:297] [2b624aae7ba9303d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 12:06:54.946 [I] [client/service.go:294] [2b624aae7ba9303d] try to connect to server... 2025-12-11 12:06:54.950 [W] [client/service.go:297] [2b624aae7ba9303d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-11 12:07:04.190 [I] [client/service.go:294] [2b624aae7ba9303d] try to connect to server... 2025-12-11 12:07:05.164 [I] [client/service.go:286] [2b624aae7ba9303d] login to server success, get run id [2b624aae7ba9303d] 2025-12-11 12:07:05.166 [I] [proxy/proxy_manager.go:173] [2b624aae7ba9303d] proxy added: [DTN57CC4444] 2025-12-11 12:07:05.491 [I] [client/control.go:168] [2b624aae7ba9303d] [DTN57CC4444] start proxy success [2025-12-11,12:20:17.509] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,12: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' [2025-12-11,12:35:17.232] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,12:35:23.905] [DEBUG] 6 processes running of frp type [2025-12-11,12:50:17.727] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,12:50:24.585] [DEBUG] 6 processes running of frp type [2025-12-11,13:05:18.293] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,13:05:24.889] [DEBUG] 6 processes running of frp type [2025-12-11,13:20:17.194] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,13: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-11,13:35:18.177] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,13:35:24.874] [DEBUG] 6 processes running of frp type [2025-12-11,13:50:17.927] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,13:50:24.511] [DEBUG] 6 processes running of frp type [2025-12-11,14:05:17.940] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,14:05:24.433] [DEBUG] 6 processes running of frp type [2025-12-11,14:20:17.889] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,14: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' [2025-12-11,14:35:17.299] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,14:35:23.874] [DEBUG] 6 processes running of frp type [2025-12-11,14:50:17.756] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,14:50:24.613] [DEBUG] 6 processes running of frp type [2025-12-11,15:05:18.127] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,15:05:24.722] [DEBUG] 6 processes running of frp type [2025-12-11,15:20:17.995] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,15:20:24.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-11,15:35:17.452] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,15:35:24.062] [DEBUG] 6 processes running of frp type [2025-12-11,15:50:17.585] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,15:50:24.290] [DEBUG] 6 processes running of frp type [2025-12-11,16:05:17.658] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,16:05:24.260] [DEBUG] 6 processes running of frp type [2025-12-11,16:20:17.551] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,16: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' [2025-12-11,16:35:17.129] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,16:35:23.768] [DEBUG] 6 processes running of frp type [2025-12-11,16:50:17.788] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,16:50:24.439] [DEBUG] 6 processes running of frp type [2025-12-11,17:05:17.717] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,17:05:24.284] [DEBUG] 6 processes running of frp type [2025-12-11,17:20:17.522] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,17: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-12-11,17:35:17.501] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,17:35:24.056] [DEBUG] 6 processes running of frp type [2025-12-11,17:50:17.496] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,17:50:24.033] [DEBUG] 6 processes running of frp type [2025-12-11,18:05:17.317] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,18:05:23.958] [DEBUG] 6 processes running of frp type [2025-12-11,18:20:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,18:20:24.111] [DEBUG] 6 processes running of frp type [2025-12-11,18:25:41.396] [INFO] Initializing BusSpeedStateManager V2 [2025-12-11,18:25:41.400] [INFO] LocationSqlManager initialising [2025-12-11,18:25:41.400] [INFO] Location DB initialising [2025-12-11,18:25:41.410] [INFO] LocationSqlManager initialisation complete [2025-12-11,18:25:41.410] [DEBUG] UploadManager Init [2025-12-11,18:25:41.411] [DEBUG] UploadManager Init Complete [2025-12-11,18:25:41.413] [INFO] Initializing GPS... [2025-12-11,18:25:41.415] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45.234] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,18:27:51.740] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:04.812] [DEBUG] Log Upload Complete! [2025-12-11,18:30:45.136] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,18:30:51.822] [DEBUG] Remote Access Enabled [2025-12-11,18:30:58.120] [INFO] Server Address: 138.201.17.179 [2025-12-11,18:30:58.121] [INFO] Server Port: 7000 [2025-12-11,18:30:58.127] [DEBUG] Starting Remote Access! 2025-12-11 18:30:58.261 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-11 18:30:58.261 [I] [client/service.go:294] try to connect to server... 2025-12-11 18:30:59.154 [I] [client/service.go:286] [82aebeba5169b825] login to server success, get run id [82aebeba5169b825] 2025-12-11 18:30:59.155 [I] [proxy/proxy_manager.go:173] [82aebeba5169b825] proxy added: [DTN57CC4444] 2025-12-11 18:30:59.458 [I] [client/control.go:168] [82aebeba5169b825] [DTN57CC4444] start proxy success [2025-12-11,18:35:17.334] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,18:35:24.218] [DEBUG] 6 processes running of frp type [2025-12-11,18:50:18.025] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,18:50:24.758] [DEBUG] 6 processes running of frp type [2025-12-11,19:05:17.236] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,19:05:23.895] [DEBUG] 6 processes running of frp type [2025-12-11,19:20:17.359] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,19: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-11,19:35:17.498] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,19:35:24.114] [DEBUG] 6 processes running of frp type [2025-12-11,19:50:17.632] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,19:50:24.368] [DEBUG] 6 processes running of frp type [2025-12-11,20:05:17.984] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,20:05:24.715] [DEBUG] 6 processes running of frp type [2025-12-11,20:20:16.933] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,20: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-11,20:35:17.396] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,20:35:24.566] [DEBUG] 6 processes running of frp type 2025-12-11 20:37:34.669 [I] [client/service.go:294] [82aebeba5169b825] try to connect to server... 2025-12-11 20:37:42.912 [I] [client/service.go:286] [82aebeba5169b825] login to server success, get run id [82aebeba5169b825] 2025-12-11 20:37:42.913 [I] [proxy/proxy_manager.go:173] [82aebeba5169b825] proxy added: [DTN57CC4444] 2025-12-11 20:37:45.451 [I] [client/control.go:168] [82aebeba5169b825] [DTN57CC4444] start proxy success [2025-12-11,20:50:17.170] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,20:50:24.044] [DEBUG] 6 processes running of frp type [2025-12-11,21:05:17.273] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,21:05:24.171] [DEBUG] 6 processes running of frp type [2025-12-11,21:20:17.414] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,21:20:26.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' 2025-12-11 21:31:05.518 [I] [client/service.go:294] [82aebeba5169b825] try to connect to server... 2025-12-11 21:31:19.749 [W] [client/service.go:297] [82aebeba5169b825] connect to server error: i/o deadline reached 2025-12-11 21:31:19.749 [I] [client/service.go:294] [82aebeba5169b825] try to connect to server... 2025-12-11 21:31:32.500 [I] [client/service.go:286] [82aebeba5169b825] login to server success, get run id [82aebeba5169b825] 2025-12-11 21:31:32.501 [I] [proxy/proxy_manager.go:173] [82aebeba5169b825] proxy added: [DTN57CC4444] 2025-12-11 21:31:38.585 [I] [client/control.go:168] [82aebeba5169b825] [DTN57CC4444] start proxy success [2025-12-11,21:35:17.795] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,21:35:27.100] [DEBUG] 6 processes running of frp type [2025-12-11,21:50:19.505] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,21:50:34.141] [DEBUG] 6 processes running of frp type [2025-12-11,22:05:17.462] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,22:05:24.038] [DEBUG] 6 processes running of frp type [2025-12-11,22:20:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,22: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-11 22:26:15.697 [I] [client/service.go:294] [82aebeba5169b825] try to connect to server... 2025-12-11 22:26:26.166 [W] [client/service.go:297] [82aebeba5169b825] connect to server error: connection write timeout 2025-12-11 22:26:26.166 [I] [client/service.go:294] [82aebeba5169b825] try to connect to server... 2025-12-11 22:26:42.511 [I] [client/service.go:286] [82aebeba5169b825] login to server success, get run id [82aebeba5169b825] 2025-12-11 22:26:42.512 [I] [proxy/proxy_manager.go:173] [82aebeba5169b825] proxy added: [DTN57CC4444] 2025-12-11 22:26:43.492 [I] [client/control.go:168] [82aebeba5169b825] [DTN57CC4444] start proxy success [2025-12-11,22:35:17.264] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,22:35:23.769] [DEBUG] 6 processes running of frp type [2025-12-11,22:50:17.487] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,22:50:24.002] [DEBUG] 6 processes running of frp type [2025-12-11,23:05:17.281] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,23:05:23.990] [DEBUG] 6 processes running of frp type [2025-12-11,23:20:17.256] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,23: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' [2025-12-11,23:35:17.883] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,23:35:24.406] [DEBUG] 6 processes running of frp type [2025-12-11,23:50:17.549] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-11,23:50:24.218] [DEBUG] 6 processes running of frp type [2025-12-12,00:05:17.377] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,00:05:23.942] [DEBUG] 6 processes running of frp type [2025-12-12,00:20:17.130] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,00: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-12,00:35:17.030] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,00:35:23.459] [DEBUG] 6 processes running of frp type [2025-12-12,00:50:17.663] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,00:50:24.394] [DEBUG] 6 processes running of frp type [2025-12-12,01:05:17.761] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,01:05:24.292] [DEBUG] 6 processes running of frp type [2025-12-12,01:20:17.524] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,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' [2025-12-12,01:35:17.410] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,01:35:23.960] [DEBUG] 6 processes running of frp type [2025-12-12,01:50:17.095] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,01:50:23.540] [DEBUG] 6 processes running of frp type [2025-12-12,02:05:17.719] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,02:05:24.245] [DEBUG] 6 processes running of frp type 2025-12-12 02:14:43.598 [I] [client/service.go:294] [82aebeba5169b825] try to connect to server... 2025-12-12 02:14:50.007 [I] [client/service.go:286] [82aebeba5169b825] login to server success, get run id [82aebeba5169b825] 2025-12-12 02:14:50.009 [I] [proxy/proxy_manager.go:173] [82aebeba5169b825] proxy added: [DTN57CC4444] 2025-12-12 02:14:50.671 [I] [client/control.go:168] [82aebeba5169b825] [DTN57CC4444] start proxy success [2025-12-12,02:20:17.535] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,02: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-12-12,02:35:17.621] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,02:35:24.094] [DEBUG] 6 processes running of frp type [2025-12-12,02:50:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,02:50:24.694] [DEBUG] 6 processes running of frp type 2025-12-12 02:56:02.275 [I] [client/service.go:294] [82aebeba5169b825] try to connect to server... 2025-12-12 02:56:03.525 [I] [client/service.go:286] [82aebeba5169b825] login to server success, get run id [82aebeba5169b825] 2025-12-12 02:56:03.526 [I] [proxy/proxy_manager.go:173] [82aebeba5169b825] proxy added: [DTN57CC4444] 2025-12-12 02:56:03.831 [I] [client/control.go:168] [82aebeba5169b825] [DTN57CC4444] start proxy success [2025-12-12,03:05:18.066] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,03:05:24.598] [DEBUG] 6 processes running of frp type [2025-12-12,03:20:18.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,03:20:24.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-12,03:35:17.341] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,03:35:23.887] [DEBUG] 6 processes running of frp type [2025-12-12,03:50:17.205] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,03:50:23.864] [DEBUG] 6 processes running of frp type [2025-12-12,04:05:17.135] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,04:05:23.634] [DEBUG] 6 processes running of frp type 2025-12-12 04:06:29.931 [I] [client/service.go:294] [82aebeba5169b825] try to connect to server... 2025-12-12 04:06:31.086 [W] [client/service.go:297] [82aebeba5169b825] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 04:06:31.086 [I] [client/service.go:294] [82aebeba5169b825] try to connect to server... 2025-12-12 04:06:34.122 [W] [client/service.go:297] [82aebeba5169b825] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 04:06:34.123 [I] [client/service.go:294] [82aebeba5169b825] try to connect to server... 2025-12-12 04:06:41.272 [W] [client/service.go:297] [82aebeba5169b825] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 04:06:41.272 [I] [client/service.go:294] [82aebeba5169b825] try to connect to server... 2025-12-12 04:06:41.274 [W] [client/service.go:297] [82aebeba5169b825] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 04:07:01.275 [I] [client/service.go:294] [82aebeba5169b825] try to connect to server... 2025-12-12 04:07:02.426 [I] [client/service.go:286] [82aebeba5169b825] login to server success, get run id [82aebeba5169b825] 2025-12-12 04:07:02.428 [I] [proxy/proxy_manager.go:173] [82aebeba5169b825] proxy added: [DTN57CC4444] 2025-12-12 04:07:02.757 [I] [client/control.go:168] [82aebeba5169b825] [DTN57CC4444] start proxy success [2025-12-12,04:20:17.801] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,04: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' 2025-12-12 04:32:57.632 [I] [client/service.go:294] [82aebeba5169b825] try to connect to server... 2025-12-12 04:33:03.241 [I] [client/service.go:286] [82aebeba5169b825] login to server success, get run id [82aebeba5169b825] 2025-12-12 04:33:03.242 [I] [proxy/proxy_manager.go:173] [82aebeba5169b825] proxy added: [DTN57CC4444] 2025-12-12 04:33:03.911 [I] [client/control.go:168] [82aebeba5169b825] [DTN57CC4444] start proxy success [2025-12-12,04:35:17.655] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,04:35:24.253] [DEBUG] 6 processes running of frp type [2025-12-12,04:50:17.757] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,04:50:25.684] [DEBUG] 6 processes running of frp type [2025-12-12,05:05:18.060] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,05:05:24.758] [DEBUG] 6 processes running of frp type [2025-12-12,05:20:17.037] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,05:20:23.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-12,05:35:17.465] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,05:35:24.275] [DEBUG] 6 processes running of frp type [2025-12-12,05:50:18.585] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,05:50:25.396] [DEBUG] 6 processes running of frp type [2025-12-12,06:05:18.262] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,06:05:26.276] [DEBUG] 6 processes running of frp type [2025-12-12,06:20:24.771] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,06:20:31.428] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:29:21.211 [I] [client/service.go:294] [82aebeba5169b825] try to connect to server... 2025-12-12 06:29:24.815 [I] [client/service.go:286] [82aebeba5169b825] login to server success, get run id [82aebeba5169b825] 2025-12-12 06:29:24.816 [I] [proxy/proxy_manager.go:173] [82aebeba5169b825] proxy added: [DTN57CC4444] 2025-12-12 06:29:25.153 [I] [client/control.go:168] [82aebeba5169b825] [DTN57CC4444] start proxy success [2025-12-12,06:30:42.364] [INFO] Initializing BusSpeedStateManager V2 [2025-12-12,06:30:42.371] [INFO] LocationSqlManager initialising [2025-12-12,06:30:42.372] [INFO] Location DB initialising [2025-12-12,06:30:42.383] [INFO] LocationSqlManager initialisation complete [2025-12-12,06:30:42.385] [DEBUG] UploadManager Init [2025-12-12,06:30:42.385] [DEBUG] UploadManager Init Complete [2025-12-12,06:30:42.390] [INFO] Initializing GPS... [2025-12-12,06:30:42.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' [2025-12-12,06:32:45.944] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,06:32:52.602] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:03.767] [DEBUG] Log Upload Complete! [2025-12-12,06:35:45.910] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,06:35:52.570] [DEBUG] Remote Access Enabled [2025-12-12,06:35:58.903] [INFO] Server Address: 138.201.17.179 [2025-12-12,06:35:58.904] [INFO] Server Port: 7000 [2025-12-12,06:35:58.910] [DEBUG] Starting Remote Access! 2025-12-12 06:35:59.043 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-12 06:35:59.044 [I] [client/service.go:294] try to connect to server... 2025-12-12 06:36:00.146 [I] [client/service.go:286] [e3f19ae42d888561] login to server success, get run id [e3f19ae42d888561] 2025-12-12 06:36:00.148 [I] [proxy/proxy_manager.go:173] [e3f19ae42d888561] proxy added: [DTN57CC4444] 2025-12-12 06:36:00.804 [I] [client/control.go:168] [e3f19ae42d888561] [DTN57CC4444] start proxy success [2025-12-12,06:50:17.920] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,06:50:24.581] [DEBUG] 6 processes running of frp type [2025-12-12,07:05:18.328] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,07:05:24.908] [DEBUG] 6 processes running of frp type [2025-12-12,07:20:17.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,07: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-12,07:35:17.505] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,07:35:24.105] [DEBUG] 6 processes running of frp type [2025-12-12,07:50:17.525] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,07:50:24.128] [DEBUG] 6 processes running of frp type [2025-12-12,08:02:17.464] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,08:02:24.023] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:02:34.777] [DEBUG] Log Upload Complete! [2025-12-12,08:05:17.492] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,08:05:24.111] [DEBUG] 6 processes running of frp type [2025-12-12,08:20:17.594] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,08: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' [2025-12-12,08:35:17.613] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,08:35:24.259] [DEBUG] 6 processes running of frp type [2025-12-12,08:50:17.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,08:50:23.790] [DEBUG] 6 processes running of frp type [2025-12-12,09:05:17.251] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,09:05:23.907] [DEBUG] 6 processes running of frp type [2025-12-12,09:20:17.388] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,09:20:23.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' [2025-12-12,09:35:17.899] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,09:35:24.345] [DEBUG] 6 processes running of frp type [2025-12-12,09:50:18.316] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,09:50:24.858] [DEBUG] 6 processes running of frp type [2025-12-12,10:05:17.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,10:05:23.916] [DEBUG] 6 processes running of frp type [2025-12-12,10:20:17.135] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,10: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' [2025-12-12,10:35:17.513] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,10:35:24.014] [DEBUG] 6 processes running of frp type [2025-12-12,10:50:17.486] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,10:50:24.098] [DEBUG] 6 processes running of frp type [2025-12-12,11:05:17.790] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,11:05:29.345] [DEBUG] 6 processes running of frp type [2025-12-12,11:20:17.509] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,11:20:24.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-12,11:35:17.843] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,11:35:24.473] [DEBUG] 6 processes running of frp type [2025-12-12,11:50:17.576] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,11:50:24.178] [DEBUG] 6 processes running of frp type [2025-12-12,12:05:17.623] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,12:05:24.168] [DEBUG] 6 processes running of frp type [2025-12-12,12:20:17.757] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,12:20:24.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' [2025-12-12,12:35:18.251] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,12:35:24.816] [DEBUG] 6 processes running of frp type [2025-12-12,12:50:17.315] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,12:50:23.949] [DEBUG] 6 processes running of frp type [2025-12-12,13:05:17.609] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,13:05:24.133] [DEBUG] 6 processes running of frp type [2025-12-12,13:20:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,13: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' [2025-12-12,13:35:17.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,13:35:24.425] [DEBUG] 6 processes running of frp type [2025-12-12,13:50:17.156] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,13:50:23.652] [DEBUG] 6 processes running of frp type [2025-12-12,14:05:18.185] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,14:05:24.715] [DEBUG] 6 processes running of frp type [2025-12-12,14:20:17.125] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,14: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-12,14:35:17.910] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,14:35:24.519] [DEBUG] 6 processes running of frp type [2025-12-12,14:50:17.559] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,14:50:24.144] [DEBUG] 6 processes running of frp type [2025-12-12,15:05:17.595] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,15:05:24.149] [DEBUG] 6 processes running of frp type [2025-12-12,15:20:17.526] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,15: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-12-12,15:35:18.298] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,15:35:24.903] [DEBUG] 6 processes running of frp type [2025-12-12,15:50:17.514] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,15:50:24.120] [DEBUG] 6 processes running of frp type [2025-12-12,16:05:17.543] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,16:05:24.160] [DEBUG] 6 processes running of frp type [2025-12-12,16:20:17.770] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,16:20:24.342] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:18.100] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,16:35:24.592] [DEBUG] 6 processes running of frp type [2025-12-12,16:50:19.012] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,16:50:25.710] [DEBUG] 6 processes running of frp type [2025-12-12,17:05:17.206] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,17:05:23.744] [DEBUG] 6 processes running of frp type [2025-12-12,17:20:17.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,17: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-12,17:35:17.507] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,17:35:24.169] [DEBUG] 6 processes running of frp type [2025-12-12,17:50:17.121] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,17:50:23.844] [DEBUG] 6 processes running of frp type [2025-12-12,18:05:17.180] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,18:05:23.762] [DEBUG] 6 processes running of frp type [2025-12-12,18:20:17.303] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,18:20:23.968] [DEBUG] 6 processes running of frp type [2025-12-12,18:25:41.482] [INFO] Initializing BusSpeedStateManager V2 [2025-12-12,18:25:41.485] [INFO] LocationSqlManager initialising [2025-12-12,18:25:41.486] [INFO] Location DB initialising [2025-12-12,18:25:41.495] [INFO] LocationSqlManager initialisation complete [2025-12-12,18:25:41.496] [DEBUG] UploadManager Init [2025-12-12,18:25:41.497] [DEBUG] UploadManager Init Complete [2025-12-12,18:25:41.502] [INFO] Initializing GPS... [2025-12-12,18:25:41.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-12-12,18:27:45.109] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,18:27:51.660] [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-12-12,18:30:45.175] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,18:30:45.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')) [2025-12-12,18:30:51.853] [DEBUG] Remote Access Enabled [2025-12-12,18:30:58.123] [INFO] Server Address: 138.201.17.179 [2025-12-12,18:30:58.124] [INFO] Server Port: 7000 [2025-12-12,18:30:58.129] [DEBUG] Starting Remote Access! 2025-12-12 18:30:58.261 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-12 18:30:58.262 [I] [client/service.go:294] try to connect to server... 2025-12-12 18:30:59.184 [I] [client/service.go:286] [d0e29d9eab545f84] login to server success, get run id [d0e29d9eab545f84] 2025-12-12 18:30:59.185 [I] [proxy/proxy_manager.go:173] [d0e29d9eab545f84] proxy added: [DTN57CC4444] 2025-12-12 18:30:59.506 [I] [client/control.go:168] [d0e29d9eab545f84] [DTN57CC4444] start proxy success [2025-12-12,18:35:17.917] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,18:35:24.540] [DEBUG] 6 processes running of frp type [2025-12-12,18:50:17.512] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,18:50:24.323] [DEBUG] 6 processes running of frp type [2025-12-12,19:05:17.634] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,19:05:24.419] [DEBUG] 6 processes running of frp type [2025-12-12,19:00:09.480] [INFO] Initializing BusSpeedStateManager V2 [2025-12-12,19:00:09.484] [INFO] LocationSqlManager initialising [2025-12-12,19:00:09.484] [INFO] Location DB initialising [2025-12-12,19:00:09.493] [INFO] LocationSqlManager initialisation complete [2025-12-12,19:00:09.494] [DEBUG] UploadManager Init [2025-12-12,19:00:09.494] [DEBUG] UploadManager Init Complete [2025-12-12,19:00:09.497] [INFO] Initializing GPS... [2025-12-12,19:00:09.499] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:14:51.523] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,19:14:58.269] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,19:15:13.482] [DEBUG] Log Upload Complete! [2025-12-12,19:17:51.359] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,19:17:56.089] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,19:17:58.494] [DEBUG] Remote Access Enabled [2025-12-12,19:18:03.302] [DEBUG] Remote Access Enabled [2025-12-12,19:18:04.960] [INFO] Server Address: 138.201.17.179 [2025-12-12,19:18:04.961] [INFO] Server Port: 7000 [2025-12-12,19:18:04.966] [DEBUG] Starting Remote Access! 2025-12-12 19:18:05.101 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-12 19:18:05.102 [I] [client/service.go:294] try to connect to server... 2025-12-12 19:18:06.113 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 19:18:06.114 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 19:18:06.462 [I] [client/control.go:168] [1c0184831adce8dc] [DTN57CC4444] start proxy success [2025-12-12,19:18:09.796] [INFO] Server Address: 138.201.17.179 [2025-12-12,19:18:09.797] [INFO] Server Port: 7000 [2025-12-12,19:18:09.802] [DEBUG] Starting Remote Access! 2025-12-12 19:18:09.832 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-12 19:18:09.833 [I] [client/service.go:294] try to connect to server... 2025-12-12 19:18:10.792 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-12 19:18:10.794 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-12 19:18:11.090 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:18:44.184 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:19:17.135 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:19:50.187 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,19:20:17.180] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-12 19:20:23.203 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,19:20:23.966] [DEBUG] 12 processes running of frp type 2025-12-12 19:20:56.235 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:21:29.232 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:22:02.264 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:22:35.275 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:23:08.697 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:23:41.316 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:24:14.325 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:24:47.370 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:25:20.368 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:25:53.383 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:26.437 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:26:59.445 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:27:32.517 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:28:05.465 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:28:38.488 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:29:11.511 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:29:44.530 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:30:17.533 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:30:50.590 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:31:23.595 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:31:56.624 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:32:29.634 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:33:02.656 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:33:35.701 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:34:08.710 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:34:41.714 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:35:14.765 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,19:35:17.623] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,19:35:24.871] [DEBUG] 12 processes running of frp type 2025-12-12 19:35:47.792 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:36:20.784 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:36:53.814 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:37:26.846 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:38:00.683 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:38:32.882 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:39:06.138 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:39:39.162 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:40:11.940 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:40:44.982 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:41:17.974 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:41:50.990 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:42:24.029 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:42:57.097 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:43:30.069 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:44:03.076 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:44:36.111 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:45:09.146 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:45:42.161 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:46:15.163 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:46:48.216 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:47:21.205 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:47:54.234 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:48:27.242 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:49:00.272 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:49:33.293 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:50:06.364 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,19:50:17.977] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,19:50:25.032] [DEBUG] 12 processes running of frp type 2025-12-12 19:50:40.053 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:51:12.353 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:51:45.374 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:52:18.388 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:52:52.132 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:53:24.438 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:53:57.503 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:54:30.474 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:55:03.512 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:55:36.515 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:56:09.541 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:56:42.552 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:57:15.580 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:57:48.610 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:58:21.654 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:58:54.674 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 19:59:29.124 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:00:00.695 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:00:33.706 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:01:06.744 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:01:39.789 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:02:12.764 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:02:45.800 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:03:18.806 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:03:51.814 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:04:24.929 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:04:57.852 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:05:23.369 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 20:05:23.886 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 20:05:33.371 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 20:05:33.373 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 20:05:33.889 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 20:05:33.890 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 20:05:43.374 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 20:05:43.375 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 20:05:43.891 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 20:05:43.891 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... [2025-12-12,20:05:46.962] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-12 20:05:48.595 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 20:05:48.597 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 20:05:49.396 [I] [client/control.go:168] [1c0184831adce8dc] [DTN57CC4444] start proxy success 2025-12-12 20:05:52.293 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-12 20:05:52.294 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-12 20:05:52.623 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,20:05:56.139] [DEBUG] 12 processes running of frp type 2025-12-12 20:06:25.760 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:06:58.683 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:07:31.668 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:08:04.657 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:08:37.732 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:09:10.818 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:09:43.789 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:10:16.729 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:10:49.848 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:11:22.732 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:11:55.718 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:12:28.977 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:13:01.940 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:13:34.897 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:14:07.747 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:14:40.813 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:15:13.770 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:15:46.807 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:16:19.790 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:16:52.817 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:17:25.803 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:17:58.891 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:18:31.827 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:19:05.013 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:19:37.993 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:20:10.953 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,20:20:17.427] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,20:20:27.764] [DEBUG] 12 processes running of frp type 2025-12-12 20:20:43.858 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:21:16.870 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:21:49.857 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:22:22.933 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:22:56.070 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:23:28.895 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:24:02.415 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:24:35.101 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:25:08.061 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:25:40.923 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:13.918 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:26:47.089 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:27:20.046 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:27:53.003 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:28:25.969 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:28:59.776 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:29:32.094 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:30:05.104 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:30:38.145 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:31:11.086 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:31:44.124 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:32:17.037 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:32:50.075 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:33:23.026 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:33:56.981 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:34:29.048 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:35:02.063 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,20:35:17.692] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,20:35:26.693] [DEBUG] 12 processes running of frp type 2025-12-12 20:35:35.054 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:36:08.068 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:36:41.092 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:37:14.187 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:37:47.146 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:38:20.163 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:38:53.470 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:39:26.118 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:39:59.197 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:40:32.209 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:41:05.221 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:41:38.280 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:42:12.341 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:42:44.281 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:43:17.235 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:43:50.179 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:44:23.202 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:44:56.248 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:45:29.218 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:46:02.348 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:46:35.253 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:47:08.389 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:47:41.946 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:48:14.689 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:48:49.107 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:49:20.336 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:49:53.377 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,20:50:17.373] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-12 20:50:26.303 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,20:50:26.810] [DEBUG] 12 processes running of frp type 2025-12-12 20:51:03.512 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:51:35.396 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:52:08.331 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:52:41.451 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:53:14.422 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:53:47.387 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:54:20.349 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:54:56.503 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:55:29.474 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:56:02.676 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:56:35.403 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:57:08.394 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:57:41.406 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:58:14.411 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:58:47.449 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:59:20.468 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 20:59:53.583 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:00:26.460 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:00:59.426 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:01:32.523 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:02:05.433 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:02:38.446 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:03:11.471 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:03:44.468 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:04:17.469 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:04:52.046 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,21:05:17.299] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-12 21:05:23.501 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,21:05:24.672] [DEBUG] 12 processes running of frp type 2025-12-12 21:05:56.514 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:06:29.837 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:07:02.526 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:07:36.175 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:08:10.460 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:08:41.648 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:09:15.428 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:09:47.710 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:10:20.576 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:10:53.583 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:11:28.398 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:11:59.592 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:12:32.617 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:13:05.864 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:13:38.618 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:14:11.895 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:14:44.641 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:15:17.784 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:15:50.751 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:16:25.038 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:16:56.980 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:17:30.127 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:18:02.808 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:18:36.026 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:19:08.820 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:19:41.813 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:20:15.672 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,21:20:17.956] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,21:20:25.639] [DEBUG] 12 processes running of frp type 2025-12-12 21:20:47.739 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:21:20.755 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:21:54.593 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:22:26.843 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:22:59.883 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:23:32.846 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:24:06.031 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:24:38.794 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:25:10.862 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 21:25:20.864 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:25:20.864 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 21:25:30.866 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:25:30.866 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 21:25:33.747 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 21:25:40.868 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:25:40.869 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 21:25:43.749 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:25:43.750 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 21:25:50.870 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:25:50.871 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 21:25:53.751 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:25:53.751 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 21:26:00.871 [W] [client/service.go:297] [1e035bf964c74d46] 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-12 21:26:03.753 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:26:03.753 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 21:26:12.653 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 21:26:12.654 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 21:26:13.333 [I] [client/control.go:168] [1c0184831adce8dc] [DTN57CC4444] start proxy success 2025-12-12 21:26:20.871 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 21:26:22.333 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-12 21:26:22.333 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-12 21:26:22.964 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:26:55.723 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:27:28.686 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:28:02.015 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:28:39.155 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:29:10.699 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:29:43.720 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:30:16.725 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:30:49.733 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:31:22.776 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:31:55.740 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:32:28.740 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:33:01.757 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:33:34.764 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:34:07.764 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:34:40.782 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:35:13.807 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,21:35:17.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,21:35:24.406] [DEBUG] 12 processes running of frp type 2025-12-12 21:35:46.847 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:36:19.799 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:36:52.819 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:37:25.825 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:37:58.834 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:38:31.873 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:39:04.879 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:39:37.878 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:40:11.383 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:40:45.900 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:41:16.953 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:41:51.603 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:42:22.894 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:42:55.915 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:43:29.048 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:44:02.301 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:44:34.945 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:45:08.863 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:45:43.346 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:46:13.998 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:46:49.225 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:47:20.023 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:47:55.113 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:48:27.739 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 21:48:33.261 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-12 21:48:33.263 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-12 21:48:33.567 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:49:06.578 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:49:39.587 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:50:12.669 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,21:50:20.875] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,21:50:29.639] [DEBUG] 12 processes running of frp type 2025-12-12 21:50:45.646 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:51:18.933 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:51:51.794 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:52:28.908 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:52:54.266 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 21:53:04.269 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:53:04.269 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 21:53:08.568 [I] [client/control.go:168] [1e035bf964c74d46] [DTN57CC4444] start proxy success 2025-12-12 21:53:17.280 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 21:53:18.570 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: connection write timeout 2025-12-12 21:53:18.570 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 21:53:20.394 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-12 21:53:20.397 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-12 21:53:20.406 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 21:53:20.407 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 21:53:20.684 [I] [client/control.go:168] [1e035bf964c74d46] [DTN57CC4444] start proxy success 2025-12-12 21:53:20.730 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:53:53.750 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:55:01.967 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 21:55:09.964 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 21:55:09.965 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 21:55:20.630 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:55:37.940 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 21:55:44.575 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 21:55:47.942 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:55:47.943 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 21:55:54.577 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:55:54.578 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 21:55:57.944 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:55:57.945 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 21:56:04.579 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:56:04.579 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 21:56:10.516 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: connection write timeout 2025-12-12 21:56:10.516 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 21:56:14.580 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:56:14.581 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 21:56:20.517 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:56:20.518 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 21:56:24.583 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:56:24.583 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 21:56:31.940 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: connection write timeout 2025-12-12 21:56:34.584 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:56:51.941 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 21:56:54.586 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 21:57:01.942 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 21:57:15.192 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 21:57:15.193 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 21:57:21.943 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 21:57:40.522 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-12 21:57:40.524 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-12 21:57:44.590 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 21:57:53.313 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 21:57:53.314 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 21:57:55.026 [I] [client/control.go:168] [1c0184831adce8dc] [DTN57CC4444] start proxy success 2025-12-12 21:57:57.944 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:58:31.549 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:59:04.885 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 21:59:38.105 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:00:10.879 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:00:43.877 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:01:13.343 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:01:14.246 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-12 22:01:14.247 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-12 22:01:14.560 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:01:47.567 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:02:20.563 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:02:53.581 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:03:26.909 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:04:01.163 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:04:32.924 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,22:05:19.345] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-12 22:05:27.842 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:05:28.534 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... [2025-12-12,22:05:28.880] [DEBUG] 12 processes running of frp type 2025-12-12 22:05:31.746 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-12 22:05:31.747 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-12 22:05:32.206 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:06:05.110 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:06:38.157 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:07:11.085 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:07:48.452 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:08:33.427 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:09:10.016 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:09:37.739 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:09:41.206 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 22:09:41.207 [I] [client/control.go:168] [1e035bf964c74d46] [DTN57CC4444] start proxy success 2025-12-12 22:09:41.208 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 22:09:41.720 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:10:15.620 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:10:47.543 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:11:20.543 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:11:53.561 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:12:26.566 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:12:59.586 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:13:32.577 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:14:05.564 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:14:39.252 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:15:11.600 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:15:44.602 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:16:17.685 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:16:50.630 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:17:23.665 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:17:56.642 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:18:29.649 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:19:02.678 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:19:33.395 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:19:48.775 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: connection write timeout 2025-12-12 22:19:48.776 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:20:02.797 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:20:04.937 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: connection write timeout 2025-12-12 22:20:04.938 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:20:07.290 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 22:20:07.291 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 22:20:16.672 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: connection write timeout 2025-12-12 22:20:16.673 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... [2025-12-12,22:20:23.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-12 22:20:33.568 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: connection write timeout 2025-12-12 22:20:33.568 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:20:43.166 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:20:49.222 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-12 22:20:49.224 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-12 22:20:53.536 [I] [client/control.go:168] [1e035bf964c74d46] [DTN57CC4444] start proxy success [2025-12-12,22:20:56.561] [DEBUG] 12 processes running of frp type 2025-12-12 22:20:58.154 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: i/o deadline reached 2025-12-12 22:20:58.154 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:21:08.698 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 22:21:08.700 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 22:21:15.460 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:21:43.084 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:21:48.686 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:21:53.086 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:21:53.086 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:21:58.688 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:21:58.689 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:22:03.088 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:22:03.089 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:22:08.689 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:22:08.690 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:22:13.090 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:22:13.090 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:22:18.691 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:22:18.692 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:22:23.091 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:22:23.092 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:22:28.693 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:22:33.093 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:22:48.695 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:22:53.094 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:22:58.697 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:23:00.273 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 22:23:18.698 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:23:20.275 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:23:28.700 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:23:35.504 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: i/o deadline reached 2025-12-12 22:23:48.702 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:23:55.505 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:24:00.362 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-12 22:24:00.363 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-12 22:24:06.108 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: connection write timeout 2025-12-12 22:24:17.226 [I] [client/control.go:168] [1e035bf964c74d46] [DTN57CC4444] start proxy success 2025-12-12 22:24:26.110 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:24:29.815 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:24:37.471 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: connection write timeout 2025-12-12 22:24:39.817 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:24:39.817 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:24:49.818 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:24:49.819 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:24:50.860 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-12 22:24:50.861 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-12 22:24:51.228 [I] [client/control.go:168] [1e035bf964c74d46] [DTN57CC4444] start proxy success 2025-12-12 22:24:57.472 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:24:58.685 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 22:24:58.687 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 22:24:58.984 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:25:28.399 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:25:29.668 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 22:25:29.669 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 22:25:29.988 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:26:03.022 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:36.223 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:27:09.215 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:27:42.302 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:28:15.086 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:28:48.327 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:29:21.073 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:29:54.164 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:30:29.556 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:31:11.337 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:31:13.009 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:31:20.111 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 22:31:20.111 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:31:20.114 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 22:31:21.339 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:31:21.340 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:31:21.346 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 22:31:24.600 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:31:24.659 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 22:31:25.628 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:31:25.632 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-12 22:31:34.121 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:31:34.505 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:31:35.005 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 22:31:35.006 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 22:31:35.331 [I] [client/control.go:168] [1c0184831adce8dc] [DTN57CC4444] start proxy success 2025-12-12 22:31:35.399 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-12 22:31:35.400 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-12 22:31:35.724 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:32:08.716 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:32:42.392 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:33:15.000 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:33:51.921 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:34:23.812 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:34:58.142 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:35:18.469 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:35:18.470 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... [2025-12-12,22:35:21.659] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-12 22:35:31.773 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: connection write timeout 2025-12-12 22:35:31.773 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:35:38.227 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: i/o deadline reached 2025-12-12 22:35:38.228 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:35:45.359 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 22:35:45.360 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 22:35:49.749 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: connection write timeout 2025-12-12 22:35:49.750 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-12 22:35:50.369 [I] [client/control.go:168] [1c0184831adce8dc] [DTN57CC4444] start proxy success 2025-12-12 22:35:52.651 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-12 22:35:52.652 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-12 22:35:57.359 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:36:06.873 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:36:28.621 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: i/o deadline reached 2025-12-12 22:36:28.622 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:36:38.623 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:36:38.624 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:36:49.180 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: connection write timeout 2025-12-12 22:36:49.181 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:36:56.016 [I] [client/control.go:168] [1e035bf964c74d46] [DTN57CC4444] start proxy success 2025-12-12 22:36:56.016 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: status not wait start, ignore start message 2025-12-12 22:36:59.183 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 22:36:59.184 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:37:00.939 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 22:37:00.940 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 22:37:03.009 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,22:37:19.158] [DEBUG] 12 processes running of frp type 2025-12-12 22:37:34.806 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:38:07.487 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:38:40.294 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:39:13.534 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:39:46.326 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:40:19.310 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:40:52.559 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:41:27.058 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:41:58.546 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:42:31.339 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:43:04.347 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:43:22.735 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 22:43:23.787 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 22:43:23.787 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 22:43:24.109 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:43:57.095 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:44:31.059 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:45:03.368 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:45:36.365 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:46:09.243 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:46:42.385 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:47:15.349 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:47:48.297 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:48:21.160 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:48:54.161 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:49:27.180 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:50:00.225 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,22:50:17.627] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,22:50:24.364] [DEBUG] 12 processes running of frp type 2025-12-12 22:50:33.502 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:51:06.390 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:51:39.205 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:52:12.228 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:52:45.237 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:53:18.285 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:53:51.522 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:54:24.478 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:54:57.437 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:55:30.275 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:56:03.352 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:56:36.323 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:57:09.331 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:57:42.393 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:58:15.415 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:58:51.645 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:59:24.326 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 22:59:57.342 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:00:30.337 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:01:03.332 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:01:37.428 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:02:09.360 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:02:42.370 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:03:15.433 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:03:48.375 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:04:21.401 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:04:54.459 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,23:05:17.965] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,23:05:24.889] [DEBUG] 12 processes running of frp type 2025-12-12 23:05:28.493 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:06:00.424 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:06:33.445 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:07:06.450 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:07:40.967 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:08:12.459 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:08:45.552 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:09:20.102 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:09:51.481 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:10:24.577 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:10:57.514 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:11:30.726 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:12:03.501 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:12:36.536 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:13:09.911 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:13:42.537 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:14:15.559 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:14:48.596 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:15:21.559 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:15:54.592 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:16:27.816 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:17:00.568 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:17:33.613 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:18:06.656 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:18:39.676 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:19:13.027 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:19:45.656 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,23:20:17.067] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-12 23:20:18.657 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,23:20:23.794] [DEBUG] 12 processes running of frp type 2025-12-12 23:20:51.663 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:21:24.694 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:21:57.692 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:22:30.766 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:23:03.774 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:23:36.694 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:24:09.760 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:24:42.987 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:25:15.931 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:25:48.891 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:21.734 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:26:54.737 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:27:27.805 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:28:01.012 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:28:33.805 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:29:07.341 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:29:41.128 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:30:12.850 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:30:46.011 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:31:18.882 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:31:52.891 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:32:24.848 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:32:58.124 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:33:30.845 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:34:03.862 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:34:37.150 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:35:10.110 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,23:35:17.197] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,23:35:24.232] [DEBUG] 12 processes running of frp type 2025-12-12 23:35:42.877 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:36:15.883 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:36:48.958 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:37:21.972 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:37:54.937 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:38:27.914 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:39:00.955 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:39:34.085 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:40:07.039 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:40:40.003 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:41:12.999 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:41:46.239 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:42:19.091 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:42:52.010 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:43:25.021 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:44:24.059 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-12 23:44:31.691 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-12 23:44:31.692 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-12 23:44:31.999 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:45:05.020 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:45:38.017 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:46:11.045 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:46:44.040 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:47:18.439 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:48:04.212 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:48:35.463 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:49:10.350 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:49:41.170 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:50:14.071 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-12,23:50:17.134] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-12,23:50:23.695] [DEBUG] 12 processes running of frp type 2025-12-12 23:50:47.086 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:51:20.118 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:51:53.107 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:52:26.115 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:52:59.134 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:53:32.143 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:54:05.147 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:54:38.356 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:55:11.322 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:55:44.250 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:56:17.187 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:56:50.466 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:57:23.392 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:57:56.230 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:58:29.329 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:59:02.355 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-12 23:59:35.314 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:00:08.246 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:00:41.259 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:01:14.242 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:01:56.698 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:02:29.356 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:03:02.270 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:03:35.331 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:04:08.309 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:04:42.975 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:05:14.310 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,00:05:18.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,00:05:24.857] [DEBUG] 12 processes running of frp type 2025-12-13 00:05:48.852 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:06:20.340 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:06:53.544 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:07:26.351 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:07:59.616 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:08:32.199 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-13 00:08:42.200 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 00:08:42.201 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-13 00:08:46.339 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-13 00:08:52.202 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 00:08:52.203 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-13 00:08:56.152 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-13 00:08:56.154 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-13 00:08:56.448 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-13 00:08:56.450 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-13 00:08:56.476 [I] [client/control.go:168] [1c0184831adce8dc] [DTN57CC4444] start proxy success 2025-12-13 00:08:57.929 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:09:29.756 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:10:02.773 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:10:35.843 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:11:08.801 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:11:41.827 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:12:14.957 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:12:48.010 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:13:20.845 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:13:54.562 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:14:27.052 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:15:00.139 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:15:32.858 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:16:05.867 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:16:38.937 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:17:11.917 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:17:44.906 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:18:18.198 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:18:51.168 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:19:24.062 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:19:56.933 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,00:20:17.157] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,00:20:23.907] [DEBUG] 12 processes running of frp type 2025-12-13 00:20:31.566 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:21:03.374 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:21:36.152 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:22:08.945 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:22:41.956 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:23:14.998 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:23:48.195 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:24:21.231 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:24:54.185 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:25:27.064 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:26:00.226 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:33.064 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:27:06.283 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:27:39.253 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:28:12.055 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:28:45.162 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:29:18.135 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:29:51.090 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:30:24.191 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:30:57.381 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:31:30.312 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:32:03.190 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:32:36.112 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:33:09.137 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:33:42.463 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:34:15.169 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:34:48.181 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,00:35:18.248] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-13 00:35:21.366 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,00:35:25.269] [DEBUG] 12 processes running of frp type 2025-12-13 00:35:54.204 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:36:27.474 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:37:00.195 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:37:33.435 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:38:06.246 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:38:39.218 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:39:12.306 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:39:45.257 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:40:18.475 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:40:51.264 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:41:24.290 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:41:57.520 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:42:30.492 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:43:03.488 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:43:36.310 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:44:09.339 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:44:42.330 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:45:15.307 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:45:48.308 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:46:21.394 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:46:54.376 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:47:27.487 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:48:00.453 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:48:33.375 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:49:06.520 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:49:39.481 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:50:12.442 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,00:50:18.221] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,00:50:24.932] [DEBUG] 12 processes running of frp type 2025-12-13 00:50:45.386 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:51:18.419 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:51:51.455 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:52:24.424 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:52:57.442 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:53:30.468 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:54:03.440 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:54:36.481 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:55:09.458 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:55:42.459 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:56:15.485 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:56:48.502 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:57:21.506 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:57:54.499 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:58:27.515 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:59:00.523 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 00:59:33.591 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:00:06.531 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:00:43.275 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:01:15.586 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:01:48.555 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:02:21.581 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:02:54.787 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:03:27.613 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:04:01.154 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:04:33.606 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:05:06.623 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,01:05:17.116] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,01:05:23.867] [DEBUG] 12 processes running of frp type 2025-12-13 01:05:39.632 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:06:18.697 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-13 01:06:20.926 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-13 01:06:20.928 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-13 01:06:21.246 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:06:54.291 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:07:27.643 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:08:00.290 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:08:33.372 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:09:06.502 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:09:42.123 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:10:15.333 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:10:48.329 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:11:21.564 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:11:54.344 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:12:27.356 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:13:00.491 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:13:33.338 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:14:06.416 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:14:39.363 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:15:12.468 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:15:45.427 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:16:18.388 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:16:53.752 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:17:24.418 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:17:57.417 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:18:30.513 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:19:03.460 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:20:12.116 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-13 01:20:13.139 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-13 01:20:13.140 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-13 01:20:13.483 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,01:20:17.088] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,01:20:30.209] [DEBUG] 12 processes running of frp type 2025-12-13 01:20:46.484 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:21:19.498 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:21:52.497 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:22:25.520 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:22:58.530 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:23:36.870 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:24:07.540 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:24:41.703 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:25:13.553 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:25:46.558 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:19.550 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:26:52.589 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:27:25.598 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:27:58.601 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:28:31.596 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:29:04.604 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:29:37.607 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:30:10.608 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:30:43.626 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:31:16.642 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:31:49.649 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:32:22.653 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:32:55.671 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:33:28.654 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:34:01.685 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:34:34.695 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:35:07.717 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,01:35:17.650] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,01:35:24.221] [DEBUG] 12 processes running of frp type 2025-12-13 01:35:40.735 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:36:13.725 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:36:46.725 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:37:19.807 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:37:52.763 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:38:25.740 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:38:58.763 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:39:31.763 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:40:04.782 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:40:37.766 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:41:10.790 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:41:43.784 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:42:16.804 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:42:49.807 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:43:22.828 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:43:55.831 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:44:28.839 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:45:01.849 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:45:34.964 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:46:08.046 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:46:40.965 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:47:13.877 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:47:46.954 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:48:19.901 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:48:54.067 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:49:25.912 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:49:59.020 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,01:50:17.397] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,01:50:24.080] [DEBUG] 12 processes running of frp type 2025-12-13 01:50:31.925 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:51:04.932 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:51:37.952 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:52:10.935 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:52:43.946 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:53:18.102 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:53:49.980 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:54:23.071 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:54:56.024 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:55:29.004 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:56:02.018 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:56:35.018 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:57:08.162 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:57:41.119 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:58:14.047 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:58:47.050 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:59:20.058 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 01:59:53.334 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:00:26.319 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:01:02.350 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-13 02:01:03.224 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-13 02:01:03.224 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-13 02:01:03.528 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:01:36.845 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:02:09.727 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:02:42.539 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:03:15.560 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:03:48.561 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:04:21.590 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:04:54.575 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,02:05:17.259] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,02:05:23.828] [DEBUG] 12 processes running of frp type 2025-12-13 02:05:27.604 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:06:00.612 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:06:33.623 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:07:06.889 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:07:39.660 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:08:12.633 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:08:45.651 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:09:18.666 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:09:51.696 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:10:24.689 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:10:57.683 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:11:30.680 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:12:03.716 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:12:36.717 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:13:10.961 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:13:42.730 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:14:15.743 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:14:48.724 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:15:21.736 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:15:54.758 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:16:27.800 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:17:01.041 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:17:34.029 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:18:06.987 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:18:39.941 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:19:12.913 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:19:45.820 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,02:20:17.087] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-13 02:20:19.125 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,02:20:24.285] [DEBUG] 12 processes running of frp type 2025-12-13 02:20:52.082 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:21:24.845 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:21:57.944 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:22:30.863 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:23:03.869 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:23:36.871 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:24:09.901 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:24:42.890 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:25:15.919 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:25:48.913 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:22.797 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:26:54.927 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:27:27.949 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:28:00.945 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:28:34.146 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:29:07.940 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:29:40.278 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:30:12.969 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:30:46.188 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:31:19.013 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:31:52.241 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:32:25.428 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:32:58.011 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:33:31.045 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:34:04.029 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:34:37.059 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:35:10.068 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,02:35:17.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,02:35:24.487] [DEBUG] 12 processes running of frp type 2025-12-13 02:35:43.084 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:36:16.159 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:36:49.082 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:37:22.112 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:37:55.094 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:38:28.089 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:39:01.132 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:39:34.115 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:40:07.131 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:40:40.419 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:41:13.173 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:41:46.134 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:42:19.229 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:42:52.438 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:43:25.201 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:43:58.164 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:44:31.191 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:45:04.178 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:45:37.216 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:46:10.232 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:46:43.210 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:47:16.231 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:47:49.240 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:48:22.255 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:48:55.265 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:49:28.278 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:50:01.273 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,02:50:17.304] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,02:50:23.956] [DEBUG] 12 processes running of frp type 2025-12-13 02:50:34.289 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:51:07.304 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:51:40.284 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:52:13.304 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:52:46.304 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:53:19.322 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:53:52.316 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:54:25.336 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:54:58.326 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:55:31.347 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:56:04.940 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:56:37.385 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:57:10.367 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:57:43.385 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:58:16.376 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:58:49.388 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:59:22.388 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 02:59:55.398 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:00:28.505 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:01:01.768 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:01:34.437 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:02:07.443 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:02:42.759 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:03:13.475 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:03:46.771 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:04:19.465 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:04:52.514 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,03:05:24.316] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-13 03:05:25.494 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,03:05:31.135] [DEBUG] 12 processes running of frp type 2025-12-13 03:05:58.507 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:06:31.511 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:07:05.053 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:07:37.513 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:08:10.533 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:08:43.554 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:09:16.554 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:09:49.548 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:10:24.145 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:10:57.642 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:11:08.345 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-13 03:11:08.805 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-13 03:11:16.988 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-13 03:11:16.989 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-13 03:11:17.306 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-13 03:11:17.308 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-13 03:11:17.323 [I] [client/control.go:168] [1e035bf964c74d46] [DTN57CC4444] start proxy success 2025-12-13 03:11:17.622 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:11:50.632 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:12:23.642 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:12:56.644 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:13:29.664 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:14:02.800 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:14:35.675 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:15:08.712 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:15:41.800 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:16:14.721 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:16:47.718 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:17:21.001 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:17:53.727 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:18:26.740 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:18:59.770 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:19:32.840 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:20:05.754 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,03:20:17.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,03:20:24.411] [DEBUG] 12 processes running of frp type 2025-12-13 03:20:38.817 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:21:11.786 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:21:44.796 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:22:17.802 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:22:50.812 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:23:23.811 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:23:56.850 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:24:29.830 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:25:02.827 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:25:35.847 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:08.967 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:26:41.881 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:27:14.878 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:27:47.900 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:28:20.910 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:28:54.363 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:29:26.921 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:29:59.924 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:30:32.922 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:31:05.932 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:31:38.952 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:32:12.004 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:32:44.962 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:33:17.952 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:33:50.977 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:34:23.987 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:35:01.641 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,03:35:33.286] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-13 03:35:34.053 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,03:35:43.947] [DEBUG] 12 processes running of frp type 2025-12-13 03:36:05.989 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:36:39.010 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:37:12.096 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:37:45.010 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:38:18.669 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:38:51.036 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:39:24.045 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:39:57.053 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:40:30.291 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:41:03.067 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:41:36.078 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:42:09.100 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:42:42.106 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:43:15.126 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:43:48.119 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:44:21.317 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:44:50.454 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-13 03:44:54.482 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-13 03:44:59.013 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-13 03:44:59.014 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-13 03:44:59.025 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-13 03:44:59.026 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-13 03:44:59.330 [I] [client/control.go:168] [1c0184831adce8dc] [DTN57CC4444] start proxy success 2025-12-13 03:44:59.363 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:45:32.355 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:46:06.440 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:46:38.565 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:47:19.247 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:47:50.592 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:48:26.472 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:48:59.477 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:49:32.437 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:50:05.431 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,03:50:17.335] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,03:50:23.917] [DEBUG] 12 processes running of frp type 2025-12-13 03:50:38.461 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:51:11.460 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:51:44.484 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:52:17.453 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:52:50.493 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:53:23.492 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:53:56.489 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:54:29.495 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:55:02.493 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:55:35.510 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:56:08.501 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:56:41.518 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:57:14.748 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:57:47.562 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:58:20.550 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:58:53.574 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:59:26.842 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 03:59:59.551 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:00:32.578 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:01:05.602 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:01:38.594 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:02:11.603 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:02:44.611 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:03:17.627 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:03:50.630 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:04:23.630 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:04:56.637 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,04:05:17.222] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,04:05:25.113] [DEBUG] 12 processes running of frp type 2025-12-13 04:05:29.746 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:06:02.649 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:06:25.404 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-13 04:06:25.769 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-13 04:06:27.681 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:06:27.681 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:06:27.682 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-13 04:06:27.682 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-13 04:06:30.721 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:06:30.721 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:06:30.721 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-13 04:06:30.721 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-13 04:06:33.761 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:06:33.761 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:06:42.354 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-13 04:06:42.358 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:06:42.899 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-13 04:06:42.903 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-13 04:06:59.686 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-13 04:07:00.572 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-13 04:07:00.572 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-13 04:07:00.865 [I] [client/control.go:168] [1c0184831adce8dc] [DTN57CC4444] start proxy success 2025-12-13 04:07:02.838 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-13 04:07:03.884 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-13 04:07:03.885 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-13 04:07:04.177 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:07:37.202 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:08:10.245 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:08:43.978 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:09:16.478 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:09:49.227 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:10:22.292 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:10:55.243 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:11:28.251 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:12:01.790 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:12:34.264 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:13:07.274 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:13:40.285 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:14:13.294 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:14:46.310 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:15:19.309 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:15:52.317 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:16:25.343 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:16:58.335 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:17:31.352 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:18:04.379 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:18:37.366 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:19:10.360 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:19:43.381 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:20:16.387 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,04:20:17.347] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,04:20:23.865] [DEBUG] 12 processes running of frp type 2025-12-13 04:20:49.558 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:21:22.437 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:21:55.415 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:22:28.442 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:23:01.444 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:23:34.461 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:24:07.452 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:24:40.458 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:25:13.465 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:25:46.464 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:19.478 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:26:52.494 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:27:25.512 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:27:58.512 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:28:31.547 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:29:07.850 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:29:40.537 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:30:13.567 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:30:46.577 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:31:19.569 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:31:53.162 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:32:25.594 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:32:58.593 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:33:31.600 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:34:04.614 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:34:37.613 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:35:10.621 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,04:35:17.368] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,04:35:23.986] [DEBUG] 12 processes running of frp type 2025-12-13 04:35:43.630 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:36:16.639 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:36:49.639 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:37:22.642 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:37:55.692 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:38:28.671 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:39:01.677 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:39:34.687 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:40:07.694 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:40:40.710 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:41:13.706 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:41:46.727 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:42:19.713 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:42:56.396 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:43:28.758 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:44:01.743 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:44:34.785 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:45:07.782 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:45:40.775 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:46:13.775 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:46:46.788 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:47:19.795 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:47:52.815 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:48:26.086 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:48:58.823 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:49:31.865 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:50:04.835 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,04:50:17.866] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,04:50:24.470] [DEBUG] 12 processes running of frp type 2025-12-13 04:50:37.853 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:51:10.856 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:51:43.890 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:52:16.883 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:52:49.944 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:53:22.955 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:53:55.908 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:54:28.898 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:55:08.369 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:55:40.927 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:56:13.912 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:56:46.937 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:57:19.941 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:57:52.949 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:58:25.959 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:58:58.960 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 04:59:31.965 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:00:04.989 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:00:37.980 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:01:11.005 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:01:43.996 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:02:17.019 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:02:50.720 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:03:23.023 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:03:56.018 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:04:29.037 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:05:02.067 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,05:05:18.150] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,05:05:24.684] [DEBUG] 12 processes running of frp type 2025-12-13 05:05:35.067 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:06:08.061 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:06:41.074 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:07:14.705 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:07:47.083 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:08:20.112 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:08:53.105 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:09:26.106 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:09:59.118 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:10:32.117 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:11:05.141 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:11:38.147 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:12:11.153 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:12:44.181 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:13:17.176 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:13:50.250 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:14:23.189 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:14:56.195 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:15:29.202 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:16:02.226 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:16:35.221 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:17:08.234 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:17:41.254 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:18:14.248 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:18:47.273 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:19:20.271 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:19:53.276 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,05:20:18.081] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,05:20:24.674] [DEBUG] 12 processes running of frp type 2025-12-13 05:20:26.297 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:20:59.307 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:21:32.367 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:22:05.313 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:22:38.368 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:23:11.347 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:23:44.384 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:24:17.347 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:24:50.372 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:25:23.371 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:25:56.380 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:29.390 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:27:02.415 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:27:35.400 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:28:08.415 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:28:41.417 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:29:14.683 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:29:47.451 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:30:20.477 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:30:53.459 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:31:26.463 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:31:59.625 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:32:33.154 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:33:05.486 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:33:38.510 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:34:11.507 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:34:44.510 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,05:35:17.109] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-13 05:35:17.551 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,05:35:23.745] [DEBUG] 12 processes running of frp type 2025-12-13 05:35:50.531 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:36:23.538 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:36:56.775 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:37:29.555 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:38:02.551 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:38:35.572 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:39:08.582 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:39:41.589 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:40:14.608 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:40:48.394 [W] [client/control.go:166] [1e035bf964c74d46] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:41:16.936 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-13 05:41:19.657 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-13 05:41:26.939 [W] [client/service.go:297] [1e035bf964c74d46] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 05:41:26.940 [I] [client/service.go:294] [1e035bf964c74d46] try to connect to server... 2025-12-13 05:41:29.659 [W] [client/service.go:297] [1c0184831adce8dc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 05:41:29.660 [I] [client/service.go:294] [1c0184831adce8dc] try to connect to server... 2025-12-13 05:41:31.276 [I] [client/service.go:286] [1e035bf964c74d46] login to server success, get run id [1e035bf964c74d46] 2025-12-13 05:41:31.277 [I] [proxy/proxy_manager.go:173] [1e035bf964c74d46] proxy added: [DTN57CC4444] 2025-12-13 05:41:31.593 [I] [client/service.go:286] [1c0184831adce8dc] login to server success, get run id [1c0184831adce8dc] 2025-12-13 05:41:31.594 [I] [proxy/proxy_manager.go:173] [1c0184831adce8dc] proxy added: [DTN57CC4444] 2025-12-13 05:41:31.595 [I] [client/control.go:168] [1e035bf964c74d46] [DTN57CC4444] start proxy success 2025-12-13 05:41:31.907 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:42:05.156 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:42:41.239 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:43:14.189 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:43:47.059 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:44:19.940 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:44:52.961 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:45:25.953 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:45:58.979 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:46:31.997 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:47:05.018 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:47:38.021 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:48:10.989 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:48:44.027 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:49:17.187 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:49:50.049 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,05:50:17.587] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-13 05:50:23.044 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,05:50:24.363] [DEBUG] 12 processes running of frp type 2025-12-13 05:50:56.059 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:51:29.077 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:52:02.332 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:52:35.281 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:53:08.068 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:53:41.086 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:54:14.076 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:54:47.205 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:55:20.355 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:55:54.360 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:56:26.126 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:56:59.128 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:57:32.143 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:58:05.173 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:58:38.249 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:59:11.164 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 05:59:44.201 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:00:17.198 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:00:50.190 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:01:23.196 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:01:56.210 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:02:29.219 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:03:02.217 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:03:35.227 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:04:08.236 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:04:41.246 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:05:14.248 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,06:05:17.973] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,06:05:24.530] [DEBUG] 12 processes running of frp type 2025-12-13 06:05:47.265 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:06:20.279 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:06:53.283 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:07:26.284 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:07:59.561 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:08:32.340 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:09:07.454 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:09:38.426 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:10:11.344 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:10:44.416 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:11:19.039 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:11:50.373 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:12:23.371 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:12:56.371 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:13:29.378 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:14:02.379 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:14:35.411 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:15:10.054 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:15:41.423 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:16:15.823 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:16:47.464 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:17:20.435 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:17:53.491 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:18:26.483 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:18:59.587 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:19:32.499 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:20:05.776 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,06:20:18.811] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,06:20:25.415] [DEBUG] 12 processes running of frp type 2025-12-13 06:20:38.514 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:21:11.534 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:21:44.543 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:22:17.492 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:22:51.117 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:23:23.516 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:23:56.602 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:24:29.775 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:25:03.724 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:25:35.543 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:08.556 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:26:41.568 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:27:14.562 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:27:47.597 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:28:20.590 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:28:53.820 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:29:26.623 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-13 06:29:59.639 [W] [client/control.go:166] [1c0184831adce8dc] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-13,06:30:42.026] [INFO] Initializing BusSpeedStateManager V2 [2025-12-13,06:30:42.030] [INFO] LocationSqlManager initialising [2025-12-13,06:30:42.031] [INFO] Location DB initialising [2025-12-13,06:30:42.040] [INFO] LocationSqlManager initialisation complete [2025-12-13,06:30:42.040] [DEBUG] UploadManager Init [2025-12-13,06:30:42.041] [DEBUG] UploadManager Init Complete [2025-12-13,06:30:42.043] [INFO] Initializing GPS... [2025-12-13,06:30: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' [2025-12-13,06:32:44.709] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,06:32:51.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( [2025-12-13,06:32:59.957] [DEBUG] Log Upload Complete! [2025-12-13,06:35:44.816] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,06:35:51.390] [DEBUG] Remote Access Enabled [2025-12-13,06:35:57.593] [INFO] Server Address: 138.201.17.179 [2025-12-13,06:35:57.594] [INFO] Server Port: 7000 [2025-12-13,06:35:57.599] [DEBUG] Starting Remote Access! 2025-12-13 06:35:57.732 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-13 06:35:57.733 [I] [client/service.go:294] try to connect to server... 2025-12-13 06:35:58.606 [I] [client/service.go:286] [7d525cd0520d3b08] login to server success, get run id [7d525cd0520d3b08] 2025-12-13 06:35:58.607 [I] [proxy/proxy_manager.go:173] [7d525cd0520d3b08] proxy added: [DTN57CC4444] 2025-12-13 06:35:58.915 [I] [client/control.go:168] [7d525cd0520d3b08] [DTN57CC4444] start proxy success 2025-12-13 06:42:12.938 [I] [client/service.go:294] [7d525cd0520d3b08] try to connect to server... 2025-12-13 06:42:15.721 [I] [client/service.go:286] [7d525cd0520d3b08] login to server success, get run id [7d525cd0520d3b08] 2025-12-13 06:42:15.723 [I] [proxy/proxy_manager.go:173] [7d525cd0520d3b08] proxy added: [DTN57CC4444] 2025-12-13 06:42:16.170 [I] [client/control.go:168] [7d525cd0520d3b08] [DTN57CC4444] start proxy success [2025-12-13,06:50:17.743] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,06:50:24.636] [DEBUG] 6 processes running of frp type [2025-12-13,07:05:18.087] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,07:05:24.695] [DEBUG] 6 processes running of frp type [2025-12-13,07:20:18.128] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,07:20:25.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' [2025-12-13,07:35:17.803] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,07:35:24.390] [DEBUG] 6 processes running of frp type [2025-12-13,07:50:17.809] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,07:50:24.442] [DEBUG] 6 processes running of frp type [2025-12-13,08:05:18.133] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,08:05:24.752] [DEBUG] 6 processes running of frp type [2025-12-13,08:20:18.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,08:20:28.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-13,08:35:17.477] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,08:35:24.006] [DEBUG] 6 processes running of frp type [2025-12-13,08:50:17.526] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,08:50:24.095] [DEBUG] 6 processes running of frp type [2025-12-13,09:05:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,09:05:24.000] [DEBUG] 6 processes running of frp type [2025-12-13,09:20:17.537] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,09: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' [2025-12-13,09:35:18.171] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,09:35:24.809] [DEBUG] 6 processes running of frp type [2025-12-13,09:50:17.757] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,09:50:24.429] [DEBUG] 6 processes running of frp type [2025-12-13,10:05:18.076] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,10:05:24.708] [DEBUG] 6 processes running of frp type [2025-12-13,10:20:16.887] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,10:20:23.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' [2025-12-13,10:35:17.386] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,10:35:23.955] [DEBUG] 6 processes running of frp type [2025-12-13,10:50:17.529] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,10:50:24.528] [DEBUG] 6 processes running of frp type [2025-12-13,11:05:18.198] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,11:05:25.232] [DEBUG] 6 processes running of frp type [2025-12-13,11:20:17.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,11:20:25.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' [2025-12-13,11:35:17.444] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,11:35:24.288] [DEBUG] 6 processes running of frp type [2025-12-13,11:50:17.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,11:50:24.557] [DEBUG] 6 processes running of frp type [2025-12-13,12:05:18.034] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,12:05:25.806] [DEBUG] 6 processes running of frp type [2025-12-13,12:20:17.108] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,12: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' [2025-12-13,12:35:17.355] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,12:35:24.295] [DEBUG] 6 processes running of frp type [2025-12-13,12:50:17.787] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,12:50:24.607] [DEBUG] 6 processes running of frp type [2025-12-13,13:05:17.015] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,13:05:24.016] [DEBUG] 6 processes running of frp type [2025-12-13,13:20:17.228] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,13: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' [2025-12-13,13:35:17.862] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,13:35:24.892] [DEBUG] 6 processes running of frp type [2025-12-13,13:50:17.367] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,13:50:24.203] [DEBUG] 6 processes running of frp type [2025-12-13,14:05:17.524] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,14:05:24.350] [DEBUG] 6 processes running of frp type [2025-12-13,14:20:17.898] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,14:20:24.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-13,14:35:17.347] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,14:35:24.252] [DEBUG] 6 processes running of frp type [2025-12-13,14:50:18.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,14:50:24.970] [DEBUG] 6 processes running of frp type [2025-12-13,15:05:22.235] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,15:05:29.265] [DEBUG] 6 processes running of frp type [2025-12-13,15:20:17.766] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,15:20:24.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-13,15:35:17.346] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,15:35:24.335] [DEBUG] 6 processes running of frp type [2025-12-13,15:50:18.000] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,15:50:24.931] [DEBUG] 6 processes running of frp type [2025-12-13,16:05:17.355] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,16:05:24.251] [DEBUG] 6 processes running of frp type [2025-12-13,16:20:17.644] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,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-13,16:35:17.235] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,16:35:23.911] [DEBUG] 6 processes running of frp type [2025-12-13,16:50:17.712] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,16:50:24.499] [DEBUG] 6 processes running of frp type [2025-12-13,17:05:17.946] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,17:05:24.486] [DEBUG] 6 processes running of frp type [2025-12-13,17:20:17.867] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,17: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' [2025-12-13,17:35:17.278] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,17:35:23.973] [DEBUG] 6 processes running of frp type [2025-12-13,17:50:17.654] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,17:50:24.279] [DEBUG] 6 processes running of frp type [2025-12-13,18:05:17.696] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,18:05:24.294] [DEBUG] 6 processes running of frp type [2025-12-13,18:20:17.576] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,18:20:24.187] [DEBUG] 6 processes running of frp type [2025-12-13,18:25:41.251] [INFO] Initializing BusSpeedStateManager V2 [2025-12-13,18:25:41.255] [INFO] LocationSqlManager initialising [2025-12-13,18:25:41.256] [INFO] Location DB initialising [2025-12-13,18:25:41.266] [INFO] LocationSqlManager initialisation complete [2025-12-13,18:25:41.267] [DEBUG] UploadManager Init [2025-12-13,18:25:41.267] [DEBUG] UploadManager Init Complete [2025-12-13,18:25:41.270] [INFO] Initializing GPS... [2025-12-13,18:25:41.272] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.541] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,18:27:57.160] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:12.858] [DEBUG] Log Upload Complete! [2025-12-13,18:30:45.434] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,18:30:52.265] [DEBUG] Remote Access Enabled [2025-12-13,18:30:58.675] [INFO] Server Address: 138.201.17.179 [2025-12-13,18:30:58.676] [INFO] Server Port: 7000 [2025-12-13,18:30:58.681] [DEBUG] Starting Remote Access! 2025-12-13 18:30:58.812 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-13 18:30:58.813 [I] [client/service.go:294] try to connect to server... 2025-12-13 18:30:59.745 [I] [client/service.go:286] [6a98e2aa653bc38d] login to server success, get run id [6a98e2aa653bc38d] 2025-12-13 18:30:59.748 [I] [proxy/proxy_manager.go:173] [6a98e2aa653bc38d] proxy added: [DTN57CC4444] 2025-12-13 18:31:00.053 [I] [client/control.go:168] [6a98e2aa653bc38d] [DTN57CC4444] start proxy success [2025-12-13,18:35:17.469] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,18:35:24.077] [DEBUG] 6 processes running of frp type [2025-12-13,18:50:18.051] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,18:50:24.616] [DEBUG] 6 processes running of frp type [2025-12-13,19:05:18.014] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,19:05:24.603] [DEBUG] 6 processes running of frp type [2025-12-13,19:20:18.187] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,19: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-13,19:35:17.974] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,19:35:24.585] [DEBUG] 6 processes running of frp type [2025-12-13,19:50:17.365] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,19:50:24.124] [DEBUG] 6 processes running of frp type [2025-12-13,20:05:17.434] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,20:05:25.078] [DEBUG] 6 processes running of frp type [2025-12-13,20:20:17.314] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,20:20:26.460] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:18.157] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,20:35:24.787] [DEBUG] 6 processes running of frp type [2025-12-13,20:50:17.303] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,20:50:24.334] [DEBUG] 6 processes running of frp type [2025-12-13,21:05:19.551] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,21:05:34.270] [DEBUG] 6 processes running of frp type [2025-12-13,21:20:17.612] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,21: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-12-13,21:35:17.708] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,21:35:24.255] [DEBUG] 6 processes running of frp type [2025-12-13,21:50:17.344] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,21:50:24.179] [DEBUG] 6 processes running of frp type [2025-12-13,22:05:17.644] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,22:05:24.265] [DEBUG] 6 processes running of frp type [2025-12-13,22:20:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,22: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-13,22:35:17.441] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,22:35:24.905] [DEBUG] 6 processes running of frp type [2025-12-13,22:50:17.380] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,22:50:23.968] [DEBUG] 6 processes running of frp type [2025-12-13,23:05:17.287] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,23:05:23.753] [DEBUG] 6 processes running of frp type 2025-12-13 23:12:49.458 [I] [client/service.go:294] [6a98e2aa653bc38d] try to connect to server... 2025-12-13 23:12:59.461 [W] [client/service.go:297] [6a98e2aa653bc38d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:12:59.461 [I] [client/service.go:294] [6a98e2aa653bc38d] try to connect to server... 2025-12-13 23:13:19.952 [W] [client/service.go:297] [6a98e2aa653bc38d] connect to server error: i/o deadline reached 2025-12-13 23:13:19.952 [I] [client/service.go:294] [6a98e2aa653bc38d] try to connect to server... 2025-12-13 23:13:25.593 [I] [client/service.go:286] [6a98e2aa653bc38d] login to server success, get run id [6a98e2aa653bc38d] 2025-12-13 23:13:25.594 [I] [proxy/proxy_manager.go:173] [6a98e2aa653bc38d] proxy added: [DTN57CC4444] 2025-12-13 23:13:26.260 [I] [client/control.go:168] [6a98e2aa653bc38d] [DTN57CC4444] start proxy success [2025-12-13,23:20:18.393] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,23: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' [2025-12-13,23:35:17.404] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,23:35:24.017] [DEBUG] 6 processes running of frp type [2025-12-13,23:50:17.310] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-13,23:50:23.852] [DEBUG] 6 processes running of frp type [2025-12-14,00:05:17.082] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,00:05:23.738] [DEBUG] 6 processes running of frp type [2025-12-14,00:20:17.041] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,00: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' [2025-12-14,00:35:18.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,00:35:25.088] [DEBUG] 6 processes running of frp type [2025-12-14,00:50:17.162] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,00:50:23.756] [DEBUG] 6 processes running of frp type [2025-12-14,01:05:18.031] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,01:05:24.664] [DEBUG] 6 processes running of frp type [2025-12-14,01:20:17.979] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,01: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-14,01:35:17.938] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,01:35:24.736] [DEBUG] 6 processes running of frp type [2025-12-14,01:50:18.166] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,01:50:24.662] [DEBUG] 6 processes running of frp type [2025-12-14,02:05:17.913] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,02:05:24.419] [DEBUG] 6 processes running of frp type [2025-12-14,02:20:17.494] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,02: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-14,02:35:19.411] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,02:35:26.157] [DEBUG] 6 processes running of frp type [2025-12-14,02:50:17.285] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,02:50:29.088] [DEBUG] 6 processes running of frp type 2025-12-14 02:52:18.074 [I] [client/service.go:294] [6a98e2aa653bc38d] try to connect to server... 2025-12-14 02:52:23.375 [I] [client/service.go:286] [6a98e2aa653bc38d] login to server success, get run id [6a98e2aa653bc38d] 2025-12-14 02:52:23.378 [I] [proxy/proxy_manager.go:173] [6a98e2aa653bc38d] proxy added: [DTN57CC4444] 2025-12-14 02:52:28.077 [I] [client/control.go:168] [6a98e2aa653bc38d] [DTN57CC4444] start proxy success 2025-12-14 02:52:58.748 [I] [client/service.go:294] [6a98e2aa653bc38d] try to connect to server... 2025-12-14 02:53:10.358 [W] [client/service.go:297] [6a98e2aa653bc38d] connect to server error: i/o deadline reached 2025-12-14 02:53:10.358 [I] [client/service.go:294] [6a98e2aa653bc38d] try to connect to server... 2025-12-14 02:53:11.700 [I] [client/service.go:286] [6a98e2aa653bc38d] login to server success, get run id [6a98e2aa653bc38d] 2025-12-14 02:53:11.701 [I] [proxy/proxy_manager.go:173] [6a98e2aa653bc38d] proxy added: [DTN57CC4444] 2025-12-14 02:53:12.074 [I] [client/control.go:168] [6a98e2aa653bc38d] [DTN57CC4444] start proxy success [2025-12-14,03:05:17.289] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,03:05:24.408] [DEBUG] 6 processes running of frp type [2025-12-14,03:20:17.645] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,03: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-12-14,03:35:17.745] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,03:35:24.273] [DEBUG] 6 processes running of frp type 2025-12-14 03:39:05.564 [I] [client/service.go:294] [6a98e2aa653bc38d] try to connect to server... 2025-12-14 03:39:06.487 [I] [client/service.go:286] [6a98e2aa653bc38d] login to server success, get run id [6a98e2aa653bc38d] 2025-12-14 03:39:06.488 [I] [proxy/proxy_manager.go:173] [6a98e2aa653bc38d] proxy added: [DTN57CC4444] 2025-12-14 03:39:06.791 [I] [client/control.go:168] [6a98e2aa653bc38d] [DTN57CC4444] start proxy success [2025-12-14,03:50:17.435] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,03:50:24.002] [DEBUG] 6 processes running of frp type [2025-12-14,04:05:17.189] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,04:05:23.901] [DEBUG] 6 processes running of frp type 2025-12-14 04:06:35.436 [I] [client/service.go:294] [6a98e2aa653bc38d] try to connect to server... 2025-12-14 04:06:37.595 [W] [client/service.go:297] [6a98e2aa653bc38d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-14 04:06:37.595 [I] [client/service.go:294] [6a98e2aa653bc38d] try to connect to server... 2025-12-14 04:06:38.609 [W] [client/service.go:297] [6a98e2aa653bc38d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-14 04:06:42.920 [I] [client/service.go:294] [6a98e2aa653bc38d] try to connect to server... 2025-12-14 04:06:42.925 [W] [client/service.go:297] [6a98e2aa653bc38d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-14 04:06:51.956 [I] [client/service.go:294] [6a98e2aa653bc38d] try to connect to server... 2025-12-14 04:06:58.350 [I] [client/service.go:286] [6a98e2aa653bc38d] login to server success, get run id [6a98e2aa653bc38d] 2025-12-14 04:06:58.352 [I] [proxy/proxy_manager.go:173] [6a98e2aa653bc38d] proxy added: [DTN57CC4444] 2025-12-14 04:06:58.950 [I] [client/control.go:168] [6a98e2aa653bc38d] [DTN57CC4444] start proxy success [2025-12-14,04:20:17.274] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-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' [2025-12-14,04:35:18.014] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,04:35:24.748] [DEBUG] 6 processes running of frp type [2025-12-14,04:50:17.450] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,04:50:24.096] [DEBUG] 6 processes running of frp type [2025-12-14,05:05:17.845] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,05:05:24.680] [DEBUG] 6 processes running of frp type [2025-12-14,05:20:18.000] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,05:20:25.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-14,05:35:17.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,05:35:24.509] [DEBUG] 6 processes running of frp type [2025-12-14,05:50:16.965] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,05:50:23.657] [DEBUG] 6 processes running of frp type 2025-12-14 06:01:13.560 [I] [client/service.go:294] [6a98e2aa653bc38d] try to connect to server... 2025-12-14 06:01:14.573 [I] [client/service.go:286] [6a98e2aa653bc38d] login to server success, get run id [6a98e2aa653bc38d] 2025-12-14 06:01:14.574 [I] [proxy/proxy_manager.go:173] [6a98e2aa653bc38d] proxy added: [DTN57CC4444] 2025-12-14 06:01:14.895 [I] [client/control.go:168] [6a98e2aa653bc38d] [DTN57CC4444] start proxy success [2025-12-14,06:05:18.174] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,06:05:24.802] [DEBUG] 6 processes running of frp type [2025-12-14,06:20:17.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,06: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-14,06:30:41.082] [INFO] Initializing BusSpeedStateManager V2 [2025-12-14,06:30:41.089] [INFO] LocationSqlManager initialising [2025-12-14,06:30:41.090] [INFO] Location DB initialising [2025-12-14,06:30:41.101] [INFO] LocationSqlManager initialisation complete [2025-12-14,06:30:41.102] [DEBUG] UploadManager Init [2025-12-14,06:30:41.102] [DEBUG] UploadManager Init Complete [2025-12-14,06:30:41.107] [INFO] Initializing GPS... [2025-12-14,06:30:41.110] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,06:32:51.562] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:01.913] [DEBUG] Log Upload Complete! [2025-12-14,06:35:44.909] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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.928] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,06:35:51.825] [DEBUG] Remote Access Enabled [2025-12-14,06:35:58.031] [INFO] Server Address: 138.201.17.179 [2025-12-14,06:35:58.032] [INFO] Server Port: 7000 [2025-12-14,06:35:58.038] [DEBUG] Starting Remote Access! 2025-12-14 06:35:58.174 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-14 06:35:58.175 [I] [client/service.go:294] try to connect to server... 2025-12-14 06:35:59.129 [I] [client/service.go:286] [a328f9d07dd346ed] login to server success, get run id [a328f9d07dd346ed] 2025-12-14 06:35:59.131 [I] [proxy/proxy_manager.go:173] [a328f9d07dd346ed] proxy added: [DTN57CC4444] 2025-12-14 06:35:59.466 [I] [client/control.go:168] [a328f9d07dd346ed] [DTN57CC4444] start proxy success [2025-12-14,06:50:17.474] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,06:50:24.187] [DEBUG] 6 processes running of frp type [2025-12-14,07:05:17.795] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,07:05:24.404] [DEBUG] 6 processes running of frp type [2025-12-14,07:20:17.785] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,07: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-14,07:35:18.021] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,07:35:24.597] [DEBUG] 6 processes running of frp type [2025-12-14,07:50:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,07:50:23.971] [DEBUG] 6 processes running of frp type [2025-12-14,08:02:17.271] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,08:02:23.748] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:34.517] [DEBUG] Log Upload Complete! [2025-12-14,08:05:17.531] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,08:05:24.079] [DEBUG] 6 processes running of frp type [2025-12-14,08:20:17.416] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,08: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' [2025-12-14,08:35:17.621] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,08:35:24.195] [DEBUG] 6 processes running of frp type [2025-12-14,08:50:18.125] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,08:50:24.660] [DEBUG] 6 processes running of frp type [2025-12-14,09:05:17.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,09:05:23.517] [DEBUG] 6 processes running of frp type [2025-12-14,09:20:17.833] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,09: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-14,09:35:17.212] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,09:35:23.782] [DEBUG] 6 processes running of frp type [2025-12-14,09:50:17.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,09:50:23.980] [DEBUG] 6 processes running of frp type [2025-12-14,10:05:17.223] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,10:05:23.700] [DEBUG] 6 processes running of frp type [2025-12-14,10:20:17.905] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,10: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-14,10:35:18.137] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,10:35:24.739] [DEBUG] 6 processes running of frp type [2025-12-14,10:50:17.282] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,10:50:23.877] [DEBUG] 6 processes running of frp type [2025-12-14,11:05:17.361] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,11:05:24.023] [DEBUG] 6 processes running of frp type [2025-12-14,11:20:17.422] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,11: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' [2025-12-14,11:35:18.008] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,11:35:24.557] [DEBUG] 6 processes running of frp type [2025-12-14,11:50:17.435] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,11:50:23.950] [DEBUG] 6 processes running of frp type [2025-12-14,12:05:17.206] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,12:05:23.720] [DEBUG] 6 processes running of frp type 2025-12-14 12:06:57.166 [I] [client/service.go:294] [a328f9d07dd346ed] try to connect to server... 2025-12-14 12:06:57.170 [W] [client/service.go:297] [a328f9d07dd346ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-14 12:06:59.353 [I] [client/service.go:294] [a328f9d07dd346ed] try to connect to server... 2025-12-14 12:06:59.357 [W] [client/service.go:297] [a328f9d07dd346ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-14 12:07:03.955 [I] [client/service.go:294] [a328f9d07dd346ed] try to connect to server... 2025-12-14 12:07:04.938 [I] [client/service.go:286] [a328f9d07dd346ed] login to server success, get run id [a328f9d07dd346ed] 2025-12-14 12:07:04.940 [I] [proxy/proxy_manager.go:173] [a328f9d07dd346ed] proxy added: [DTN57CC4444] 2025-12-14 12:07:05.254 [I] [client/control.go:168] [a328f9d07dd346ed] [DTN57CC4444] start proxy success [2025-12-14,12:20:17.042] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-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' [2025-12-14,12:35:17.622] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,12:35:24.200] [DEBUG] 6 processes running of frp type [2025-12-14,12:50:18.185] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,12:50:24.828] [DEBUG] 6 processes running of frp type [2025-12-14,13:05:17.307] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,13:05:23.964] [DEBUG] 6 processes running of frp type [2025-12-14,13:20:17.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,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' [2025-12-14,13:35:17.713] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,13:35:24.281] [DEBUG] 6 processes running of frp type [2025-12-14,13:50:17.960] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,13:50:24.580] [DEBUG] 6 processes running of frp type [2025-12-14,14:05:18.303] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,14:05:24.964] [DEBUG] 6 processes running of frp type [2025-12-14,14:20:17.238] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,14: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' [2025-12-14,14:35:17.337] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,14:35:23.909] [DEBUG] 6 processes running of frp type [2025-12-14,14:50:17.945] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,14:50:24.464] [DEBUG] 6 processes running of frp type [2025-12-14,15:05:17.672] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,15:05:24.262] [DEBUG] 6 processes running of frp type [2025-12-14,15:20:17.748] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,15: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-14,15:35:17.242] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,15:35:23.782] [DEBUG] 6 processes running of frp type [2025-12-14,15:50:17.529] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,15:50:24.142] [DEBUG] 6 processes running of frp type [2025-12-14,16:05:17.792] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,16:05:24.412] [DEBUG] 6 processes running of frp type [2025-12-14,16:20:17.775] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,16: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' [2025-12-14,16:35:17.517] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,16:35:24.138] [DEBUG] 6 processes running of frp type [2025-12-14,16:50:17.117] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,16:50:23.691] [DEBUG] 6 processes running of frp type [2025-12-14,17:05:18.316] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,17:05:25.762] [DEBUG] 6 processes running of frp type [2025-12-14,17:20:17.145] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,17: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,17:35:17.301] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,17:35:23.868] [DEBUG] 6 processes running of frp type [2025-12-14,17:50:17.796] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,17:50:24.371] [DEBUG] 6 processes running of frp type [2025-12-14,18:05:17.678] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,18:05:24.231] [DEBUG] 6 processes running of frp type [2025-12-14,18:20:17.537] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,18:20:24.141] [DEBUG] 6 processes running of frp type [2025-12-14,18:25:40.585] [INFO] Initializing BusSpeedStateManager V2 [2025-12-14,18:25:40.592] [INFO] LocationSqlManager initialising [2025-12-14,18:25:40.593] [INFO] Location DB initialising [2025-12-14,18:25:40.604] [INFO] LocationSqlManager initialisation complete [2025-12-14,18:25:40.606] [DEBUG] UploadManager Init [2025-12-14,18:25:40.606] [DEBUG] UploadManager Init Complete [2025-12-14,18:25:40.611] [INFO] Initializing GPS... [2025-12-14,18:25:40.614] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.151] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,18:27:50.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( [2025-12-14,18:28:22.080] [DEBUG] Log Upload Complete! [2025-12-14,18:30:44.465] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,18:30:44.543] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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,18:30:50.956] [DEBUG] Remote Access Enabled [2025-12-14,18:30:57.349] [INFO] Server Address: 138.201.17.179 [2025-12-14,18:30:57.350] [INFO] Server Port: 7000 [2025-12-14,18:30:57.355] [DEBUG] Starting Remote Access! 2025-12-14 18:30:57.493 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-14 18:30:57.494 [I] [client/service.go:294] try to connect to server... 2025-12-14 18:30:58.346 [I] [client/service.go:286] [6391638ecac34bd1] login to server success, get run id [6391638ecac34bd1] 2025-12-14 18:30:58.347 [I] [proxy/proxy_manager.go:173] [6391638ecac34bd1] proxy added: [DTN57CC4444] 2025-12-14 18:30:59.246 [I] [client/control.go:168] [6391638ecac34bd1] [DTN57CC4444] start proxy success [2025-12-14,18:35:17.353] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,18:35:23.949] [DEBUG] 6 processes running of frp type [2025-12-14,18:50:17.706] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,18:50:24.283] [DEBUG] 6 processes running of frp type [2025-12-14,19:05:17.865] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,19:05:24.395] [DEBUG] 6 processes running of frp type [2025-12-14,19:20:17.920] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,19: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' [2025-12-14,19:35:17.611] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,19:35:24.336] [DEBUG] 6 processes running of frp type [2025-12-14,19:50:16.856] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,19:50:23.519] [DEBUG] 6 processes running of frp type [2025-12-14,20:05:18.142] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,20:05:24.777] [DEBUG] 6 processes running of frp type [2025-12-14,20:20:17.209] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,20:20:24.653] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,20:35:24.802] [DEBUG] 6 processes running of frp type 2025-12-14 20:38:31.634 [I] [client/service.go:294] [6391638ecac34bd1] try to connect to server... 2025-12-14 20:38:36.474 [I] [client/service.go:286] [6391638ecac34bd1] login to server success, get run id [6391638ecac34bd1] 2025-12-14 20:38:36.475 [I] [proxy/proxy_manager.go:173] [6391638ecac34bd1] proxy added: [DTN57CC4444] 2025-12-14 20:38:37.456 [I] [client/control.go:168] [6391638ecac34bd1] [DTN57CC4444] start proxy success [2025-12-14,20:50:17.738] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,20:50:24.433] [DEBUG] 6 processes running of frp type [2025-12-14,21:05:17.867] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,21:05:24.378] [DEBUG] 6 processes running of frp type 2025-12-14 21:17:13.108 [I] [client/service.go:294] [6391638ecac34bd1] try to connect to server... 2025-12-14 21:17:17.882 [I] [client/service.go:286] [6391638ecac34bd1] login to server success, get run id [6391638ecac34bd1] 2025-12-14 21:17:17.883 [I] [proxy/proxy_manager.go:173] [6391638ecac34bd1] proxy added: [DTN57CC4444] 2025-12-14 21:17:18.718 [I] [client/control.go:168] [6391638ecac34bd1] [DTN57CC4444] start proxy success [2025-12-14,21:20:17.593] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,21: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-14 21:35:13.387 [I] [client/service.go:294] [6391638ecac34bd1] try to connect to server... 2025-12-14 21:35:14.483 [I] [client/service.go:286] [6391638ecac34bd1] login to server success, get run id [6391638ecac34bd1] 2025-12-14 21:35:14.484 [I] [proxy/proxy_manager.go:173] [6391638ecac34bd1] proxy added: [DTN57CC4444] 2025-12-14 21:35:14.807 [I] [client/control.go:168] [6391638ecac34bd1] [DTN57CC4444] start proxy success [2025-12-14,21:35:19.836] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,21:35:27.324] [DEBUG] 6 processes running of frp type [2025-12-14,21:50:18.033] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,21:50:24.838] [DEBUG] 6 processes running of frp type [2025-12-14,22:05:20.690] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2025-12-14 22:06:43.702 [I] [client/service.go:294] [6391638ecac34bd1] try to connect to server... 2025-12-14 22:07:02.024 [W] [client/service.go:297] [6391638ecac34bd1] connect to server error: i/o deadline reached 2025-12-14 22:07:02.025 [I] [client/service.go:294] [6391638ecac34bd1] try to connect to server... 2025-12-14 22:07:13.928 [W] [client/service.go:297] [6391638ecac34bd1] connect to server error: connection write timeout 2025-12-14 22:07:13.929 [I] [client/service.go:294] [6391638ecac34bd1] try to connect to server... 2025-12-14 22:07:18.843 [I] [client/service.go:286] [6391638ecac34bd1] login to server success, get run id [6391638ecac34bd1] 2025-12-14 22:07:18.845 [I] [proxy/proxy_manager.go:173] [6391638ecac34bd1] proxy added: [DTN57CC4444] 2025-12-14 22:07:19.126 [I] [client/control.go:168] [6391638ecac34bd1] [DTN57CC4444] start proxy success [2025-12-14,22:20:17.068] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,22:20:23.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-12-14,22:35:17.202] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,22:35:23.796] [DEBUG] 6 processes running of frp type [2025-12-14,22:50:17.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,22:50:24.644] [DEBUG] 6 processes running of frp type [2025-12-14,23:05:18.002] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,23:05:24.725] [DEBUG] 6 processes running of frp type [2025-12-14,23:20:16.949] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,23:20:23.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-14,23:35:17.263] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,23:35:23.963] [DEBUG] 6 processes running of frp type [2025-12-14,23:50:17.070] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-14,23:50:23.695] [DEBUG] 6 processes running of frp type [2025-12-15,00:05:18.050] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,00:05:24.656] [DEBUG] 6 processes running of frp type [2025-12-15,00:20:17.875] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,00: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-15,00:35:17.155] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,00:35:23.954] [DEBUG] 6 processes running of frp type [2025-12-15,00:50:17.059] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,00:50:23.683] [DEBUG] 6 processes running of frp type [2025-12-15,01:05:18.356] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,01:05:24.952] [DEBUG] 6 processes running of frp type [2025-12-15,01:20:17.150] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,01: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-15,01:35:17.318] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,01:35:23.976] [DEBUG] 6 processes running of frp type [2025-12-15,01:50:17.651] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,01:50:30.171] [DEBUG] 6 processes running of frp type [2025-12-15,02:05:17.389] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,02:05:23.905] [DEBUG] 6 processes running of frp type [2025-12-15,02:20:17.126] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,02: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-15,02:35:17.337] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,02:35:23.940] [DEBUG] 6 processes running of frp type [2025-12-15,02:50:17.280] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,02:50:24.098] [DEBUG] 6 processes running of frp type [2025-12-15,03:05:17.290] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,03:05:23.870] [DEBUG] 6 processes running of frp type [2025-12-15,03:20:17.200] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,03: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-12-15,03:35:17.253] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,03:35:23.879] [DEBUG] 6 processes running of frp type [2025-12-15,03:50:18.114] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,03:50:24.741] [DEBUG] 6 processes running of frp type [2025-12-15,04:05:17.980] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,04:05:24.551] [DEBUG] 6 processes running of frp type 2025-12-15 04:06:27.298 [I] [client/service.go:294] [6391638ecac34bd1] try to connect to server... 2025-12-15 04:06:30.250 [W] [client/service.go:297] [6391638ecac34bd1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 04:06:30.251 [I] [client/service.go:294] [6391638ecac34bd1] try to connect to server... 2025-12-15 04:06:33.290 [W] [client/service.go:297] [6391638ecac34bd1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 04:06:33.290 [I] [client/service.go:294] [6391638ecac34bd1] try to connect to server... 2025-12-15 04:06:36.329 [W] [client/service.go:297] [6391638ecac34bd1] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-15 04:06:46.001 [I] [client/service.go:294] [6391638ecac34bd1] try to connect to server... 2025-12-15 04:06:56.002 [W] [client/service.go:297] [6391638ecac34bd1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 04:06:56.003 [I] [client/service.go:294] [6391638ecac34bd1] try to connect to server... 2025-12-15 04:06:57.574 [I] [client/service.go:286] [6391638ecac34bd1] login to server success, get run id [6391638ecac34bd1] 2025-12-15 04:06:57.575 [I] [proxy/proxy_manager.go:173] [6391638ecac34bd1] proxy added: [DTN57CC4444] 2025-12-15 04:06:57.887 [I] [client/control.go:168] [6391638ecac34bd1] [DTN57CC4444] start proxy success [2025-12-15,04:20:17.823] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,04: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-15,04:35:17.097] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,04:35:23.663] [DEBUG] 6 processes running of frp type [2025-12-15,04:50:17.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,04:50:24.382] [DEBUG] 6 processes running of frp type [2025-12-15,05:05:17.790] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,05:05:24.644] [DEBUG] 6 processes running of frp type [2025-12-15,05:20:17.902] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,05: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' [2025-12-15,05:35:18.129] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,05:35:24.976] [DEBUG] 6 processes running of frp type [2025-12-15,05:50:17.444] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,05:50:24.293] [DEBUG] 6 processes running of frp type [2025-12-15,06:05:17.616] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,06:05:24.228] [DEBUG] 6 processes running of frp type [2025-12-15,06:20:17.473] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,06:20:24.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' [2025-12-15,06:30:41.928] [INFO] Initializing BusSpeedStateManager V2 [2025-12-15,06:30:41.932] [INFO] LocationSqlManager initialising [2025-12-15,06:30:41.933] [INFO] Location DB initialising [2025-12-15,06:30:41.942] [INFO] LocationSqlManager initialisation complete [2025-12-15,06:30:41.942] [DEBUG] UploadManager Init [2025-12-15,06:30:41.943] [DEBUG] UploadManager Init Complete [2025-12-15,06:30:41.945] [INFO] Initializing GPS... [2025-12-15,06:30:41.947] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.971] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,06:32:57.184] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:32.632] [DEBUG] Log Upload Complete! [2025-12-15,06:35:45.099] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,06:35:53.028] [DEBUG] Remote Access Enabled [2025-12-15,06:36:00.119] [INFO] Server Address: 138.201.17.179 [2025-12-15,06:36:00.120] [INFO] Server Port: 7000 [2025-12-15,06:36:00.125] [DEBUG] Starting Remote Access! 2025-12-15 06:36:00.256 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-15 06:36:00.257 [I] [client/service.go:294] try to connect to server... 2025-12-15 06:36:03.830 [I] [client/service.go:286] [1998ca9758d8b599] login to server success, get run id [1998ca9758d8b599] 2025-12-15 06:36:03.832 [I] [proxy/proxy_manager.go:173] [1998ca9758d8b599] proxy added: [DTN57CC4444] 2025-12-15 06:36:04.409 [I] [client/control.go:168] [1998ca9758d8b599] [DTN57CC4444] start proxy success [2025-12-15,06:50:17.781] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,06:50:24.527] [DEBUG] 6 processes running of frp type [2025-12-15,07:05:17.838] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,07:05:24.755] [DEBUG] 6 processes running of frp type [2025-12-15,07:20:17.004] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,07: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' [2025-12-15,07:35:17.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,07:35:24.028] [DEBUG] 6 processes running of frp type [2025-12-15,07:50:17.452] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,07:50:24.692] [DEBUG] 6 processes running of frp type [2025-12-15,08:02:22.833] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,08:02:29.414] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:45.661] [DEBUG] Log Upload Complete! [2025-12-15,08:05:18.196] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,08:05:24.951] [DEBUG] 6 processes running of frp type [2025-12-15,08:20:17.452] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,08: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-12-15,08:35:17.747] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,08:35:24.312] [DEBUG] 6 processes running of frp type [2025-12-15,08:50:17.918] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,08:50:24.603] [DEBUG] 6 processes running of frp type [2025-12-15,09:05:18.265] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,09:05:24.835] [DEBUG] 6 processes running of frp type [2025-12-15,09:20:17.104] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,09:20:23.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' [2025-12-15,09:35:17.443] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,09:35:24.033] [DEBUG] 6 processes running of frp type [2025-12-15,09:50:18.009] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,09:50:24.533] [DEBUG] 6 processes running of frp type [2025-12-15,10:05:17.865] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,10:05:24.492] [DEBUG] 6 processes running of frp type [2025-12-15,10:20:17.707] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,10: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-15,10:35:17.914] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,10:35:24.474] [DEBUG] 6 processes running of frp type [2025-12-15,10:50:17.110] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,10:50:23.624] [DEBUG] 6 processes running of frp type [2025-12-15,11:05:18.244] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,11:05:24.820] [DEBUG] 6 processes running of frp type [2025-12-15,11:20:17.271] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,11: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' [2025-12-15,11:35:17.365] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,11:35:23.946] [DEBUG] 6 processes running of frp type [2025-12-15,11:50:18.169] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,11:50:24.720] [DEBUG] 6 processes running of frp type [2025-12-15,12:05:18.314] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,12:05:24.894] [DEBUG] 6 processes running of frp type [2025-12-15,12:20:17.519] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,12: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' [2025-12-15,12:35:17.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,12:35:24.251] [DEBUG] 6 processes running of frp type [2025-12-15,12:50:18.299] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,12:50:24.918] [DEBUG] 6 processes running of frp type [2025-12-15,13:05:17.227] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,13:05:23.844] [DEBUG] 6 processes running of frp type [2025-12-15,13:20:17.155] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,13:20:23.803] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.494] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,13:35:24.111] [DEBUG] 6 processes running of frp type [2025-12-15,13:50:17.388] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,13:50:23.999] [DEBUG] 6 processes running of frp type [2025-12-15,14:05:17.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,14:05:24.879] [DEBUG] 6 processes running of frp type [2025-12-15,14:20:17.175] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,14:20:23.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-12-15,14:35:18.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,14:35:24.698] [DEBUG] 6 processes running of frp type [2025-12-15,14:50:17.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,14:50:24.568] [DEBUG] 6 processes running of frp type [2025-12-15,15:05:18.212] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,15:05:24.793] [DEBUG] 6 processes running of frp type [2025-12-15,15:20:17.032] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,15: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' [2025-12-15,15:35:17.386] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,15:35:23.968] [DEBUG] 6 processes running of frp type [2025-12-15,15:50:18.086] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,15:50:24.720] [DEBUG] 6 processes running of frp type [2025-12-15,16:05:17.098] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,16:05:23.690] [DEBUG] 6 processes running of frp type [2025-12-15,16:20:18.163] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,16:20:24.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-15,16:35:17.296] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,16:35:23.971] [DEBUG] 6 processes running of frp type [2025-12-15,16:50:17.114] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,16:50:23.673] [DEBUG] 6 processes running of frp type [2025-12-15,17:05:17.365] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,17:05:23.955] [DEBUG] 6 processes running of frp type [2025-12-15,17:20:17.480] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,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' [2025-12-15,17:35:17.954] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,17:35:24.752] [DEBUG] 6 processes running of frp type [2025-12-15,17:50:17.540] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,17:50:24.145] [DEBUG] 6 processes running of frp type [2025-12-15,18:05:17.531] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,18:05:24.252] [DEBUG] 6 processes running of frp type [2025-12-15,18:20:17.584] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,18:20:24.241] [DEBUG] 6 processes running of frp type [2025-12-15,18:25:42.257] [INFO] Initializing BusSpeedStateManager V2 [2025-12-15,18:25:42.264] [INFO] LocationSqlManager initialising [2025-12-15,18:25:42.265] [INFO] Location DB initialising [2025-12-15,18:25:42.276] [INFO] LocationSqlManager initialisation complete [2025-12-15,18:25:42.278] [DEBUG] UploadManager Init [2025-12-15,18:25:42.278] [DEBUG] UploadManager Init Complete [2025-12-15,18:25:42.283] [INFO] Initializing GPS... [2025-12-15,18:25:42.285] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.542] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,18:27:56.018] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:11.810] [DEBUG] Log Upload Complete! [2025-12-15,18:30:44.640] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,18:30:51.790] [DEBUG] Remote Access Enabled [2025-12-15,18:30:54.500] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-15,18:30:58.054] [INFO] Server Address: 138.201.17.179 [2025-12-15,18:30:58.055] [INFO] Server Port: 7000 [2025-12-15,18:30:58.060] [DEBUG] Starting Remote Access! 2025-12-15 18:30:58.193 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-15 18:30:58.194 [I] [client/service.go:294] try to connect to server... 2025-12-15 18:30:59.209 [I] [client/service.go:286] [90c587b30285fa31] login to server success, get run id [90c587b30285fa31] 2025-12-15 18:30:59.210 [I] [proxy/proxy_manager.go:173] [90c587b30285fa31] proxy added: [DTN57CC4444] 2025-12-15 18:30:59.535 [I] [client/control.go:168] [90c587b30285fa31] [DTN57CC4444] start proxy success [2025-12-15,18:35:17.128] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,18:35:23.742] [DEBUG] 6 processes running of frp type [2025-12-15,18:50:17.477] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,18:50:24.349] [DEBUG] 6 processes running of frp type [2025-12-15,19:05:17.662] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,19:05:24.204] [DEBUG] 6 processes running of frp type [2025-12-15,19:20:17.732] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,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' [2025-12-15,19:35:17.185] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,19:35:24.194] [DEBUG] 6 processes running of frp type [2025-12-15,19:50:17.307] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,19:50:24.230] [DEBUG] 6 processes running of frp type [2025-12-15,20:05:17.587] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,20:05:24.649] [DEBUG] 6 processes running of frp type [2025-12-15,20:20:18.313] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,20:20:27.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-15,20:35:18.914] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,20:35:25.824] [DEBUG] 6 processes running of frp type [2025-12-15,20:50:17.381] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,20:50:24.286] [DEBUG] 6 processes running of frp type [2025-12-15,21:05:17.529] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,21:05:25.365] [DEBUG] 6 processes running of frp type [2025-12-15,21:20:17.535] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,21: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' 2025-12-15 21:32:41.049 [I] [client/service.go:294] [90c587b30285fa31] try to connect to server... 2025-12-15 21:32:44.001 [I] [client/service.go:286] [90c587b30285fa31] login to server success, get run id [90c587b30285fa31] 2025-12-15 21:32:44.002 [I] [proxy/proxy_manager.go:173] [90c587b30285fa31] proxy added: [DTN57CC4444] 2025-12-15 21:32:45.007 [I] [client/control.go:168] [90c587b30285fa31] [DTN57CC4444] start proxy success [2025-12-15,21:35:17.617] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,21:35:31.061] [DEBUG] 6 processes running of frp type 2025-12-15 21:46:53.584 [I] [client/service.go:294] [90c587b30285fa31] try to connect to server... 2025-12-15 21:46:54.551 [I] [client/service.go:286] [90c587b30285fa31] login to server success, get run id [90c587b30285fa31] 2025-12-15 21:46:54.553 [I] [proxy/proxy_manager.go:173] [90c587b30285fa31] proxy added: [DTN57CC4444] 2025-12-15 21:46:54.867 [I] [client/control.go:168] [90c587b30285fa31] [DTN57CC4444] start proxy success [2025-12-15,21:50:17.290] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,21:50:33.734] [DEBUG] 6 processes running of frp type [2025-12-15,22:05:17.954] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,22:05:24.633] [DEBUG] 6 processes running of frp type [2025-12-15,22:20:18.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,22:20:25.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' [2025-12-15,22:35:17.667] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,22:35:24.423] [DEBUG] 6 processes running of frp type [2025-12-15,22:50:17.594] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,22:50:24.116] [DEBUG] 6 processes running of frp type [2025-12-15,23:05:17.362] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,23:05:23.945] [DEBUG] 6 processes running of frp type [2025-12-15,23:20:19.271] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,23:20:26.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' [2025-12-15,23:35:17.775] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,23:35:24.505] [DEBUG] 6 processes running of frp type [2025-12-15,23:50:17.531] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-15,23:50:24.002] [DEBUG] 6 processes running of frp type [2025-12-16,00:05:17.323] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,00:05:23.942] [DEBUG] 6 processes running of frp type [2025-12-16,00:20:17.172] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,00: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-16,00:35:17.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,00:35:23.569] [DEBUG] 6 processes running of frp type [2025-12-16,00:50:17.710] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,00:50:24.245] [DEBUG] 6 processes running of frp type [2025-12-16,01:05:17.469] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,01:05:23.951] [DEBUG] 6 processes running of frp type [2025-12-16,01:20:17.103] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,01:20:23.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-12-16,01:35:17.862] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,01:35:24.443] [DEBUG] 6 processes running of frp type [2025-12-16,01:50:17.657] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,01:50:24.190] [DEBUG] 6 processes running of frp type [2025-12-16,02:05:17.439] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,02:05:23.955] [DEBUG] 6 processes running of frp type [2025-12-16,02:20:17.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,02: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-16,02:35:17.361] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,02:35:23.986] [DEBUG] 6 processes running of frp type [2025-12-16,02:50:17.058] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,02:50:24.184] [DEBUG] 6 processes running of frp type 2025-12-16 02:53:01.981 [I] [client/service.go:294] [90c587b30285fa31] try to connect to server... 2025-12-16 02:53:16.662 [W] [client/service.go:297] [90c587b30285fa31] connect to server error: connection write timeout 2025-12-16 02:53:16.662 [I] [client/service.go:294] [90c587b30285fa31] try to connect to server... 2025-12-16 02:53:23.096 [I] [client/service.go:286] [90c587b30285fa31] login to server success, get run id [90c587b30285fa31] 2025-12-16 02:53:23.097 [I] [proxy/proxy_manager.go:173] [90c587b30285fa31] proxy added: [DTN57CC4444] 2025-12-16 02:53:24.638 [I] [client/control.go:168] [90c587b30285fa31] [DTN57CC4444] start proxy success [2025-12-16,03:05:17.437] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,03:05:25.060] [DEBUG] 6 processes running of frp type [2025-12-16,03:20:17.337] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,03:20:23.923] [DEBUG] 6 processes running of frp type 2025-12-16 03:23:18.175 [I] [client/service.go:294] [90c587b30285fa31] try to connect to server... 2025-12-16 03:23:19.386 [I] [client/service.go:286] [90c587b30285fa31] login to server success, get run id [90c587b30285fa31] 2025-12-16 03:23:19.387 [I] [proxy/proxy_manager.go:173] [90c587b30285fa31] proxy added: [DTN57CC4444] 2025-12-16 03:23:19.729 [I] [client/control.go:168] [90c587b30285fa31] [DTN57CC4444] 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,03:35:17.280] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,03:35:23.901] [DEBUG] 6 processes running of frp type [2025-12-16,03:50:17.888] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,03:50:24.290] [DEBUG] 6 processes running of frp type [2025-12-16,04:05:17.502] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,04:05:24.071] [DEBUG] 6 processes running of frp type 2025-12-16 04:06:30.163 [I] [client/service.go:294] [90c587b30285fa31] try to connect to server... 2025-12-16 04:06:31.914 [W] [client/service.go:297] [90c587b30285fa31] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-16 04:06:31.914 [I] [client/service.go:294] [90c587b30285fa31] try to connect to server... 2025-12-16 04:06:34.951 [W] [client/service.go:297] [90c587b30285fa31] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-16 04:06:34.952 [I] [client/service.go:294] [90c587b30285fa31] try to connect to server... 2025-12-16 04:06:42.178 [W] [client/service.go:297] [90c587b30285fa31] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-16 04:06:42.178 [I] [client/service.go:294] [90c587b30285fa31] try to connect to server... 2025-12-16 04:06:42.180 [W] [client/service.go:297] [90c587b30285fa31] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-16 04:07:00.684 [I] [client/service.go:294] [90c587b30285fa31] try to connect to server... 2025-12-16 04:07:10.685 [W] [client/service.go:297] [90c587b30285fa31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 04:07:30.686 [I] [client/service.go:294] [90c587b30285fa31] try to connect to server... 2025-12-16 04:07:31.669 [I] [client/service.go:286] [90c587b30285fa31] login to server success, get run id [90c587b30285fa31] 2025-12-16 04:07:31.670 [I] [proxy/proxy_manager.go:173] [90c587b30285fa31] proxy added: [DTN57CC4444] 2025-12-16 04:07:31.988 [I] [client/control.go:168] [90c587b30285fa31] [DTN57CC4444] start proxy success [2025-12-16,04:20:17.432] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,04: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-16,04:35:17.438] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,04:35:24.075] [DEBUG] 6 processes running of frp type [2025-12-16,04:50:17.656] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,04:50:24.494] [DEBUG] 6 processes running of frp type [2025-12-16,05:05:18.079] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,05:05:24.945] [DEBUG] 6 processes running of frp type 2025-12-16 05:11:29.045 [I] [client/service.go:294] [90c587b30285fa31] try to connect to server... 2025-12-16 05:11:39.048 [W] [client/service.go:297] [90c587b30285fa31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 05:11:39.048 [I] [client/service.go:294] [90c587b30285fa31] try to connect to server... 2025-12-16 05:11:47.450 [I] [client/service.go:286] [90c587b30285fa31] login to server success, get run id [90c587b30285fa31] 2025-12-16 05:11:47.451 [I] [proxy/proxy_manager.go:173] [90c587b30285fa31] proxy added: [DTN57CC4444] 2025-12-16 05:11:48.123 [I] [client/control.go:168] [90c587b30285fa31] [DTN57CC4444] start proxy success [2025-12-16,05:20:17.201] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,05: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' [2025-12-16,05:35:17.972] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,05:35:24.620] [DEBUG] 6 processes running of frp type [2025-12-16,05:50:17.483] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,05:50:24.377] [DEBUG] 6 processes running of frp type [2025-12-16,06:05:17.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,06:05:24.364] [DEBUG] 6 processes running of frp type [2025-12-16,06:20:17.660] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,06:20:25.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' [2025-12-16,06:30:41.000] [INFO] Initializing BusSpeedStateManager V2 [2025-12-16,06:30:41.004] [INFO] LocationSqlManager initialising [2025-12-16,06:30:41.004] [INFO] Location DB initialising [2025-12-16,06:30:41.014] [INFO] LocationSqlManager initialisation complete [2025-12-16,06:30:41.014] [DEBUG] UploadManager Init [2025-12-16,06:30:41.015] [DEBUG] UploadManager Init Complete [2025-12-16,06:30:41.017] [INFO] Initializing GPS... [2025-12-16,06:30:41.019] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.753] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,06:32:51.430] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:03.790] [DEBUG] Log Upload Complete! [2025-12-16,06:35:44.874] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,06:35:51.951] [DEBUG] Remote Access Enabled [2025-12-16,06:35:58.633] [INFO] Server Address: 138.201.17.179 [2025-12-16,06:35:58.634] [INFO] Server Port: 7000 [2025-12-16,06:35:58.639] [DEBUG] Starting Remote Access! 2025-12-16 06:35:58.773 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-16 06:35:58.774 [I] [client/service.go:294] try to connect to server... 2025-12-16 06:35:59.898 [I] [client/service.go:286] [452d99ff891d5de0] login to server success, get run id [452d99ff891d5de0] 2025-12-16 06:35:59.900 [I] [proxy/proxy_manager.go:173] [452d99ff891d5de0] proxy added: [DTN57CC4444] 2025-12-16 06:36:00.205 [I] [client/control.go:168] [452d99ff891d5de0] [DTN57CC4444] start proxy success [2025-12-16,06:50:18.044] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,06:50:24.889] [DEBUG] 6 processes running of frp type [2025-12-16,07:05:17.090] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,07:05:23.812] [DEBUG] 6 processes running of frp type [2025-12-16,07:20:17.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,07:20:24.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-12-16,07:35:18.015] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,07:35:27.734] [DEBUG] 6 processes running of frp type [2025-12-16,07:50:17.293] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,07:50:25.620] [DEBUG] 6 processes running of frp type [2025-12-16,08:02:17.913] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,08:02:29.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( [2025-12-16,08:02:45.865] [DEBUG] Log Upload Complete! [2025-12-16,08:05:18.329] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,08:05:25.297] [DEBUG] 6 processes running of frp type [2025-12-16,08:20:17.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,08: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-16,08:35:18.113] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,08:35:24.663] [DEBUG] 6 processes running of frp type [2025-12-16,08:50:17.197] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,08:50:23.847] [DEBUG] 6 processes running of frp type [2025-12-16,09:05:17.311] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,09:05:24.010] [DEBUG] 6 processes running of frp type [2025-12-16,09:20:17.600] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,09: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' [2025-12-16,09:35:18.305] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,09:35:24.924] [DEBUG] 6 processes running of frp type [2025-12-16,09:50:17.723] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,09:50:24.287] [DEBUG] 6 processes running of frp type [2025-12-16,10:05:17.489] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,10:05:24.147] [DEBUG] 6 processes running of frp type [2025-12-16,10:20:17.423] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,10: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' [2025-12-16,10:35:18.099] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,10:35:24.775] [DEBUG] 6 processes running of frp type [2025-12-16,10:50:17.517] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,10:50:24.194] [DEBUG] 6 processes running of frp type [2025-12-16,11:05:17.845] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,11:05:24.497] [DEBUG] 6 processes running of frp type [2025-12-16,11:20:17.746] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,11: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' [2025-12-16,11:35:17.824] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,11:35:24.669] [DEBUG] 6 processes running of frp type [2025-12-16,11:50:17.996] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,11:50:24.636] [DEBUG] 6 processes running of frp type [2025-12-16,12:05:17.900] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,12:05:24.745] [DEBUG] 6 processes running of frp type 2025-12-16 12:07:09.993 [I] [client/service.go:294] [452d99ff891d5de0] try to connect to server... 2025-12-16 12:07:10.931 [I] [client/service.go:286] [452d99ff891d5de0] login to server success, get run id [452d99ff891d5de0] 2025-12-16 12:07:10.933 [I] [proxy/proxy_manager.go:173] [452d99ff891d5de0] proxy added: [DTN57CC4444] 2025-12-16 12:07:11.229 [I] [client/control.go:168] [452d99ff891d5de0] [DTN57CC4444] start proxy success [2025-12-16,12:20:18.284] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,12:20:28.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' [2025-12-16,12:35:18.017] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,12:35:29.690] [DEBUG] 6 processes running of frp type [2025-12-16,12:50:17.859] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,12:50:24.568] [DEBUG] 6 processes running of frp type [2025-12-16,13:05:18.188] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,13:05:24.766] [DEBUG] 6 processes running of frp type [2025-12-16,13:20:17.079] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,13:20:23.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-16,13:35:17.394] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,13:35:24.009] [DEBUG] 6 processes running of frp type [2025-12-16,13:50:17.566] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,13:50:24.174] [DEBUG] 6 processes running of frp type [2025-12-16,14:05:17.489] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,14:05:24.082] [DEBUG] 6 processes running of frp type [2025-12-16,14:20:17.871] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,14:20:24.653] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.492] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,14:35:24.087] [DEBUG] 6 processes running of frp type [2025-12-16,14:50:17.281] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,14:50:24.702] [DEBUG] 6 processes running of frp type [2025-12-16,15:05:17.242] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,15:05:23.923] [DEBUG] 6 processes running of frp type [2025-12-16,15:20:17.197] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,15: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' [2025-12-16,15:35:18.440] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,15:35:25.042] [DEBUG] 6 processes running of frp type [2025-12-16,15:50:17.317] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,15:50:23.896] [DEBUG] 6 processes running of frp type [2025-12-16,16:05:17.153] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,16:05:23.845] [DEBUG] 6 processes running of frp type [2025-12-16,16:20:17.251] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,16: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-16,16:35:17.789] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,16:35:24.374] [DEBUG] 6 processes running of frp type [2025-12-16,16:50:17.399] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,16:50:23.955] [DEBUG] 6 processes running of frp type [2025-12-16,17:05:17.335] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,17:05:23.956] [DEBUG] 6 processes running of frp type [2025-12-16,17:20:17.383] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,17: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-16,17:35:17.923] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,17:35:24.519] [DEBUG] 6 processes running of frp type [2025-12-16,17:50:17.238] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,17:50:23.917] [DEBUG] 6 processes running of frp type [2025-12-16,18:05:17.689] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,18:05:24.346] [DEBUG] 6 processes running of frp type [2025-12-16,18:20:17.725] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,18:20:24.548] [DEBUG] 6 processes running of frp type [2025-12-16,18:25:41.093] [INFO] Initializing BusSpeedStateManager V2 [2025-12-16,18:25:41.097] [INFO] LocationSqlManager initialising [2025-12-16,18:25:41.098] [INFO] Location DB initialising [2025-12-16,18:25:41.107] [INFO] LocationSqlManager initialisation complete [2025-12-16,18:25:41.107] [DEBUG] UploadManager Init [2025-12-16,18:25:41.108] [DEBUG] UploadManager Init Complete [2025-12-16,18:25:41.111] [INFO] Initializing GPS... [2025-12-16,18:25:41.112] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45.223] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,18:27: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-12-16,18:28:10.196] [DEBUG] Log Upload Complete! [2025-12-16,18:30:45.093] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,18:30:52.051] [DEBUG] Remote Access Enabled [2025-12-16,18:30:58.293] [INFO] Server Address: 138.201.17.179 [2025-12-16,18:30:58.294] [INFO] Server Port: 7000 [2025-12-16,18:30:58.299] [DEBUG] Starting Remote Access! 2025-12-16 18:30:58.437 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-16 18:30:58.438 [I] [client/service.go:294] try to connect to server... 2025-12-16 18:30:59.318 [I] [client/service.go:286] [053f5adb2c561558] login to server success, get run id [053f5adb2c561558] 2025-12-16 18:30:59.319 [I] [proxy/proxy_manager.go:173] [053f5adb2c561558] proxy added: [DTN57CC4444] 2025-12-16 18:30:59.622 [I] [client/control.go:168] [053f5adb2c561558] [DTN57CC4444] start proxy success [2025-12-16,18:35:17.671] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,18:35:24.306] [DEBUG] 6 processes running of frp type [2025-12-16,18:50:17.846] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,18:50:24.462] [DEBUG] 6 processes running of frp type [2025-12-16,19:05:18.028] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,19:05:24.614] [DEBUG] 6 processes running of frp type [2025-12-16,19:20:17.993] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,19: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' [2025-12-16,19:35:17.994] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,19:35:24.573] [DEBUG] 6 processes running of frp type [2025-12-16,19:50:17.103] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,19:50:24.116] [DEBUG] 6 processes running of frp type [2025-12-16,20:05:17.450] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,20:05:24.526] [DEBUG] 6 processes running of frp type [2025-12-16,20:20:17.805] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,20:20:30.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' [2025-12-16,20:35:17.775] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,20:35:25.061] [DEBUG] 6 processes running of frp type [2025-12-16,20:50:17.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,20:50:24.707] [DEBUG] 6 processes running of frp type [2025-12-16,21:05:17.967] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,21:05:26.085] [DEBUG] 6 processes running of frp type 2025-12-16 21:09:12.786 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-16 21:09:13.737 [I] [client/service.go:286] [053f5adb2c561558] login to server success, get run id [053f5adb2c561558] 2025-12-16 21:09:13.738 [I] [proxy/proxy_manager.go:173] [053f5adb2c561558] proxy added: [DTN57CC4444] 2025-12-16 21:09:14.057 [I] [client/control.go:168] [053f5adb2c561558] [DTN57CC4444] start proxy success [2025-12-16,21:20:17.516] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,21: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-16 21:32:16.950 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-16 21:32:18.184 [I] [client/service.go:286] [053f5adb2c561558] login to server success, get run id [053f5adb2c561558] 2025-12-16 21:32:18.185 [I] [proxy/proxy_manager.go:173] [053f5adb2c561558] proxy added: [DTN57CC4444] 2025-12-16 21:32:18.689 [I] [client/control.go:168] [053f5adb2c561558] [DTN57CC4444] start proxy success [2025-12-16,21:35:17.226] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,21:35:28.989] [DEBUG] 6 processes running of frp type [2025-12-16,21:50:17.410] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,21:50:24.498] [DEBUG] 6 processes running of frp type [2025-12-16,22:05:17.818] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,22:05:27.057] [DEBUG] 6 processes running of frp type [2025-12-16,22:20:17.443] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,22: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' [2025-12-16,22:35:17.984] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,22:35:24.513] [DEBUG] 6 processes running of frp type [2025-12-16,22:50:17.665] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,22:50:24.496] [DEBUG] 6 processes running of frp type [2025-12-16,23:05:17.907] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,23:05:26.928] [DEBUG] 6 processes running of frp type [2025-12-16,23:20:17.236] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,23:20:23.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,23:35:17.205] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,23:35:23.901] [DEBUG] 6 processes running of frp type [2025-12-16,23:50:17.062] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-16,23:50:23.831] [DEBUG] 6 processes running of frp type [2025-12-17,00:05:17.101] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,00:05:23.829] [DEBUG] 6 processes running of frp type 2025-12-17 00:13:02.354 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 00:13:08.034 [I] [client/service.go:286] [053f5adb2c561558] login to server success, get run id [053f5adb2c561558] 2025-12-17 00:13:08.036 [I] [proxy/proxy_manager.go:173] [053f5adb2c561558] proxy added: [DTN57CC4444] 2025-12-17 00:13:08.574 [I] [client/control.go:168] [053f5adb2c561558] [DTN57CC4444] start proxy success [2025-12-17,00:20:17.055] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,00: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-17 00:33:58.587 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 00:34:06.921 [I] [client/service.go:286] [053f5adb2c561558] login to server success, get run id [053f5adb2c561558] 2025-12-17 00:34:06.922 [I] [proxy/proxy_manager.go:173] [053f5adb2c561558] proxy added: [DTN57CC4444] 2025-12-17 00:34:07.223 [I] [client/control.go:168] [053f5adb2c561558] [DTN57CC4444] start proxy success [2025-12-17,00:35:17.343] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,00:35:24.506] [DEBUG] 6 processes running of frp type [2025-12-17,00:50:17.622] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,00:50:24.343] [DEBUG] 6 processes running of frp type 2025-12-17 01:01:40.436 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 01:01:50.438 [W] [client/service.go:297] [053f5adb2c561558] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 01:01:50.439 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 01:02:01.597 [W] [client/service.go:297] [053f5adb2c561558] connect to server error: connection write timeout 2025-12-17 01:02:01.598 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 01:02:02.968 [I] [client/service.go:286] [053f5adb2c561558] login to server success, get run id [053f5adb2c561558] 2025-12-17 01:02:02.968 [I] [proxy/proxy_manager.go:173] [053f5adb2c561558] proxy added: [DTN57CC4444] 2025-12-17 01:02:03.357 [I] [client/control.go:168] [053f5adb2c561558] [DTN57CC4444] start proxy success [2025-12-17,01:05:18.683] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,01:05:25.376] [DEBUG] 6 processes running of frp type 2025-12-17 01:19:27.132 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 01:19:36.345 [I] [client/service.go:286] [053f5adb2c561558] login to server success, get run id [053f5adb2c561558] 2025-12-17 01:19:36.346 [I] [proxy/proxy_manager.go:173] [053f5adb2c561558] proxy added: [DTN57CC4444] 2025-12-17 01:19:36.704 [I] [client/control.go:168] [053f5adb2c561558] [DTN57CC4444] start proxy success [2025-12-17,01:20:17.736] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,01:20:24.757] [DEBUG] 6 processes running of frp type 2025-12-17 01:22:17.261 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 01:22:27.263 [W] [client/service.go:297] [053f5adb2c561558] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 01:22:27.263 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 01:22:37.264 [W] [client/service.go:297] [053f5adb2c561558] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-17 01:22:37.265 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 01:22:47.059 [I] [client/service.go:286] [053f5adb2c561558] login to server success, get run id [053f5adb2c561558] 2025-12-17 01:22:47.060 [I] [proxy/proxy_manager.go:173] [053f5adb2c561558] proxy added: [DTN57CC4444] 2025-12-17 01:22:48.337 [I] [client/control.go:168] [053f5adb2c561558] [DTN57CC4444] 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,01:35:17.241] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,01:35:23.850] [DEBUG] 6 processes running of frp type [2025-12-17,01:50:17.211] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,01:50:23.957] [DEBUG] 6 processes running of frp type [2025-12-17,02:05:17.349] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,02:05:24.085] [DEBUG] 6 processes running of frp type [2025-12-17,02:20:17.445] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,02: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-12-17,02:35:17.373] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,02:35:24.007] [DEBUG] 6 processes running of frp type [2025-12-17,02:50:17.140] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,02:50:23.934] [DEBUG] 6 processes running of frp type [2025-12-17,03:05:17.478] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,03:05:24.102] [DEBUG] 6 processes running of frp type [2025-12-17,03:20:17.443] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,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' [2025-12-17,03:35:17.567] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,03:35:24.174] [DEBUG] 6 processes running of frp type [2025-12-17,03:50:17.329] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,03:50:23.946] [DEBUG] 6 processes running of frp type [2025-12-17,04:05:17.199] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,04:05:23.934] [DEBUG] 6 processes running of frp type 2025-12-17 04:06:21.592 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 04:06:27.706 [W] [client/service.go:297] [053f5adb2c561558] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:06:27.706 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 04:06:30.745 [W] [client/service.go:297] [053f5adb2c561558] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:06:30.746 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 04:06:33.786 [W] [client/service.go:297] [053f5adb2c561558] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:06:43.098 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 04:06:43.107 [W] [client/service.go:297] [053f5adb2c561558] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-17 04:07:02.467 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 04:07:03.385 [I] [client/service.go:286] [053f5adb2c561558] login to server success, get run id [053f5adb2c561558] 2025-12-17 04:07:03.386 [I] [proxy/proxy_manager.go:173] [053f5adb2c561558] proxy added: [DTN57CC4444] 2025-12-17 04:07:03.689 [I] [client/control.go:168] [053f5adb2c561558] [DTN57CC4444] start proxy success 2025-12-17 04:09:13.695 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 04:09:16.197 [I] [client/service.go:286] [053f5adb2c561558] login to server success, get run id [053f5adb2c561558] 2025-12-17 04:09:16.198 [I] [proxy/proxy_manager.go:173] [053f5adb2c561558] proxy added: [DTN57CC4444] 2025-12-17 04:09:16.504 [I] [client/control.go:168] [053f5adb2c561558] [DTN57CC4444] start proxy success [2025-12-17,04:20:17.234] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,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' [2025-12-17,04:35:17.086] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,04:35:23.706] [DEBUG] 6 processes running of frp type [2025-12-17,04:50:17.734] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,04:50:24.306] [DEBUG] 6 processes running of frp type [2025-12-17,05:05:17.553] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,05:05:24.109] [DEBUG] 6 processes running of frp type [2025-12-17,05:20:17.602] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,05: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' [2025-12-17,05:35:18.233] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,05:35:24.782] [DEBUG] 6 processes running of frp type [2025-12-17,05:50:17.472] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,05:50:24.059] [DEBUG] 6 processes running of frp type [2025-12-17,06:05:17.419] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,06:05:23.969] [DEBUG] 6 processes running of frp type 2025-12-17 06:10:25.905 [I] [client/service.go:294] [053f5adb2c561558] try to connect to server... 2025-12-17 06:10:30.357 [I] [client/service.go:286] [053f5adb2c561558] login to server success, get run id [053f5adb2c561558] 2025-12-17 06:10:30.358 [I] [proxy/proxy_manager.go:173] [053f5adb2c561558] proxy added: [DTN57CC4444] 2025-12-17 06:10:30.972 [I] [client/control.go:168] [053f5adb2c561558] [DTN57CC4444] start proxy success [2025-12-17,06:20:17.509] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,06:20:24.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' [2025-12-17,06:30:41.774] [INFO] Initializing BusSpeedStateManager V2 [2025-12-17,06:30:41.778] [INFO] LocationSqlManager initialising [2025-12-17,06:30:41.778] [INFO] Location DB initialising [2025-12-17,06:30:41.788] [INFO] LocationSqlManager initialisation complete [2025-12-17,06:30:41.788] [DEBUG] UploadManager Init [2025-12-17,06:30:41.789] [DEBUG] UploadManager Init Complete [2025-12-17,06:30:41.791] [INFO] Initializing GPS... [2025-12-17,06:30:41.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' [2025-12-17,06:32:44.720] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,06:32:51.218] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:00.281] [DEBUG] Log Upload Complete! [2025-12-17,06:35:45.017] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,06:35:51.574] [DEBUG] Remote Access Enabled [2025-12-17,06:35:57.817] [INFO] Server Address: 138.201.17.179 [2025-12-17,06:35:57.818] [INFO] Server Port: 7000 [2025-12-17,06:35:57.823] [DEBUG] Starting Remote Access! 2025-12-17 06:35:57.958 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-17 06:35:57.959 [I] [client/service.go:294] try to connect to server... 2025-12-17 06:35:58.856 [I] [client/service.go:286] [4d5c08c2df86a31a] login to server success, get run id [4d5c08c2df86a31a] 2025-12-17 06:35:58.856 [I] [proxy/proxy_manager.go:173] [4d5c08c2df86a31a] proxy added: [DTN57CC4444] 2025-12-17 06:35:59.156 [I] [client/control.go:168] [4d5c08c2df86a31a] [DTN57CC4444] start proxy success [2025-12-17,06:50:17.547] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,06:50:24.316] [DEBUG] 6 processes running of frp type [2025-12-17,07:05:17.794] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,07:05:24.378] [DEBUG] 6 processes running of frp type [2025-12-17,07:20:17.738] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,07: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' [2025-12-17,07:35:16.959] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,07:35:23.727] [DEBUG] 6 processes running of frp type [2025-12-17,07:50:17.175] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,07:50:23.727] [DEBUG] 6 processes running of frp type [2025-12-17,08:02:18.152] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,08:02:24.557] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:37.244] [DEBUG] Log Upload Complete! [2025-12-17,08:05:18.201] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,08:05:24.791] [DEBUG] 6 processes running of frp type [2025-12-17,08:20:17.102] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,08:20:23.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' [2025-12-17,08:35:17.454] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,08:35:24.038] [DEBUG] 6 processes running of frp type [2025-12-17,08:50:17.531] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,08:50:24.176] [DEBUG] 6 processes running of frp type [2025-12-17,09:05:17.748] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,09:05:24.349] [DEBUG] 6 processes running of frp type [2025-12-17,09:20:17.926] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,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' [2025-12-17,09:35:17.070] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,09:35:23.689] [DEBUG] 6 processes running of frp type [2025-12-17,09:50:18.019] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,09:50:24.637] [DEBUG] 6 processes running of frp type [2025-12-17,10:05:17.905] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,10:05:24.520] [DEBUG] 6 processes running of frp type [2025-12-17,10:20:18.166] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,10: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' [2025-12-17,10:35:17.315] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,10:35:23.916] [DEBUG] 6 processes running of frp type [2025-12-17,10:50:17.986] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,10:50:24.581] [DEBUG] 6 processes running of frp type [2025-12-17,11:05:18.194] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,11:05:24.768] [DEBUG] 6 processes running of frp type [2025-12-17,11:20:17.004] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,11: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-17,11:35:17.770] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,11:35:24.960] [DEBUG] 6 processes running of frp type [2025-12-17,11:50:17.736] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,11:50:25.570] [DEBUG] 6 processes running of frp type [2025-12-17,12:05:18.336] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,12:05:24.902] [DEBUG] 6 processes running of frp type [2025-12-17,12:20:17.353] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,12: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' [2025-12-17,12:35:18.147] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,12:35:26.030] [DEBUG] 6 processes running of frp type [2025-12-17,12:50:17.738] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,12:50:24.333] [DEBUG] 6 processes running of frp type [2025-12-17,13:05:17.893] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,13:05:24.465] [DEBUG] 6 processes running of frp type [2025-12-17,13:20:17.784] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,13: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-17,13:35:17.078] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,13:35:23.683] [DEBUG] 6 processes running of frp type [2025-12-17,13:50:17.359] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,13:50:23.947] [DEBUG] 6 processes running of frp type [2025-12-17,14:05:17.647] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,14:05:24.268] [DEBUG] 6 processes running of frp type [2025-12-17,14:20:17.403] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,14: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' [2025-12-17,14:35:17.559] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,14:35:24.122] [DEBUG] 6 processes running of frp type [2025-12-17,14:50:17.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,14:50:23.658] [DEBUG] 6 processes running of frp type [2025-12-17,15:05:17.988] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,15:05:24.618] [DEBUG] 6 processes running of frp type [2025-12-17,15:20:18.098] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,15: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-12-17,15:35:17.637] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,15:35:24.206] [DEBUG] 6 processes running of frp type [2025-12-17,15:50:17.952] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,15:50:24.529] [DEBUG] 6 processes running of frp type [2025-12-17,16:05:17.715] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,16:05:24.325] [DEBUG] 6 processes running of frp type [2025-12-17,16:20:17.855] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,16: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' [2025-12-17,16:35:17.047] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,16:35:23.680] [DEBUG] 6 processes running of frp type [2025-12-17,16:50:17.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,16:50:24.341] [DEBUG] 6 processes running of frp type [2025-12-17,17:05:17.670] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,17:05:24.206] [DEBUG] 6 processes running of frp type [2025-12-17,17:20:17.532] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,17: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-17,17:35:17.612] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,17:35:24.354] [DEBUG] 6 processes running of frp type [2025-12-17,17:50:17.159] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,17:50:23.745] [DEBUG] 6 processes running of frp type [2025-12-17,18:05:17.233] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,18:05:23.829] [DEBUG] 6 processes running of frp type [2025-12-17,18:20:17.534] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,18:20:24.132] [DEBUG] 6 processes running of frp type [2025-12-17,18:25:40.656] [INFO] Initializing BusSpeedStateManager V2 [2025-12-17,18:25:40.661] [INFO] LocationSqlManager initialising [2025-12-17,18:25:40.662] [INFO] Location DB initialising [2025-12-17,18:25:40.673] [INFO] LocationSqlManager initialisation complete [2025-12-17,18:25:40.674] [DEBUG] UploadManager Init [2025-12-17,18:25:40.674] [DEBUG] UploadManager Init Complete [2025-12-17,18:25:40.679] [INFO] Initializing GPS... [2025-12-17,18:25:40.681] [INFO] Starting location capture [2025-12-17,18:26:47.030] [INFO] Initializing BusSpeedStateManager V2 [2025-12-17,18:26:47.037] [INFO] LocationSqlManager initialising [2025-12-17,18:26:47.039] [INFO] Location DB initialising [2025-12-17,18:26:47.051] [INFO] LocationSqlManager initialisation complete [2025-12-17,18:26:47.051] [DEBUG] UploadManager Init [2025-12-17,18:26:47.052] [DEBUG] UploadManager Init Complete [2025-12-17,18:26:47.054] [INFO] Initializing GPS... [2025-12-17,18:26:47.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' [2025-12-17,18:28:51.266] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,18:28:57.768] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:29:08.923] [DEBUG] Log Upload Complete! [2025-12-17,18:31:51.369] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,18:31:58.162] [DEBUG] Remote Access Enabled [2025-12-17,18:32:04.438] [INFO] Server Address: 138.201.17.179 [2025-12-17,18:32:04.439] [INFO] Server Port: 7000 [2025-12-17,18:32:04.444] [DEBUG] Starting Remote Access! 2025-12-17 18:32:04.576 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-17 18:32:04.576 [I] [client/service.go:294] try to connect to server... 2025-12-17 18:32:05.452 [I] [client/service.go:286] [2d6e098efc3196bc] login to server success, get run id [2d6e098efc3196bc] 2025-12-17 18:32:05.453 [I] [proxy/proxy_manager.go:173] [2d6e098efc3196bc] proxy added: [DTN57CC4444] 2025-12-17 18:32:05.797 [I] [client/control.go:168] [2d6e098efc3196bc] [DTN57CC4444] start proxy success [2025-12-17,18:35:17.262] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,18:35:23.848] [DEBUG] 6 processes running of frp type [2025-12-17,18:50:17.880] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,18:50:24.617] [DEBUG] 6 processes running of frp type [2025-12-17,19:05:18.104] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,19:05:24.866] [DEBUG] 6 processes running of frp type [2025-12-17,19:20:17.032] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,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' [2025-12-17,19:35:17.484] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,19:35:24.562] [DEBUG] 6 processes running of frp type [2025-12-17,19:50:17.310] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,19:50:24.400] [DEBUG] 6 processes running of frp type [2025-12-17,20:05:17.872] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,20:05:24.715] [DEBUG] 6 processes running of frp type [2025-12-17,20:20:16.971] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,20: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-17,20:35:17.535] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,20:35:24.403] [DEBUG] 6 processes running of frp type [2025-12-17,20:50:17.870] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,20:50:30.143] [DEBUG] 6 processes running of frp type 2025-12-17 21:02:00.159 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-17 21:02:08.683 [I] [client/service.go:286] [2d6e098efc3196bc] login to server success, get run id [2d6e098efc3196bc] 2025-12-17 21:02:08.684 [I] [proxy/proxy_manager.go:173] [2d6e098efc3196bc] proxy added: [DTN57CC4444] 2025-12-17 21:02:09.298 [I] [client/control.go:168] [2d6e098efc3196bc] [DTN57CC4444] start proxy success [2025-12-17,21:05:17.359] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,21:05:26.964] [DEBUG] 6 processes running of frp type [2025-12-17,21:20:17.255] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,21:20:25.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-12-17 21:29:56.509 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-17 21:29:59.176 [I] [client/service.go:286] [2d6e098efc3196bc] login to server success, get run id [2d6e098efc3196bc] 2025-12-17 21:29:59.177 [I] [proxy/proxy_manager.go:173] [2d6e098efc3196bc] proxy added: [DTN57CC4444] 2025-12-17 21:29:59.472 [I] [client/control.go:168] [2d6e098efc3196bc] [DTN57CC4444] start proxy success [2025-12-17,21:35:17.495] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,21:35:50.310] [DEBUG] 6 processes running of frp type [2025-12-17,21:50:32.785] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,21:50:44.048] [DEBUG] 6 processes running of frp type [2025-12-17,22:05:17.595] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,22:05:26.215] [DEBUG] 6 processes running of frp type [2025-12-17,22:20:17.577] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,22: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' [2025-12-17,22:35:17.585] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,22:35:24.182] [DEBUG] 6 processes running of frp type [2025-12-17,22:50:17.162] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,22:50:23.620] [DEBUG] 6 processes running of frp type [2025-12-17,23:05:17.903] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,23:05:25.633] [DEBUG] 6 processes running of frp type 2025-12-17 23:07:16.195 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-17 23:07:26.611 [I] [client/service.go:286] [2d6e098efc3196bc] login to server success, get run id [2d6e098efc3196bc] 2025-12-17 23:07:26.612 [I] [proxy/proxy_manager.go:173] [2d6e098efc3196bc] proxy added: [DTN57CC4444] 2025-12-17 23:07:27.325 [I] [client/control.go:168] [2d6e098efc3196bc] [DTN57CC4444] start proxy success [2025-12-17,23:20:17.850] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,23: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-17,23:35:17.117] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,23:35:23.714] [DEBUG] 6 processes running of frp type [2025-12-17,23:50:17.811] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-17,23:50:24.284] [DEBUG] 6 processes running of frp type [2025-12-18,00:05:17.433] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,00:05:23.974] [DEBUG] 6 processes running of frp type [2025-12-18,00:20:17.345] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,00:20:23.852] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.315] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,00:35:23.922] [DEBUG] 6 processes running of frp type [2025-12-18,00:50:17.930] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,00:50:24.444] [DEBUG] 6 processes running of frp type [2025-12-18,01:05:17.715] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,01:05:24.204] [DEBUG] 6 processes running of frp type [2025-12-18,01:20:17.513] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,01: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-18,01:35:17.249] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,01:35:25.023] [DEBUG] 6 processes running of frp type [2025-12-18,01:50:17.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,01:50:23.867] [DEBUG] 6 processes running of frp type 2025-12-18 02:04:45.546 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-18 02:04:47.630 [I] [client/service.go:286] [2d6e098efc3196bc] login to server success, get run id [2d6e098efc3196bc] 2025-12-18 02:04:47.631 [I] [proxy/proxy_manager.go:173] [2d6e098efc3196bc] proxy added: [DTN57CC4444] 2025-12-18 02:04:47.948 [I] [client/control.go:168] [2d6e098efc3196bc] [DTN57CC4444] start proxy success [2025-12-18,02:05:17.080] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,02:05:23.938] [DEBUG] 6 processes running of frp type [2025-12-18,02:20:17.327] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,02: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' [2025-12-18,02:35:17.343] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,02:35:23.935] [DEBUG] 6 processes running of frp type [2025-12-18,02:50:17.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,02:50:23.788] [DEBUG] 6 processes running of frp type 2025-12-18 02:53:57.621 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-18 02:54:07.622 [W] [client/service.go:297] [2d6e098efc3196bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 02:54:07.622 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-18 02:54:17.624 [W] [client/service.go:297] [2d6e098efc3196bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 02:54:17.625 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-18 02:54:27.627 [W] [client/service.go:297] [2d6e098efc3196bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 02:54:27.628 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-18 02:54:37.630 [W] [client/service.go:297] [2d6e098efc3196bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 02:54:37.630 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-18 02:54:47.632 [W] [client/service.go:297] [2d6e098efc3196bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 02:55:07.633 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-18 02:55:17.635 [W] [client/service.go:297] [2d6e098efc3196bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 02:55:37.637 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-18 02:55:47.639 [W] [client/service.go:297] [2d6e098efc3196bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 02:56:07.640 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-18 02:56:08.806 [I] [client/service.go:286] [2d6e098efc3196bc] login to server success, get run id [2d6e098efc3196bc] 2025-12-18 02:56:08.807 [I] [proxy/proxy_manager.go:173] [2d6e098efc3196bc] proxy added: [DTN57CC4444] 2025-12-18 02:56:09.435 [I] [client/control.go:168] [2d6e098efc3196bc] [DTN57CC4444] start proxy success [2025-12-18,03:05:17.111] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,03:05:23.623] [DEBUG] 6 processes running of frp type [2025-12-18,03:20:17.860] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,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' [2025-12-18,03:35:17.882] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,03:35:24.340] [DEBUG] 6 processes running of frp type [2025-12-18,03:50:17.489] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,03:50:24.042] [DEBUG] 6 processes running of frp type [2025-12-18,04:05:17.244] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,04:05:23.833] [DEBUG] 6 processes running of frp type 2025-12-18 04:06:39.387 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-18 04:06:39.391 [W] [client/service.go:297] [2d6e098efc3196bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:06:41.451 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-18 04:06:41.465 [W] [client/service.go:297] [2d6e098efc3196bc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 04:06:45.809 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-18 04:06:55.810 [W] [client/service.go:297] [2d6e098efc3196bc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 04:06:55.811 [I] [client/service.go:294] [2d6e098efc3196bc] try to connect to server... 2025-12-18 04:06:58.795 [I] [client/service.go:286] [2d6e098efc3196bc] login to server success, get run id [2d6e098efc3196bc] 2025-12-18 04:06:58.796 [I] [proxy/proxy_manager.go:173] [2d6e098efc3196bc] proxy added: [DTN57CC4444] 2025-12-18 04:06:59.126 [I] [client/control.go:168] [2d6e098efc3196bc] [DTN57CC4444] start proxy success [2025-12-18,04:20:17.159] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,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' [2025-12-18,04:35:17.070] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,04:35:23.719] [DEBUG] 6 processes running of frp type [2025-12-18,04:50:17.358] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,04:50:25.249] [DEBUG] 6 processes running of frp type [2025-12-18,05:05:17.902] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,05:05:24.667] [DEBUG] 6 processes running of frp type [2025-12-18,05:20:17.092] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,05: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' [2025-12-18,05:35:17.522] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,05:35:24.181] [DEBUG] 6 processes running of frp type [2025-12-18,05:50:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,05:50:24.453] [DEBUG] 6 processes running of frp type [2025-12-18,06:05:17.696] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,06:05:24.389] [DEBUG] 6 processes running of frp type [2025-12-18,06:20:17.955] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,06:20:24.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-18,06:30:41.259] [INFO] Initializing BusSpeedStateManager V2 [2025-12-18,06:30:41.265] [INFO] LocationSqlManager initialising [2025-12-18,06:30:41.265] [INFO] Location DB initialising [2025-12-18,06:30:41.276] [INFO] LocationSqlManager initialisation complete [2025-12-18,06:30:41.276] [DEBUG] UploadManager Init [2025-12-18,06:30:41.277] [DEBUG] UploadManager Init Complete [2025-12-18,06:30:41.280] [INFO] Initializing GPS... [2025-12-18,06:30:41.282] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.482] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,06:32:51.356] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:02.529] [DEBUG] Log Upload Complete! [2025-12-18,06:50:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,06:50:24.022] [DEBUG] Remote Access Enabled [2025-12-18,06:50:30.282] [INFO] Server Address: 138.201.17.179 [2025-12-18,06:50:30.283] [INFO] Server Port: 7000 [2025-12-18,06:50:30.288] [DEBUG] Starting Remote Access! 2025-12-18 06:50:30.420 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-18 06:50:30.421 [I] [client/service.go:294] try to connect to server... 2025-12-18 06:50:31.263 [I] [client/service.go:286] [b5b796c41189a561] login to server success, get run id [b5b796c41189a561] 2025-12-18 06:50:31.264 [I] [proxy/proxy_manager.go:173] [b5b796c41189a561] proxy added: [DTN57CC4444] 2025-12-18 06:50:31.556 [I] [client/control.go:168] [b5b796c41189a561] [DTN57CC4444] start proxy success [2025-12-18,07:05:18.140] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,07:05:24.709] [DEBUG] 6 processes running of frp type [2025-12-18,07:20:16.938] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,07:20:23.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-12-18,07:35:17.633] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,07:35:29.251] [DEBUG] 6 processes running of frp type [2025-12-18,07:50:17.813] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,07:50:24.718] [DEBUG] 6 processes running of frp type [2025-12-18,08:02:17.237] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,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-18,08:02:59.623] [DEBUG] Log Upload Complete! [2025-12-18,08:05:17.315] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,08:05:23.949] [DEBUG] 6 processes running of frp type [2025-12-18,08:20:17.386] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,08: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-12-18,08:35:17.865] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,08:35:24.473] [DEBUG] 6 processes running of frp type [2025-12-18,08:50:17.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,08:50:25.235] [DEBUG] 6 processes running of frp type [2025-12-18,09:05:17.543] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,09:05:24.174] [DEBUG] 6 processes running of frp type [2025-12-18,09:20:17.461] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,09:20:24.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' [2025-12-18,09:35:18.219] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,09:35:25.076] [DEBUG] 6 processes running of frp type [2025-12-18,09:50:17.728] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,09:50:25.052] [DEBUG] 6 processes running of frp type [2025-12-18,10:05:17.674] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,10:05:24.255] [DEBUG] 6 processes running of frp type [2025-12-18,10:20:17.694] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,10: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-18,10:35:17.999] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,10:35:24.555] [DEBUG] 6 processes running of frp type [2025-12-18,10:50:17.039] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,10:50:23.581] [DEBUG] 6 processes running of frp type [2025-12-18,11:05:18.269] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,11:05:24.765] [DEBUG] 6 processes running of frp type [2025-12-18,11:20:17.336] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,11: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' [2025-12-18,11:35:17.799] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,11:35:24.979] [DEBUG] 6 processes running of frp type [2025-12-18,11:50:17.677] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,11:50:24.271] [DEBUG] 6 processes running of frp type [2025-12-18,12:05:17.770] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,12:05:24.305] [DEBUG] 6 processes running of frp type 2025-12-18 12:06:58.164 [I] [client/service.go:294] [b5b796c41189a561] try to connect to server... 2025-12-18 12:06:58.168 [W] [client/service.go:297] [b5b796c41189a561] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 12:07:00.194 [I] [client/service.go:294] [b5b796c41189a561] try to connect to server... 2025-12-18 12:07:00.199 [W] [client/service.go:297] [b5b796c41189a561] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 12:07:04.585 [I] [client/service.go:294] [b5b796c41189a561] try to connect to server... 2025-12-18 12:07:04.589 [W] [client/service.go:297] [b5b796c41189a561] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-18 12:07:13.486 [I] [client/service.go:294] [b5b796c41189a561] try to connect to server... 2025-12-18 12:07:14.451 [I] [client/service.go:286] [b5b796c41189a561] login to server success, get run id [b5b796c41189a561] 2025-12-18 12:07:14.453 [I] [proxy/proxy_manager.go:173] [b5b796c41189a561] proxy added: [DTN57CC4444] 2025-12-18 12:07:14.783 [I] [client/control.go:168] [b5b796c41189a561] [DTN57CC4444] start proxy success [2025-12-18,12:20:18.148] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,12: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' [2025-12-18,12:35:17.801] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,12:35:26.085] [DEBUG] 6 processes running of frp type [2025-12-18,12:50:17.734] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,12:50:24.374] [DEBUG] 6 processes running of frp type [2025-12-18,13:05:17.657] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,13:05:24.286] [DEBUG] 6 processes running of frp type [2025-12-18,13:20:17.522] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,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-18,13:35:17.136] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,13:35:23.779] [DEBUG] 6 processes running of frp type [2025-12-18,13:50:17.343] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,13:50:23.986] [DEBUG] 6 processes running of frp type [2025-12-18,14:05:17.434] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,14:05:24.019] [DEBUG] 6 processes running of frp type [2025-12-18,14:20:17.340] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,14: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-18,14:35:18.074] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,14:35:24.695] [DEBUG] 6 processes running of frp type [2025-12-18,14:50:18.115] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,14:50:24.848] [DEBUG] 6 processes running of frp type [2025-12-18,15:05:17.277] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,15:05:23.980] [DEBUG] 6 processes running of frp type [2025-12-18,15:20:17.371] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,15: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' [2025-12-18,15:35:17.245] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,15:35:23.959] [DEBUG] 6 processes running of frp type [2025-12-18,15:50:22.624] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,15:50:29.408] [DEBUG] 6 processes running of frp type [2025-12-18,16:05:17.913] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,16:05:24.845] [DEBUG] 6 processes running of frp type [2025-12-18,16:20:17.368] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,16: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-18,16:35:18.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,16:35:25.171] [DEBUG] 6 processes running of frp type [2025-12-18,16:50:17.605] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,16:50:24.214] [DEBUG] 6 processes running of frp type [2025-12-18,17:05:17.979] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,17:05:25.015] [DEBUG] 6 processes running of frp type [2025-12-18,17:20:17.500] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,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' [2025-12-18,17:35:16.964] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,17:35:23.649] [DEBUG] 6 processes running of frp type [2025-12-18,17:50:17.550] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,17:50:24.168] [DEBUG] 6 processes running of frp type [2025-12-18,18:05:17.415] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,18:05:23.992] [DEBUG] 6 processes running of frp type [2025-12-18,18:20:17.243] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,18:20:23.941] [DEBUG] 6 processes running of frp type [2025-12-18,18:25:41.346] [INFO] Initializing BusSpeedStateManager V2 [2025-12-18,18:25:41.353] [INFO] LocationSqlManager initialising [2025-12-18,18:25:41.353] [INFO] Location DB initialising [2025-12-18,18:25:41.365] [INFO] LocationSqlManager initialisation complete [2025-12-18,18:25:41.366] [DEBUG] UploadManager Init [2025-12-18,18:25:41.366] [DEBUG] UploadManager Init Complete [2025-12-18,18:25:41.371] [INFO] Initializing GPS... [2025-12-18,18:25:41.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' [2025-12-18,18:27:44.721] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,18:27:56.336] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:13.576] [DEBUG] Log Upload Complete! [2025-12-18,18:30:45.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,18:30:51.702] [DEBUG] Remote Access Enabled [2025-12-18,18:30:58.015] [INFO] Server Address: 138.201.17.179 [2025-12-18,18:30:58.016] [INFO] Server Port: 7000 [2025-12-18,18:30:58.021] [DEBUG] Starting Remote Access! 2025-12-18 18:30:58.156 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-18 18:30:58.156 [I] [client/service.go:294] try to connect to server... 2025-12-18 18:31:00.378 [I] [client/service.go:286] [3d3c94522a430ca3] login to server success, get run id [3d3c94522a430ca3] 2025-12-18 18:31:00.379 [I] [proxy/proxy_manager.go:173] [3d3c94522a430ca3] proxy added: [DTN57CC4444] 2025-12-18 18:31:00.912 [I] [client/control.go:168] [3d3c94522a430ca3] [DTN57CC4444] start proxy success [2025-12-18,18:35:18.121] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,18:35:24.709] [DEBUG] 6 processes running of frp type [2025-12-18,18:50:17.275] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,18:50:23.899] [DEBUG] 6 processes running of frp type [2025-12-18,19:05:17.413] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,19:05:24.251] [DEBUG] 6 processes running of frp type [2025-12-18,19:20:17.511] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,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' [2025-12-18,19:35:17.809] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,19:35:24.929] [DEBUG] 6 processes running of frp type [2025-12-18,19:50:17.691] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,19:50:24.678] [DEBUG] 6 processes running of frp type [2025-12-18,20:05:18.179] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,20:05:25.797] [DEBUG] 6 processes running of frp type [2025-12-18,20:20:17.274] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,20:20:26.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-18,20:35:18.179] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,20:35:25.504] [DEBUG] 6 processes running of frp type [2025-12-18,20:50:18.153] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,20:50:25.390] [DEBUG] 6 processes running of frp type [2025-12-18,21:05:17.977] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,21:05:28.885] [DEBUG] 6 processes running of frp type [2025-12-18,21:20:17.331] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,21:20:25.858] [DEBUG] 6 processes running of frp type 2025-12-18 21:25:48.692 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-18 21:25:53.473 [I] [client/service.go:286] [3d3c94522a430ca3] login to server success, get run id [3d3c94522a430ca3] 2025-12-18 21:25:53.474 [I] [proxy/proxy_manager.go:173] [3d3c94522a430ca3] proxy added: [DTN57CC4444] 2025-12-18 21:25:53.807 [I] [client/control.go:168] [3d3c94522a430ca3] [DTN57CC4444] 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-18,21:35:17.206] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,21:35:25.749] [DEBUG] 6 processes running of frp type [2025-12-18,21:50:17.855] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,21:50:24.798] [DEBUG] 6 processes running of frp type 2025-12-18 21:54:35.323 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-18 21:54:40.361 [I] [client/service.go:286] [3d3c94522a430ca3] login to server success, get run id [3d3c94522a430ca3] 2025-12-18 21:54:40.363 [I] [proxy/proxy_manager.go:173] [3d3c94522a430ca3] proxy added: [DTN57CC4444] 2025-12-18 21:54:49.754 [I] [client/control.go:168] [3d3c94522a430ca3] [DTN57CC4444] start proxy success [2025-12-18,22:05:17.087] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,22:05:24.105] [DEBUG] 6 processes running of frp type 2025-12-18 22:09:38.026 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-18 22:09:48.028 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 22:09:48.029 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-18 22:09:58.031 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 22:09:58.031 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-18 22:10:15.034 [I] [client/service.go:286] [3d3c94522a430ca3] login to server success, get run id [3d3c94522a430ca3] 2025-12-18 22:10:15.035 [I] [proxy/proxy_manager.go:173] [3d3c94522a430ca3] proxy added: [DTN57CC4444] 2025-12-18 22:10:43.189 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-18 22:10:51.681 [I] [client/service.go:286] [3d3c94522a430ca3] login to server success, get run id [3d3c94522a430ca3] 2025-12-18 22:10:51.682 [I] [proxy/proxy_manager.go:173] [3d3c94522a430ca3] proxy added: [DTN57CC4444] 2025-12-18 22:10:52.004 [I] [client/control.go:168] [3d3c94522a430ca3] [DTN57CC4444] start proxy success [2025-12-18,22:20:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,22: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-18,22:35:17.652] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,22:35:27.124] [DEBUG] 6 processes running of frp type [2025-12-18,22:50:17.105] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,22:50:25.663] [DEBUG] 6 processes running of frp type [2025-12-18,23:05:18.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,23:05:25.126] [DEBUG] 6 processes running of frp type [2025-12-18,23:20:17.492] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,23:20:24.167] [DEBUG] 6 processes running of frp type 2025-12-18 23:25:29.349 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-18 23:25:39.352 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-18 23:25:39.352 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-18 23:25:47.988 [I] [client/service.go:286] [3d3c94522a430ca3] login to server success, get run id [3d3c94522a430ca3] 2025-12-18 23:25:47.990 [I] [proxy/proxy_manager.go:173] [3d3c94522a430ca3] proxy added: [DTN57CC4444] 2025-12-18 23:25:48.304 [I] [client/control.go:168] [3d3c94522a430ca3] [DTN57CC4444] 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-18,23:35:17.431] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,23:35:26.252] [DEBUG] 6 processes running of frp type [2025-12-18,23:50:17.225] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-18,23:50:23.862] [DEBUG] 6 processes running of frp type [2025-12-19,00:05:17.071] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,00:05:23.751] [DEBUG] 6 processes running of frp type [2025-12-19,00:20:18.049] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,00:20:24.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-12-19,00:35:17.159] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,00:35:23.811] [DEBUG] 6 processes running of frp type [2025-12-19,00:50:17.905] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,00:50:24.524] [DEBUG] 6 processes running of frp type [2025-12-19,01:05:17.908] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,01:05:24.463] [DEBUG] 6 processes running of frp type [2025-12-19,01:20:17.630] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,01: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-19 01:32:45.206 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 01:32:47.179 [I] [client/service.go:286] [3d3c94522a430ca3] login to server success, get run id [3d3c94522a430ca3] 2025-12-19 01:32:47.181 [I] [proxy/proxy_manager.go:173] [3d3c94522a430ca3] proxy added: [DTN57CC4444] 2025-12-19 01:32:47.522 [I] [client/control.go:168] [3d3c94522a430ca3] [DTN57CC4444] start proxy success 2025-12-19 01:34:44.199 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 01:34:45.234 [I] [client/service.go:286] [3d3c94522a430ca3] login to server success, get run id [3d3c94522a430ca3] 2025-12-19 01:34:45.235 [I] [proxy/proxy_manager.go:173] [3d3c94522a430ca3] proxy added: [DTN57CC4444] 2025-12-19 01:34:45.593 [I] [client/control.go:168] [3d3c94522a430ca3] [DTN57CC4444] start proxy success [2025-12-19,01:35:19.805] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,01:35:27.847] [DEBUG] 6 processes running of frp type [2025-12-19,01:50:18.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,01:50:24.563] [DEBUG] 6 processes running of frp type [2025-12-19,02:05:17.727] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,02:05:24.326] [DEBUG] 6 processes running of frp type [2025-12-19,02:20:17.444] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,02: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-19,02:35:17.199] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,02:35:23.840] [DEBUG] 6 processes running of frp type [2025-12-19,02:50:17.859] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,02:50:24.371] [DEBUG] 6 processes running of frp type 2025-12-19 02:53:01.136 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 02:53:03.114 [I] [client/service.go:286] [3d3c94522a430ca3] login to server success, get run id [3d3c94522a430ca3] 2025-12-19 02:53:03.115 [I] [proxy/proxy_manager.go:173] [3d3c94522a430ca3] proxy added: [DTN57CC4444] 2025-12-19 02:53:03.428 [I] [client/control.go:168] [3d3c94522a430ca3] [DTN57CC4444] start proxy success [2025-12-19,03:05:17.571] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,03:05:24.169] [DEBUG] 6 processes running of frp type [2025-12-19,03:20:17.564] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,03: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' [2025-12-19,03:35:17.767] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,03:35:24.349] [DEBUG] 6 processes running of frp type [2025-12-19,03:50:17.408] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,03:50:24.085] [DEBUG] 6 processes running of frp type [2025-12-19,04:05:17.383] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,04:05:23.959] [DEBUG] 6 processes running of frp type 2025-12-19 04:06:30.019 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:06:31.222 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:06:31.223 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:06:34.263 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:06:34.263 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:06:37.302 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:06:46.195 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:06:46.200 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:07:04.431 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:07:04.435 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:07:24.436 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:07:24.442 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:07:44.443 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:07:44.445 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:08:04.447 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:08:04.451 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:08:24.452 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:08:24.460 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:08:44.461 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:08:44.465 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:09:04.466 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:09:04.470 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:09:24.472 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:09:24.475 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:09:44.476 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:09:44.482 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:10:04.483 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:10:04.487 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:10:24.488 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:10:24.491 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:10:44.493 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:10:44.496 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:11:04.498 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:11:04.501 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:11:24.502 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:11:24.505 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:11:44.506 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:11:44.510 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:12:04.512 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:12:04.516 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:12:24.517 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:12:24.520 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:12:44.521 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:12:44.524 [W] [client/service.go:297] [3d3c94522a430ca3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 04:13:04.525 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 04:13:10.537 [I] [client/service.go:286] [3d3c94522a430ca3] login to server success, get run id [3d3c94522a430ca3] 2025-12-19 04:13:10.537 [I] [proxy/proxy_manager.go:173] [3d3c94522a430ca3] proxy added: [DTN57CC4444] 2025-12-19 04:13:10.848 [I] [client/control.go:168] [3d3c94522a430ca3] [DTN57CC4444] start proxy success [2025-12-19,04:20:17.170] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,04:20:23.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' [2025-12-19,04:35:17.147] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,04:35:23.763] [DEBUG] 6 processes running of frp type [2025-12-19,04:50:17.389] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,04:50:24.115] [DEBUG] 6 processes running of frp type [2025-12-19,05:05:17.572] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,05:05:24.123] [DEBUG] 6 processes running of frp type [2025-12-19,05:20:17.333] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,05: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-19,05:35:17.365] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,05:35:23.956] [DEBUG] 6 processes running of frp type 2025-12-19 05:46:54.178 [I] [client/service.go:294] [3d3c94522a430ca3] try to connect to server... 2025-12-19 05:47:02.739 [I] [client/service.go:286] [3d3c94522a430ca3] login to server success, get run id [3d3c94522a430ca3] 2025-12-19 05:47:02.740 [I] [proxy/proxy_manager.go:173] [3d3c94522a430ca3] proxy added: [DTN57CC4444] 2025-12-19 05:47:03.096 [I] [client/control.go:168] [3d3c94522a430ca3] [DTN57CC4444] start proxy success [2025-12-19,05:50:17.502] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,05:50:24.501] [DEBUG] 6 processes running of frp type [2025-12-19,06:05:17.761] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,06:05:24.801] [DEBUG] 6 processes running of frp type [2025-12-19,06:20:17.039] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,06: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' [2025-12-19,06:30:42.475] [INFO] Initializing BusSpeedStateManager V2 [2025-12-19,06:30:42.479] [INFO] LocationSqlManager initialising [2025-12-19,06:30:42.480] [INFO] Location DB initialising [2025-12-19,06:30:42.489] [INFO] LocationSqlManager initialisation complete [2025-12-19,06:30:42.490] [DEBUG] UploadManager Init [2025-12-19,06:30:42.490] [DEBUG] UploadManager Init Complete [2025-12-19,06:30:42.493] [INFO] Initializing GPS... [2025-12-19,06:30:42.495] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:44.926] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,06:32:56.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( [2025-12-19,06:33:10.369] [DEBUG] Log Upload Complete! [2025-12-19,06:35:44.903] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,06:35:51.401] [DEBUG] Remote Access Enabled [2025-12-19,06:35:57.599] [INFO] Server Address: 138.201.17.179 [2025-12-19,06:35:57.600] [INFO] Server Port: 7000 [2025-12-19,06:35:57.605] [DEBUG] Starting Remote Access! 2025-12-19 06:35:57.739 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-19 06:35:57.740 [I] [client/service.go:294] try to connect to server... 2025-12-19 06:35:58.603 [I] [client/service.go:286] [f910114c87842278] login to server success, get run id [f910114c87842278] 2025-12-19 06:35:58.604 [I] [proxy/proxy_manager.go:173] [f910114c87842278] proxy added: [DTN57CC4444] 2025-12-19 06:35:58.896 [I] [client/control.go:168] [f910114c87842278] [DTN57CC4444] start proxy success [2025-12-19,06:50:17.549] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,06:50:26.064] [DEBUG] 6 processes running of frp type [2025-12-19,07:05:17.691] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,07:05:25.364] [DEBUG] 6 processes running of frp type [2025-12-19,07:20:17.634] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,07: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-12-19,07:35:17.578] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,07:35:24.552] [DEBUG] 6 processes running of frp type [2025-12-19,07:50:17.433] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,07:50:24.076] [DEBUG] 6 processes running of frp type 2025-12-19 07:54:25.597 [I] [client/service.go:294] [f910114c87842278] try to connect to server... 2025-12-19 07:54:26.472 [I] [client/service.go:286] [f910114c87842278] login to server success, get run id [f910114c87842278] 2025-12-19 07:54:26.473 [I] [proxy/proxy_manager.go:173] [f910114c87842278] proxy added: [DTN57CC4444] 2025-12-19 07:54:26.775 [I] [client/control.go:168] [f910114c87842278] [DTN57CC4444] start proxy success [2025-12-19,08:02:17.254] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,08:02:23.825] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:44.331] [DEBUG] Log Upload Complete! [2025-12-19,08:05:17.751] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,08:05:24.454] [DEBUG] 6 processes running of frp type 2025-12-19 08:14:38.580 [I] [client/service.go:294] [f910114c87842278] try to connect to server... 2025-12-19 08:14:44.902 [W] [client/service.go:297] [f910114c87842278] connect to server error: session shutdown 2025-12-19 08:14:44.903 [I] [client/service.go:294] [f910114c87842278] try to connect to server... 2025-12-19 08:14:50.984 [I] [client/service.go:286] [f910114c87842278] login to server success, get run id [f910114c87842278] 2025-12-19 08:14:50.985 [I] [proxy/proxy_manager.go:173] [f910114c87842278] proxy added: [DTN57CC4444] 2025-12-19 08:14:52.262 [I] [client/control.go:168] [f910114c87842278] [DTN57CC4444] start proxy success [2025-12-19,08:20:17.674] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,08: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-12-19 08:28:46.467 [I] [client/service.go:294] [f910114c87842278] try to connect to server... 2025-12-19 08:28:49.621 [I] [client/service.go:286] [f910114c87842278] login to server success, get run id [f910114c87842278] 2025-12-19 08:28:49.622 [I] [proxy/proxy_manager.go:173] [f910114c87842278] proxy added: [DTN57CC4444] 2025-12-19 08:28:51.584 [I] [client/control.go:168] [f910114c87842278] [DTN57CC4444] start proxy success 2025-12-19 08:34:08.202 [I] [client/service.go:294] [f910114c87842278] try to connect to server... 2025-12-19 08:34:10.463 [I] [client/service.go:286] [f910114c87842278] login to server success, get run id [f910114c87842278] 2025-12-19 08:34:10.464 [I] [proxy/proxy_manager.go:173] [f910114c87842278] proxy added: [DTN57CC4444] 2025-12-19 08:34:13.012 [I] [client/control.go:168] [f910114c87842278] [DTN57CC4444] start proxy success [2025-12-19,08:35:17.346] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,08:35:23.864] [DEBUG] 6 processes running of frp type 2025-12-19 08:37:50.416 [I] [client/service.go:294] [f910114c87842278] try to connect to server... 2025-12-19 08:37:58.557 [I] [client/service.go:286] [f910114c87842278] login to server success, get run id [f910114c87842278] 2025-12-19 08:37:58.558 [I] [proxy/proxy_manager.go:173] [f910114c87842278] proxy added: [DTN57CC4444] 2025-12-19 08:37:59.207 [I] [client/control.go:168] [f910114c87842278] [DTN57CC4444] start proxy success 2025-12-19 08:40:03.413 [I] [client/service.go:294] [f910114c87842278] try to connect to server... 2025-12-19 08:40:04.633 [I] [client/service.go:286] [f910114c87842278] login to server success, get run id [f910114c87842278] 2025-12-19 08:40:04.635 [I] [proxy/proxy_manager.go:173] [f910114c87842278] proxy added: [DTN57CC4444] 2025-12-19 08:40:05.329 [I] [client/control.go:168] [f910114c87842278] [DTN57CC4444] start proxy success 2025-12-19 08:41:14.943 [I] [client/service.go:294] [f910114c87842278] try to connect to server... 2025-12-19 08:41:18.156 [I] [client/service.go:286] [f910114c87842278] login to server success, get run id [f910114c87842278] 2025-12-19 08:41:18.157 [I] [proxy/proxy_manager.go:173] [f910114c87842278] proxy added: [DTN57CC4444] 2025-12-19 08:41:19.882 [I] [client/control.go:168] [f910114c87842278] [DTN57CC4444] start proxy success [2025-12-19,08:50:17.499] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,08:50:24.062] [DEBUG] 6 processes running of frp type 2025-12-19 08:56:09.113 [I] [client/service.go:294] [f910114c87842278] try to connect to server... 2025-12-19 08:56:12.176 [I] [client/service.go:286] [f910114c87842278] login to server success, get run id [f910114c87842278] 2025-12-19 08:56:12.177 [I] [proxy/proxy_manager.go:173] [f910114c87842278] proxy added: [DTN57CC4444] 2025-12-19 08:56:14.447 [I] [client/control.go:168] [f910114c87842278] [DTN57CC4444] start proxy success 2025-12-19 08:59:22.480 [I] [client/service.go:294] [f910114c87842278] try to connect to server... 2025-12-19 08:59:23.383 [I] [client/service.go:286] [f910114c87842278] login to server success, get run id [f910114c87842278] 2025-12-19 08:59:23.385 [I] [proxy/proxy_manager.go:173] [f910114c87842278] proxy added: [DTN57CC4444] 2025-12-19 08:59:26.453 [I] [client/control.go:168] [f910114c87842278] [DTN57CC4444] start proxy success [2025-12-19,09:05:17.601] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,09:05:24.194] [DEBUG] 6 processes running of frp type [2025-12-19,09:20:17.562] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,09:20:24.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-12-19,09:35:18.002] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,09:35:24.607] [DEBUG] 6 processes running of frp type [2025-12-19,09:50:17.744] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,09:50:24.373] [DEBUG] 6 processes running of frp type [2025-12-19,10:05:17.792] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,10:05:24.377] [DEBUG] 6 processes running of frp type [2025-12-19,10:20:17.562] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,10: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-19,10:35:17.863] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,10:35:24.407] [DEBUG] 6 processes running of frp type [2025-12-19,10:50:17.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,10:50:24.551] [DEBUG] 6 processes running of frp type [2025-12-19,11:05:18.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,11:05:24.643] [DEBUG] 6 processes running of frp type [2025-12-19,11:20:18.032] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,11:20:24.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' [2025-12-19,11:35:17.474] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,11:35:24.078] [DEBUG] 6 processes running of frp type [2025-12-19,11:50:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,11:50:24.160] [DEBUG] 6 processes running of frp type [2025-12-19,12:05:17.426] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,12:05:24.027] [DEBUG] 6 processes running of frp type 2025-12-19 12:12:42.484 [I] [client/service.go:294] [f910114c87842278] try to connect to server... 2025-12-19 12:12:42.488 [W] [client/service.go:297] [f910114c87842278] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 12:12:44.537 [I] [client/service.go:294] [f910114c87842278] try to connect to server... 2025-12-19 12:12:44.541 [W] [client/service.go:297] [f910114c87842278] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 12:12:48.722 [I] [client/service.go:294] [f910114c87842278] try to connect to server... 2025-12-19 12:12:48.726 [W] [client/service.go:297] [f910114c87842278] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-19 12:12:57.215 [I] [client/service.go:294] [f910114c87842278] try to connect to server... 2025-12-19 12:12:58.144 [I] [client/service.go:286] [f910114c87842278] login to server success, get run id [f910114c87842278] 2025-12-19 12:12:58.146 [I] [proxy/proxy_manager.go:173] [f910114c87842278] proxy added: [DTN57CC4444] 2025-12-19 12:12:58.471 [I] [client/control.go:168] [f910114c87842278] [DTN57CC4444] start proxy success [2025-12-19,12:20:17.237] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,12: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' [2025-12-19,12:35:17.223] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,12:35:23.843] [DEBUG] 6 processes running of frp type [2025-12-19,12:50:17.475] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,12:50:24.042] [DEBUG] 6 processes running of frp type [2025-12-19,13:05:17.472] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,13:05:24.084] [DEBUG] 6 processes running of frp type [2025-12-19,13:20:17.219] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,13: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-12-19,13:35:17.439] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,13:35:24.055] [DEBUG] 6 processes running of frp type [2025-12-19,13:50:17.859] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,13:50:24.508] [DEBUG] 6 processes running of frp type [2025-12-19,14:05:17.782] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,14:05:24.863] [DEBUG] 6 processes running of frp type [2025-12-19,14:20:17.078] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,14: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' [2025-12-19,14:35:17.641] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,14:35:24.234] [DEBUG] 6 processes running of frp type [2025-12-19,14:50:17.100] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,14:50:23.710] [DEBUG] 6 processes running of frp type [2025-12-19,15:05:16.982] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,15:05:23.576] [DEBUG] 6 processes running of frp type [2025-12-19,15:20:17.928] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,15:20:24.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' [2025-12-19,15:35:18.204] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,15:35:25.037] [DEBUG] 6 processes running of frp type [2025-12-19,15:50:17.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,15:50:24.241] [DEBUG] 6 processes running of frp type [2025-12-19,16:05:17.500] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,16:05:24.148] [DEBUG] 6 processes running of frp type [2025-12-19,16:20:17.364] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,16: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-19,16:35:17.971] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,16:35:24.545] [DEBUG] 6 processes running of frp type [2025-12-19,16:50:18.283] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,16:50:24.964] [DEBUG] 6 processes running of frp type [2025-12-19,17:05:17.516] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,17:05:24.124] [DEBUG] 6 processes running of frp type [2025-12-19,17:20:17.595] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,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-19,17:35:18.166] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,17:35:24.817] [DEBUG] 6 processes running of frp type [2025-12-19,17:50:17.381] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,17:50:23.971] [DEBUG] 6 processes running of frp type [2025-12-19,18:05:17.300] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,18:05:23.826] [DEBUG] 6 processes running of frp type [2025-12-19,18:20:17.098] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,18:20:23.707] [DEBUG] 6 processes running of frp type [2025-12-19,18:25:41.956] [INFO] Initializing BusSpeedStateManager V2 [2025-12-19,18:25:41.960] [INFO] LocationSqlManager initialising [2025-12-19,18:25:41.961] [INFO] Location DB initialising [2025-12-19,18:25:41.971] [INFO] LocationSqlManager initialisation complete [2025-12-19,18:25:41.973] [DEBUG] UploadManager Init [2025-12-19,18:25:41.973] [DEBUG] UploadManager Init Complete [2025-12-19,18:25:41.978] [INFO] Initializing GPS... [2025-12-19,18:25: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' [2025-12-19,18:27:46.000] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,18:27:52.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-19,18:28:02.458] [DEBUG] Log Upload Complete! [2025-12-19,18:30:45.944] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,18:30:52.549] [DEBUG] Remote Access Enabled [2025-12-19,18:30:58.771] [INFO] Server Address: 138.201.17.179 [2025-12-19,18:30:58.772] [INFO] Server Port: 7000 [2025-12-19,18:30:58.777] [DEBUG] Starting Remote Access! 2025-12-19 18:30:58.908 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-19 18:30:58.909 [I] [client/service.go:294] try to connect to server... 2025-12-19 18:31:00.224 [I] [client/service.go:286] [bab69f24efe4a432] login to server success, get run id [bab69f24efe4a432] 2025-12-19 18:31:00.226 [I] [proxy/proxy_manager.go:173] [bab69f24efe4a432] proxy added: [DTN57CC4444] 2025-12-19 18:31:00.557 [I] [client/control.go:168] [bab69f24efe4a432] [DTN57CC4444] start proxy success [2025-12-19,18:35:17.924] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,18:35:24.544] [DEBUG] 6 processes running of frp type [2025-12-19,18:50:18.267] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,18:50:24.909] [DEBUG] 6 processes running of frp type [2025-12-19,19:05:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,19:05:24.164] [DEBUG] 6 processes running of frp type [2025-12-19,19:20:17.383] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,19: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,19:35:17.533] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,19:35:24.566] [DEBUG] 6 processes running of frp type [2025-12-19,19:50:17.352] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,19:50:23.975] [DEBUG] 6 processes running of frp type [2025-12-19,20:05:17.491] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,20:05:24.374] [DEBUG] 6 processes running of frp type [2025-12-19,20:20:17.797] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,20: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-19,20:35:16.996] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,20:35:24.203] [DEBUG] 6 processes running of frp type [2025-12-19,20:50:18.244] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,20:50:33.437] [DEBUG] 6 processes running of frp type [2025-12-19,21:05:17.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,21:05:25.705] [DEBUG] 6 processes running of frp type 2025-12-19 21:08:11.869 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:08:21.870 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 21:08:21.871 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:08:31.872 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 21:08:31.873 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:08:33.099 [I] [client/service.go:286] [bab69f24efe4a432] login to server success, get run id [bab69f24efe4a432] 2025-12-19 21:08:33.100 [I] [proxy/proxy_manager.go:173] [bab69f24efe4a432] proxy added: [DTN57CC4444] 2025-12-19 21:08:33.545 [I] [client/control.go:168] [bab69f24efe4a432] [DTN57CC4444] start proxy success [2025-12-19,21:20:18.005] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,21:20:25.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-19 21:33:45.682 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:33:55.684 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 21:33:55.684 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:34:05.686 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 21:34:05.687 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:34:15.688 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 21:34:15.689 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:34:25.691 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 21:34:25.692 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:34:36.012 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: connection write timeout 2025-12-19 21:34:56.014 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:35:13.615 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: connection write timeout [2025-12-19,21:35:18.265] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-19 21:35:33.617 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:35:43.619 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 21:36:03.620 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:36:13.621 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 21:36:33.623 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:36:34.692 [I] [client/service.go:286] [bab69f24efe4a432] login to server success, get run id [bab69f24efe4a432] 2025-12-19 21:36:34.693 [I] [proxy/proxy_manager.go:173] [bab69f24efe4a432] proxy added: [DTN57CC4444] 2025-12-19 21:36:35.019 [I] [client/control.go:168] [bab69f24efe4a432] [DTN57CC4444] start proxy success 2025-12-19 21:44:21.572 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:44:39.283 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: connection write timeout 2025-12-19 21:44:39.284 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:44:49.978 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: connection write timeout 2025-12-19 21:44:49.978 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:44:59.980 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 21:44:59.981 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:45:09.982 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 21:45:09.983 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:45:10.960 [I] [client/service.go:286] [bab69f24efe4a432] login to server success, get run id [bab69f24efe4a432] 2025-12-19 21:45:10.961 [I] [proxy/proxy_manager.go:173] [bab69f24efe4a432] proxy added: [DTN57CC4444] 2025-12-19 21:45:11.272 [I] [client/control.go:168] [bab69f24efe4a432] [DTN57CC4444] start proxy success [2025-12-19,21:50:18.902] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,21:50:28.893] [DEBUG] 6 processes running of frp type 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() TimeoutError: [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 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.', TimeoutError(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 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', TimeoutError(110, 'Connection timed out')) 2025-12-19 21:53:05.838 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:53:19.366 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: connection write timeout 2025-12-19 21:53:19.366 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 21:53:29.526 [I] [client/service.go:286] [bab69f24efe4a432] login to server success, get run id [bab69f24efe4a432] 2025-12-19 21:53:29.527 [I] [proxy/proxy_manager.go:173] [bab69f24efe4a432] proxy added: [DTN57CC4444] 2025-12-19 21:53:30.167 [I] [client/control.go:168] [bab69f24efe4a432] [DTN57CC4444] start proxy success 2025-12-19 22:00:38.682 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:00:53.649 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: connection write timeout 2025-12-19 22:00:53.650 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:01:11.061 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: i/o deadline reached 2025-12-19 22:01:11.062 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:01:30.484 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: i/o deadline reached 2025-12-19 22:01:30.484 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:01:42.675 [I] [client/service.go:286] [bab69f24efe4a432] login to server success, get run id [bab69f24efe4a432] 2025-12-19 22:01:42.676 [I] [proxy/proxy_manager.go:173] [bab69f24efe4a432] proxy added: [DTN57CC4444] 2025-12-19 22:01:43.347 [I] [client/control.go:168] [bab69f24efe4a432] [DTN57CC4444] start proxy success [2025-12-19,22:05:17.819] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,22:05:24.528] [DEBUG] 6 processes running of frp type 2025-12-19 22:09:47.205 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:10:05.579 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: i/o deadline reached 2025-12-19 22:10:05.580 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:10:17.170 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: connection write timeout 2025-12-19 22:10:17.171 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:10:32.569 [I] [client/service.go:286] [bab69f24efe4a432] login to server success, get run id [bab69f24efe4a432] 2025-12-19 22:10:32.569 [I] [proxy/proxy_manager.go:173] [bab69f24efe4a432] proxy added: [DTN57CC4444] 2025-12-19 22:11:00.939 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:11:12.853 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: connection write timeout 2025-12-19 22:11:12.854 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:11:34.596 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: i/o deadline reached 2025-12-19 22:11:34.597 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:11:56.198 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: i/o deadline reached 2025-12-19 22:11:56.198 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:12:01.913 [I] [client/service.go:286] [bab69f24efe4a432] login to server success, get run id [bab69f24efe4a432] 2025-12-19 22:12:01.913 [I] [proxy/proxy_manager.go:173] [bab69f24efe4a432] proxy added: [DTN57CC4444] 2025-12-19 22:12:02.261 [I] [client/control.go:168] [bab69f24efe4a432] [DTN57CC4444] start proxy success [2025-12-19,22:20:17.813] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-19 22:20:44.768 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:20:53.231 [I] [client/service.go:286] [bab69f24efe4a432] login to server success, get run id [bab69f24efe4a432] 2025-12-19 22:20:53.232 [I] [proxy/proxy_manager.go:173] [bab69f24efe4a432] proxy added: [DTN57CC4444] 2025-12-19 22:20:53.559 [I] [client/control.go:168] [bab69f24efe4a432] [DTN57CC4444] 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:31:40.178 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:32:01.148 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: i/o deadline reached 2025-12-19 22:32:01.149 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:32:02.156 [I] [client/service.go:286] [bab69f24efe4a432] login to server success, get run id [bab69f24efe4a432] 2025-12-19 22:32:02.157 [I] [proxy/proxy_manager.go:173] [bab69f24efe4a432] proxy added: [DTN57CC4444] 2025-12-19 22:32:02.476 [I] [client/control.go:168] [bab69f24efe4a432] [DTN57CC4444] start proxy success 2025-12-19 22:33:12.263 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:33:22.583 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: connection write timeout 2025-12-19 22:33:22.583 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:33:32.585 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 22:33:32.586 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:33:42.587 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 22:33:42.587 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:33:51.076 [I] [client/service.go:286] [bab69f24efe4a432] login to server success, get run id [bab69f24efe4a432] 2025-12-19 22:33:51.077 [I] [proxy/proxy_manager.go:173] [bab69f24efe4a432] proxy added: [DTN57CC4444] 2025-12-19 22:33:51.390 [I] [client/control.go:168] [bab69f24efe4a432] [DTN57CC4444] start proxy success [2025-12-19,22:35:24.410] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,22:35:36.365] [DEBUG] 6 processes running of frp type 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() TimeoutError: [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 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.', TimeoutError(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 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', TimeoutError(110, 'Connection timed out')) 2025-12-19 22:42:15.612 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-19 22:42:16.682 [I] [client/service.go:286] [bab69f24efe4a432] login to server success, get run id [bab69f24efe4a432] 2025-12-19 22:42:16.684 [I] [proxy/proxy_manager.go:173] [bab69f24efe4a432] proxy added: [DTN57CC4444] 2025-12-19 22:42:17.033 [I] [client/control.go:168] [bab69f24efe4a432] [DTN57CC4444] start proxy success [2025-12-19,22:50:17.393] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,22:50:23.936] [DEBUG] 6 processes running of frp type [2025-12-19,23:05:17.275] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,23:05:26.838] [DEBUG] 6 processes running of frp type [2025-12-19,23:20:17.012] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,23:20:23.577] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.071] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,23:35:23.667] [DEBUG] 6 processes running of frp type [2025-12-19,23:50:17.915] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-19,23:50:24.558] [DEBUG] 6 processes running of frp type [2025-12-20,00:05:17.969] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,00:05:24.522] [DEBUG] 6 processes running of frp type [2025-12-20,00:20:17.723] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,00: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' [2025-12-20,00:35:17.645] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,00:35:24.493] [DEBUG] 6 processes running of frp type [2025-12-20,00:50:17.581] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,00:50:24.376] [DEBUG] 6 processes running of frp type [2025-12-20,01:05:17.634] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,01:05:24.166] [DEBUG] 6 processes running of frp type [2025-12-20,01:20:17.437] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,01: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' [2025-12-20,01:35:17.429] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,01:35:25.188] [DEBUG] 6 processes running of frp type [2025-12-20,01:50:17.422] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,01:50:24.881] [DEBUG] 6 processes running of frp type [2025-12-20,02:05:17.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,02:05:23.978] [DEBUG] 6 processes running of frp type [2025-12-20,02:20:17.340] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,02: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' [2025-12-20,02:35:17.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,02:35:23.663] [DEBUG] 6 processes running of frp type [2025-12-20,02:50:17.817] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,02:50:24.499] [DEBUG] 6 processes running of frp type 2025-12-20 02:58:41.755 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-20 02:58:46.924 [I] [client/service.go:286] [bab69f24efe4a432] login to server success, get run id [bab69f24efe4a432] 2025-12-20 02:58:46.925 [I] [proxy/proxy_manager.go:173] [bab69f24efe4a432] proxy added: [DTN57CC4444] 2025-12-20 02:58:48.082 [I] [client/control.go:168] [bab69f24efe4a432] [DTN57CC4444] start proxy success [2025-12-20,03:05:17.771] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,03:05:24.295] [DEBUG] 6 processes running of frp type [2025-12-20,03:20:18.578] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,03: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-20,03:35:17.565] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,03:35:24.156] [DEBUG] 6 processes running of frp type [2025-12-20,03:50:17.148] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,03:50:23.692] [DEBUG] 6 processes running of frp type [2025-12-20,04:05:17.950] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,04:05:24.437] [DEBUG] 6 processes running of frp type 2025-12-20 04:06:20.067 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-20 04:06:24.133 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-20 04:06:24.134 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-20 04:06:27.173 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-20 04:06:27.173 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-20 04:06:30.213 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-20 04:06:40.147 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-20 04:06:40.159 [W] [client/service.go:297] [bab69f24efe4a432] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-20 04:07:00.161 [I] [client/service.go:294] [bab69f24efe4a432] try to connect to server... 2025-12-20 04:07:01.601 [I] [client/service.go:286] [bab69f24efe4a432] login to server success, get run id [bab69f24efe4a432] 2025-12-20 04:07:01.603 [I] [proxy/proxy_manager.go:173] [bab69f24efe4a432] proxy added: [DTN57CC4444] 2025-12-20 04:07:01.913 [I] [client/control.go:168] [bab69f24efe4a432] [DTN57CC4444] start proxy success [2025-12-20,04:20:17.609] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,04: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-20,04:35:18.122] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,04:35:24.674] [DEBUG] 6 processes running of frp type [2025-12-20,04:50:17.416] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,04:50:24.086] [DEBUG] 6 processes running of frp type [2025-12-20,05:05:17.426] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,05:05:24.254] [DEBUG] 6 processes running of frp type [2025-12-20,05:20:17.412] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,05: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-20,05:35:17.340] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,05:35:23.937] [DEBUG] 6 processes running of frp type [2025-12-20,05:50:17.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,05:50:24.520] [DEBUG] 6 processes running of frp type [2025-12-20,06:05:17.870] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,06:05:24.439] [DEBUG] 6 processes running of frp type [2025-12-20,06:20:17.620] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,06: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-20,06:30:41.015] [INFO] Initializing BusSpeedStateManager V2 [2025-12-20,06:30:41.019] [INFO] LocationSqlManager initialising [2025-12-20,06:30:41.020] [INFO] Location DB initialising [2025-12-20,06:30:41.030] [INFO] LocationSqlManager initialisation complete [2025-12-20,06:30:41.031] [DEBUG] UploadManager Init [2025-12-20,06:30:41.031] [DEBUG] UploadManager Init Complete [2025-12-20,06:30:41.035] [INFO] Initializing GPS... [2025-12-20,06:30:41.037] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.821] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,06:32:51.266] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:06.674] [DEBUG] Log Upload Complete! [2025-12-20,06:35:44.663] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,06:35:51.301] [DEBUG] Remote Access Enabled [2025-12-20,06:35:58.085] [INFO] Server Address: 138.201.17.179 [2025-12-20,06:35:58.086] [INFO] Server Port: 7000 [2025-12-20,06:35:58.092] [DEBUG] Starting Remote Access! 2025-12-20 06:35:58.226 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-20 06:35:58.227 [I] [client/service.go:294] try to connect to server... 2025-12-20 06:35:59.097 [I] [client/service.go:286] [fdaac3b929277f73] login to server success, get run id [fdaac3b929277f73] 2025-12-20 06:35:59.098 [I] [proxy/proxy_manager.go:173] [fdaac3b929277f73] proxy added: [DTN57CC4444] 2025-12-20 06:35:59.386 [I] [client/control.go:168] [fdaac3b929277f73] [DTN57CC4444] start proxy success [2025-12-20,06:50:17.624] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,06:50:24.188] [DEBUG] 6 processes running of frp type [2025-12-20,07:05:17.216] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,07:05:23.837] [DEBUG] 6 processes running of frp type [2025-12-20,07:20:17.083] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,07:20:23.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' [2025-12-20,07:35:17.541] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,07:35:24.134] [DEBUG] 6 processes running of frp type [2025-12-20,07:50:17.995] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,07:50:24.695] [DEBUG] 6 processes running of frp type [2025-12-20,08:02:18.705] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,08:02:30.379] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:03:51.956] [DEBUG] Log Upload Complete! [2025-12-20,08:05:17.263] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,08:05:23.819] [DEBUG] 6 processes running of frp type [2025-12-20,08:20:17.144] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,08: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-20,08:35:17.329] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,08:35:23.865] [DEBUG] 6 processes running of frp type [2025-12-20,08:50:18.054] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,08:50:24.605] [DEBUG] 6 processes running of frp type [2025-12-20,09:05:18.763] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,09:05:28.494] [DEBUG] 6 processes running of frp type [2025-12-20,09:20:18.050] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,09:20:24.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' [2025-12-20,09:35:17.783] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,09:35:24.469] [DEBUG] 6 processes running of frp type [2025-12-20,09:50:17.207] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,09:50:23.809] [DEBUG] 6 processes running of frp type [2025-12-20,10:05:17.538] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,10:05:24.165] [DEBUG] 6 processes running of frp type [2025-12-20,10:20:17.565] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,10: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-20,10:35:18.223] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,10:35:24.847] [DEBUG] 6 processes running of frp type [2025-12-20,10:50:17.443] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,10:50:24.075] [DEBUG] 6 processes running of frp type [2025-12-20,11:05:17.484] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,11:05:24.089] [DEBUG] 6 processes running of frp type [2025-12-20,11:20:17.283] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,11:20:24.005] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:18.084] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,11:35:24.688] [DEBUG] 6 processes running of frp type [2025-12-20,11:50:18.017] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,11:50:24.605] [DEBUG] 6 processes running of frp type [2025-12-20,12:05:18.306] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,12:05:24.984] [DEBUG] 6 processes running of frp type 2025-12-20 12:06:40.596 [I] [client/service.go:294] [fdaac3b929277f73] try to connect to server... 2025-12-20 12:06:40.601 [W] [client/service.go:297] [fdaac3b929277f73] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-20 12:06:42.634 [I] [client/service.go:294] [fdaac3b929277f73] try to connect to server... 2025-12-20 12:06:42.643 [W] [client/service.go:297] [fdaac3b929277f73] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-20 12:06:46.834 [I] [client/service.go:294] [fdaac3b929277f73] try to connect to server... 2025-12-20 12:06:46.838 [W] [client/service.go:297] [fdaac3b929277f73] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-20 12:06:55.871 [I] [client/service.go:294] [fdaac3b929277f73] try to connect to server... 2025-12-20 12:06:56.887 [I] [client/service.go:286] [fdaac3b929277f73] login to server success, get run id [fdaac3b929277f73] 2025-12-20 12:06:56.889 [I] [proxy/proxy_manager.go:173] [fdaac3b929277f73] proxy added: [DTN57CC4444] 2025-12-20 12:06:57.218 [I] [client/control.go:168] [fdaac3b929277f73] [DTN57CC4444] start proxy success [2025-12-20,12:20:17.171] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,12: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' [2025-12-20,12:35:18.062] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,12:35:24.624] [DEBUG] 6 processes running of frp type [2025-12-20,12:50:17.777] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,12:50:24.274] [DEBUG] 6 processes running of frp type [2025-12-20,13:05:17.956] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,13:05:24.591] [DEBUG] 6 processes running of frp type [2025-12-20,13:20:17.823] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,13: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-20,13:35:17.086] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,13:35:23.655] [DEBUG] 6 processes running of frp type [2025-12-20,13:50:17.752] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,13:50:24.355] [DEBUG] 6 processes running of frp type [2025-12-20,14:05:17.857] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,14:05:24.358] [DEBUG] 6 processes running of frp type [2025-12-20,14:20:17.727] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,14: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' [2025-12-20,14:35:17.773] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,14:35:24.237] [DEBUG] 6 processes running of frp type [2025-12-20,14:50:17.223] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,14:50:23.724] [DEBUG] 6 processes running of frp type [2025-12-20,15:05:17.083] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,15:05:23.780] [DEBUG] 6 processes running of frp type [2025-12-20,15:20:17.079] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,15: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-20,15:35:17.484] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,15:35:24.060] [DEBUG] 6 processes running of frp type [2025-12-20,15:50:18.065] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,15:50:24.834] [DEBUG] 6 processes running of frp type [2025-12-20,16:05:17.510] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,16:05:25.804] [DEBUG] 6 processes running of frp type [2025-12-20,16:20:17.059] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,16: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-20,16:35:17.444] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,16:35:24.077] [DEBUG] 6 processes running of frp type [2025-12-20,16:50:17.816] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,16:50:24.391] [DEBUG] 6 processes running of frp type [2025-12-20,17:05:17.835] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,17:05:24.441] [DEBUG] 6 processes running of frp type [2025-12-20,17:20:17.696] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,17: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-20,17:35:17.286] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,17:35:23.863] [DEBUG] 6 processes running of frp type [2025-12-20,17:50:17.624] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,17:50:24.143] [DEBUG] 6 processes running of frp type [2025-12-20,18:05:17.679] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,18:05:25.356] [DEBUG] 6 processes running of frp type [2025-12-20,18:20:17.644] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,18:20:24.308] [DEBUG] 6 processes running of frp type [2025-12-20,18:25:42.103] [INFO] Initializing BusSpeedStateManager V2 [2025-12-20,18:25:42.108] [INFO] LocationSqlManager initialising [2025-12-20,18:25:42.109] [INFO] Location DB initialising [2025-12-20,18:25:42.118] [INFO] LocationSqlManager initialisation complete [2025-12-20,18:25:42.119] [DEBUG] UploadManager Init [2025-12-20,18:25:42.119] [DEBUG] UploadManager Init Complete [2025-12-20,18:25:42.124] [INFO] Initializing GPS... [2025-12-20,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' [2025-12-20,18:27:45.113] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,18:27:56.655] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:09.831] [DEBUG] Log Upload Complete! [2025-12-20,18:30:45.247] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,18:30:52.123] [DEBUG] Remote Access Enabled [2025-12-20,18:30:58.398] [INFO] Server Address: 138.201.17.179 [2025-12-20,18:30:58.399] [INFO] Server Port: 7000 [2025-12-20,18:30:58.404] [DEBUG] Starting Remote Access! 2025-12-20 18:30:58.538 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-20 18:30:58.539 [I] [client/service.go:294] try to connect to server... 2025-12-20 18:30:59.446 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-20 18:30:59.447 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-20 18:30:59.763 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success [2025-12-20,18:35:18.255] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,18:35:24.831] [DEBUG] 6 processes running of frp type [2025-12-20,18:50:17.496] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,18:50:24.237] [DEBUG] 6 processes running of frp type [2025-12-20,19:05:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,19:05:24.054] [DEBUG] 6 processes running of frp type [2025-12-20,19:20:19.964] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,19:20:26.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' [2025-12-20,19:35:17.578] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,19:35:24.235] [DEBUG] 6 processes running of frp type [2025-12-20,19:50:17.454] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,19:50:24.381] [DEBUG] 6 processes running of frp type [2025-12-20,20:05:19.596] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,20:05:26.561] [DEBUG] 6 processes running of frp type [2025-12-20,20:20:18.101] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,20:20:25.572] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:18.100] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,20:35:25.228] [DEBUG] 6 processes running of frp type [2025-12-20,20:50:19.108] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,20:50:26.228] [DEBUG] 6 processes running of frp type [2025-12-20,21:05:17.466] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,21:05:25.452] [DEBUG] 6 processes running of frp type [2025-12-20,21:20:18.064] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,21:20:26.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' [2025-12-20,21:35:21.573] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,21:35:41.315] [DEBUG] 6 processes running of frp type [2025-12-20,21:50:17.264] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,21:50:24.102] [DEBUG] 6 processes running of frp type 2025-12-20 21:57:10.794 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-20 21:57:28.641 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: connection write timeout 2025-12-20 21:57:28.642 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-20 21:57:42.180 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: connection write timeout 2025-12-20 21:57:42.181 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-20 21:57:58.284 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: connection write timeout 2025-12-20 21:57:58.285 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-20 21:58:02.430 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-20 21:58:02.431 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-20 21:58:02.751 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success [2025-12-20,22:05:19.801] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,22:05:26.511] [DEBUG] 6 processes running of frp type [2025-12-20,22:20:18.257] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,22:20:25.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-20,22:35:17.832] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,22:35:27.869] [DEBUG] 6 processes running of frp type [2025-12-20,22:50:18.039] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,22:50:24.812] [DEBUG] 6 processes running of frp type [2025-12-20,23:05:22.130] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,23:05:29.165] [DEBUG] 6 processes running of frp type [2025-12-20,23:20:17.653] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,23: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-12-20,23:35:17.848] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,23:35:25.705] [DEBUG] 6 processes running of frp type 2025-12-20 23:45:59.629 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-20 23:46:12.771 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: connection write timeout 2025-12-20 23:46:12.772 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-20 23:46:27.347 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: connection write timeout 2025-12-20 23:46:27.347 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-20 23:46:37.348 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 23:46:37.349 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-20 23:46:48.667 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-20 23:46:48.668 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-20 23:46:52.832 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-20 23:47:24.992 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-20 23:47:33.470 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-20 23:47:33.471 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-20 23:47:33.829 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success [2025-12-20,23:50:20.454] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-20,23:50:27.143] [DEBUG] 6 processes running of frp type [2025-12-21,00:05:17.548] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,00:05:24.157] [DEBUG] 6 processes running of frp type [2025-12-21,00:20:17.446] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,00: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-12-21 00:27:19.780 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 00:27:29.783 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 00:27:29.783 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 00:27:39.785 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 00:27:39.786 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 00:27:49.787 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 00:27:49.787 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 00:27:59.789 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 00:27:59.790 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 00:28:09.792 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 00:28:29.794 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 00:28:29.848 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 00:28:49.849 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 00:28:50.863 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 00:28:50.864 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 00:28:51.190 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success [2025-12-21,00:35:17.517] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,00:35:24.158] [DEBUG] 6 processes running of frp type [2025-12-21,00:50:17.339] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,00:50:23.843] [DEBUG] 6 processes running of frp type [2025-12-21,01:05:17.012] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,01:05:23.646] [DEBUG] 6 processes running of frp type 2025-12-21 01:07:55.865 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 01:08:00.879 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 01:08:00.880 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 01:08:01.183 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success [2025-12-21,01:20:17.854] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,01: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-12-21,01:35:17.787] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,01:35:24.362] [DEBUG] 6 processes running of frp type [2025-12-21,01:50:17.810] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,01:50:24.378] [DEBUG] 6 processes running of frp type [2025-12-21,02:05:17.671] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,02:05:24.149] [DEBUG] 6 processes running of frp type [2025-12-21,02:20:17.481] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,02: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' [2025-12-21,02:35:17.378] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,02:35:23.911] [DEBUG] 6 processes running of frp type [2025-12-21,02:50:18.132] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,02:50:24.753] [DEBUG] 6 processes running of frp type [2025-12-21,03:05:17.925] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,03:05:24.370] [DEBUG] 6 processes running of frp type [2025-12-21,03:20:17.720] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,03: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-21,03:35:17.543] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,03:35:24.095] [DEBUG] 6 processes running of frp type [2025-12-21,03:50:17.266] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,03:50:23.704] [DEBUG] 6 processes running of frp type [2025-12-21,04:05:18.044] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,04:05:24.814] [DEBUG] 6 processes running of frp type 2025-12-21 04:06:25.137 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:06:26.261 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:06:26.261 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:06:29.301 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:06:29.301 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:06:32.347 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:06:40.579 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:06:40.580 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 04:06:57.671 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:06:58.621 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 04:06:58.621 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 04:06:58.947 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 04:14:13.857 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:14:23.858 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:14:23.859 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:14:25.355 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:14:30.041 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:14:31.434 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:14:41.731 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:14:43.594 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:15:03.595 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:15:05.888 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:15:25.890 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:15:26.154 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:15:46.155 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:15:56.156 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:16:16.158 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:16:26.159 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:16:46.161 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:16:47.070 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 04:16:47.072 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 04:16:47.361 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 04:18:27.200 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:18:37.203 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:18:37.204 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:18:47.205 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:18:47.205 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:18:57.207 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:18:57.208 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:19:07.209 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:19:07.210 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:19:10.261 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:19:30.262 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:19:31.167 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:19:51.168 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:19:54.208 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:20:14.210 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:20:15.488 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:20:35.489 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:20:37.781 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:20:57.782 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:20:58.047 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:21:18.048 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:21:20.341 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:21:40.342 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:21:41.261 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 04:21:41.263 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 04:21:41.578 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 04:23:51.553 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:24:01.555 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:24:01.555 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:24:11.557 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:24:11.558 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:24:21.560 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:24:21.561 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:24:31.562 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:24:31.562 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:24:41.564 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:25:01.565 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:25:11.567 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:25:31.568 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:25:37.568 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:25:57.569 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:26:00.154 [W] [client/service.go:297] [2a441c5603304f76] 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-21 04:26:20.155 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:26:23.194 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:26:43.195 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:26:44.078 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 04:26:44.079 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 04:26:44.373 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 04:28:54.424 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:28:56.875 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:28:56.875 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:28:59.915 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:28:59.915 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:29:02.954 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:29:12.126 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:29:13.088 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:29:31.505 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:29:32.341 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:29:52.342 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:30:02.344 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:30:22.346 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:30:22.687 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:30:42.689 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:30:44.981 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:31:04.982 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:31:07.274 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:31:27.275 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:31:29.568 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:31:49.569 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:31:50.515 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 04:31:50.517 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 04:31:50.820 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 04:34:00.806 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:34:10.808 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:34:10.809 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:34:20.810 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:34:20.811 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:34:30.812 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:34:30.813 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:34:40.814 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:34:40.815 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:34:43.861 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:35:03.863 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:35:06.155 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:35:26.156 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:35:28.447 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:35:48.449 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:35:51.487 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:36:11.489 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:36:13.781 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:36:33.783 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:36:35.774 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 04:36:35.775 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 04:36:36.125 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 04:38:46.047 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:38:56.049 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:38:56.050 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:39:06.051 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:39:06.052 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:39:16.053 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:39:16.054 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:39:26.055 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:39:46.056 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:39:49.088 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:40:09.089 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:40:12.127 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:40:32.128 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:40:35.168 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:40:55.169 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:40:57.461 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:41:17.462 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:41:17.728 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:41:37.729 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:41:38.667 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 04:41:38.668 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 04:41:38.997 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 04:43:48.960 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:43:58.962 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:43:58.963 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:44:08.964 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:44:08.964 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:44:18.966 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:44:18.968 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:44:31.066 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: connection write timeout 2025-12-21 04:44:31.067 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:44:41.069 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:45:01.070 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:45:11.072 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:45:31.074 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:45:34.128 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:45:54.129 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:45:56.421 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:46:16.422 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:46:16.687 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:46:36.688 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:46:39.663 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 04:46:39.664 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 04:46:41.018 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 04:48:53.146 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:49:03.149 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:49:03.149 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:49:13.151 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:49:13.151 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:49:23.153 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:49:23.153 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:49:33.155 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:49:33.155 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:49:43.158 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:50:03.158 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:50:06.154 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:50:26.156 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:50:39.466 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: connection write timeout 2025-12-21 04:50:59.467 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:51:13.944 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: connection write timeout 2025-12-21 04:51:33.946 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:51:40.288 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 04:51:40.289 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 04:51:44.060 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 04:53:50.732 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:54:00.733 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:54:00.734 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:54:10.735 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:54:10.735 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:54:20.737 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:54:20.738 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:54:23.781 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:54:43.639 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:54:44.021 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:55:04.022 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:55:14.024 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:55:34.026 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:55:44.028 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:56:04.031 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:56:04.607 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:56:24.608 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:56:27.647 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 04:56:47.649 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:56:48.776 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 04:56:48.777 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 04:56:49.096 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 04:59:30.755 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:59:45.251 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: i/o deadline reached 2025-12-21 04:59:45.252 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 04:59:55.254 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 04:59:55.254 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:00:05.256 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:00:05.256 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:00:16.942 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: connection write timeout 2025-12-21 05:00:16.943 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:00:35.774 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: i/o deadline reached 2025-12-21 05:00:35.775 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:00:45.777 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:01:05.778 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:01:19.761 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: connection write timeout 2025-12-21 05:01:39.762 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:01:44.586 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 05:01:44.588 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 05:01:44.946 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 05:04:57.206 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:05:05.463 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:05:05.464 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:05:08.501 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:05:08.502 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:05:11.541 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:05:20.858 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:05:23.701 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:05:43.351 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:05:53.354 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:06:13.356 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:06:23.358 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:06:43.360 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:06:44.663 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 05:06:44.665 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 05:06:44.982 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 05:08:54.948 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:09:04.950 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:09:04.951 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:09:14.952 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:09:14.953 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:09:24.955 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:09:24.955 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:09:31.221 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:09:49.522 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:09:50.260 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:10:10.262 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:10:13.301 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:10:33.302 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:10:35.594 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:10:55.595 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:10:57.887 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:11:17.889 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:11:18.154 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:11:38.154 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:11:40.447 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:12:00.448 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:12:01.367 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 05:12:01.368 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 05:12:01.670 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 05:14:11.667 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:14:13.834 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:14:13.835 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:14:16.874 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:14:16.875 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:14:19.914 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:14:30.062 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:14:33.087 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:14:53.089 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:14:53.354 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:15:13.356 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:15:23.358 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:15:43.359 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:15:44.527 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:16:04.529 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:16:06.821 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:16:26.822 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:16:27.086 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:16:47.087 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:16:49.068 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 05:16:49.068 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 05:16:49.385 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 05:18:59.349 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:19:10.286 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: connection write timeout 2025-12-21 05:19:10.286 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:19:20.288 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:19:20.289 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:19:30.291 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:19:30.292 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:19:40.293 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:19:40.294 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:19:40.500 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:20:00.501 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:20:02.793 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:20:22.794 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:20:32.796 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:20:52.798 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:21:02.800 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:21:22.801 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:21:24.874 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:21:44.875 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:21:47.917 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:22:07.918 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:22:08.885 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 05:22:08.886 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 05:22:09.216 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 05:23:55.926 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:24:05.929 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:24:05.929 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:24:15.931 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:24:15.931 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:24:25.933 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:24:25.933 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:24:35.935 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:24:35.936 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:24:36.180 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:24:56.181 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:24:57.834 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:25:17.835 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:25:18.100 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:25:38.102 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:25:40.394 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:26:00.395 [I] [client/service.go:294] [2a441c5603304f76] 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-21 05:26:02.687 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:26:22.688 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:26:22.954 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:26:42.955 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:26:51.404 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 05:26:51.405 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 05:26:51.734 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 05:29:04.553 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:29:07.594 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:29:07.595 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:29:10.634 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:29:10.635 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:29:13.674 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:29:23.029 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:29:25.834 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:29:45.124 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:29:48.128 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:30:08.129 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:30:18.132 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:30:38.133 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:30:39.434 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:30:59.435 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:30:59.700 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:31:19.702 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:31:21.994 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:31:41.995 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:31:44.288 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:32:04.289 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:32:05.223 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 05:32:05.224 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 05:32:05.538 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 05:34:17.011 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:34:27.013 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:34:27.014 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:34:37.016 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 05:34:37.016 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:34:46.954 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:34:46.954 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:34:49.995 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:35:09.297 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:35:12.288 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:35:32.289 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:35:34.580 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:35:54.581 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:35:56.874 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:36:16.876 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:36:17.140 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:36:37.141 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:36:39.434 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:36:59.435 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:37:00.660 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-21 05:37:20.662 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:37:21.569 [I] [client/service.go:286] [2a441c5603304f76] login to server success, get run id [2a441c5603304f76] 2025-12-21 05:37:21.570 [I] [proxy/proxy_manager.go:173] [2a441c5603304f76] proxy added: [DTN57CC4444] 2025-12-21 05:37:21.873 [I] [client/control.go:168] [2a441c5603304f76] [DTN57CC4444] start proxy success 2025-12-21 05:39:01.623 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:39:01.624 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:39:03.752 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:39:03.753 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:39:08.068 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:39:08.069 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:39:16.863 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:39:16.865 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:39:35.098 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:39:35.099 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:39:55.100 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:39:55.102 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:40:15.104 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:40:15.105 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:40:35.106 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:40:35.107 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:40:55.107 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:40:55.109 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:41:15.110 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:41:15.111 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:41:35.112 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:41:35.114 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:41:55.115 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:41:55.117 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:42:15.117 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:42:15.119 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:42:35.119 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:42:35.121 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:42:55.122 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:42:55.123 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:43:15.123 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:43:15.125 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:43:35.126 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:43:35.128 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:43:55.129 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:43:55.130 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:44:15.131 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:44:15.133 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:44:35.134 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:44:35.135 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:44:55.136 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:44:55.137 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:45:15.138 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:45:15.140 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:45:35.141 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:45:35.142 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:45:55.143 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:45:55.145 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:46:15.146 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:46:15.148 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:46:35.149 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:46:35.150 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:46:55.151 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:46:55.153 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:47:15.154 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:47:15.155 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:47:35.157 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:47:35.158 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:47:55.159 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:47:55.161 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:48:15.162 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:48:15.163 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:48:35.164 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:48:35.165 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:48:55.166 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:48:55.167 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:49:15.168 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:49:15.169 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:49:35.170 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:49:35.171 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:49:55.172 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:49:55.173 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:50:15.174 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:50:15.175 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:50:35.177 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:50:35.178 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:50:55.179 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:50:55.180 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:51:15.181 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:51:15.183 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:51:35.185 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:51:35.186 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:51:55.187 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:51:55.189 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:52:15.189 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:52:15.191 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:52:35.192 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:52:35.193 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:52:55.195 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:52:55.195 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:53:15.196 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:53:15.197 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:53:35.199 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:53:35.200 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:53:55.201 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:53:55.203 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:54:15.203 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:54:15.204 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:54:35.206 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:54:35.207 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:54:55.208 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:54:55.210 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:55:15.210 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:55:15.211 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:55:35.213 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:55:35.214 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:55:55.215 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:55:55.217 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:56:15.218 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:56:15.219 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:56:35.220 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:56:35.222 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:56:55.222 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:56:55.224 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:57:15.225 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:57:15.226 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:57:35.227 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:57:35.228 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:57:55.229 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:57:55.231 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:58:15.232 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:58:15.234 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:58:35.235 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:58:35.236 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:58:55.237 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:58:55.238 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:59:15.240 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:59:15.241 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:59:35.242 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:59:35.244 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 05:59:55.244 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 05:59:55.246 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:00:15.247 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:00:15.248 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:00:35.249 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:00:35.250 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:00:55.252 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:00:55.253 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:01:15.254 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:01:15.255 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:01:35.256 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:01:35.257 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:01:55.258 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:01:55.260 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:02:15.260 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:02:15.262 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:02:35.263 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:02:35.264 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:02:55.265 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:02:55.266 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:03:15.267 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:03:15.268 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:03:35.269 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:03:35.270 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:03:55.271 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:03:55.273 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:04:15.274 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:04:15.275 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:04:35.276 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:04:35.278 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:04:55.279 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:04:55.281 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:05:15.281 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:05:15.282 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:05:35.283 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:05:35.285 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:05:55.286 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:05:55.288 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:06:15.289 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:06:15.290 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:06:35.290 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:06:35.292 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:06:55.293 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:06:55.295 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:07:15.296 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:07:15.297 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:07:35.298 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:07:35.299 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:07:55.300 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:07:55.301 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:08:15.303 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:08:15.304 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:08:35.306 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:08:35.307 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:08:55.308 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:08:55.309 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:09:15.310 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:09:15.311 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:09:35.313 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:09:35.314 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:09:55.314 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:09:55.316 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:10:15.317 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:10:15.319 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:10:35.319 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:10:35.321 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:10:55.322 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:10:55.323 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:11:15.324 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:11:15.325 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:11:35.327 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:11:35.328 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:11:55.329 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:11:55.331 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:12:15.332 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:12:15.334 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:12:35.334 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:12:35.336 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:12:55.336 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:12:55.337 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:13:15.339 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:13:15.340 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:13:35.341 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:13:35.343 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:13:55.344 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:13:55.346 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:14:15.347 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:14:15.348 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:14:35.350 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:14:35.350 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:14:55.351 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:14:55.352 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:15:15.353 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:15:15.355 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:15:35.356 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:15:35.357 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:15:55.358 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:15:55.360 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:16:15.362 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:16:15.363 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:16:35.364 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:16:35.365 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:16:55.367 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:16:55.368 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:17:15.369 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:17:15.370 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:17:35.371 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:17:35.372 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:17:55.373 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:17:55.375 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:18:15.376 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:18:15.377 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:18:35.378 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:18:35.379 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:18:55.380 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:18:55.382 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:19:15.384 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:19:15.385 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:19:35.385 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:19:35.387 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:19:55.388 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:19:55.389 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:20:15.390 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:20:15.392 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:20:35.393 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:20:35.394 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:20:55.395 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:20:55.397 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:21:15.398 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:21:15.399 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:21:35.400 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:21:35.402 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:21:55.403 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:21:55.405 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:22:15.406 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:22:15.407 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:22:35.408 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:22:35.409 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:22:55.410 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:22:55.411 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:23:15.412 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:23:15.414 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:23:35.415 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:23:35.416 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:23:55.417 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:23:55.419 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:24:15.419 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:24:15.421 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:24:35.422 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:24:35.424 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:24:55.424 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:24:55.426 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:25:15.427 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:25:15.429 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:25:35.430 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:25:35.431 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:25:55.432 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:25:55.434 [W] [client/service.go:297] [2a441c5603304f76] 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-21 06:26:15.435 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:26:15.437 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:26:35.438 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:26:35.439 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:26:55.439 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:26:55.441 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:27:15.442 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:27:15.443 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:27:35.444 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:27:35.446 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:27:55.446 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:27:55.447 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:28:15.448 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:28:15.450 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:28:35.450 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:28:35.451 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:28:55.453 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:28:55.454 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:29:15.455 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:29:15.457 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:29:35.458 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:29:35.460 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-21 06:29:55.461 [I] [client/service.go:294] [2a441c5603304f76] try to connect to server... 2025-12-21 06:29:55.462 [W] [client/service.go:297] [2a441c5603304f76] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2025-12-21,06:30:41.832] [INFO] Initializing BusSpeedStateManager V2 [2025-12-21,06:30:41.836] [INFO] LocationSqlManager initialising [2025-12-21,06:30:41.837] [INFO] Location DB initialising [2025-12-21,06:30:41.846] [INFO] LocationSqlManager initialisation complete [2025-12-21,06:30:41.846] [DEBUG] UploadManager Init [2025-12-21,06:30:41.847] [DEBUG] UploadManager Init Complete [2025-12-21,06:30:41.849] [INFO] Initializing GPS... [2025-12-21,06:30:41.851] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:30.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')) [2025-12-21,06:50:30.747] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,07:05:30.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')) [2025-12-21,07:20:30.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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: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')) [2025-12-21,07:50:31.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-21,08:05:31.210] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,08:20:31.300] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,08:35:31.337] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,08:50:31.366] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,09:05:31.486] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,09:20:31.598] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,09:35:31.646] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,09:50:31.750] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,10:05:31.778] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,10:20:31.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32.015] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,10:50:32.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 -3] Temporary failure in name resolution')) [2025-12-21,11:05:32.129] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,11:20:32.235] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,11:35:32.342] [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-21,18:25:37.780] [INFO] Initializing BusSpeedStateManager V2 [2025-12-21,18:25:37.784] [INFO] LocationSqlManager initialising [2025-12-21,18:25:37.785] [INFO] Location DB initialising [2025-12-21,18:25:37.794] [INFO] LocationSqlManager initialisation complete [2025-12-21,18:25:37.795] [DEBUG] UploadManager Init [2025-12-21,18:25:37.796] [DEBUG] UploadManager Init Complete [2025-12-21,18:25:37.798] [INFO] Initializing GPS... [2025-12-21,18:25:37.800] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.205] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-21,18:27:50.722] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-21,18:30:44.475] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,18:45:54.287] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,19:01:10.500] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,19:16:10.621] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,19:31:10.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')) [2025-12-21,19:46:10.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')) [2025-12-21,20:01:10.889] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,20:16:10.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:31:10.975] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,20:46:11.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')) [2025-12-21,21:01:11.106] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,21:16:11.226] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,21:31:11.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')) [2025-12-21,21:46:11.413] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,22:01:11.434] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,22:16:11.513] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,22:31:11.633] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,22:46:11.713] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,23:01:11.801] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-21,23:16:11.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:31:12.033] [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' [2025-12-22,06:30:40.665] [INFO] Initializing BusSpeedStateManager V2 [2025-12-22,06:30:40.668] [INFO] LocationSqlManager initialising [2025-12-22,06:30:40.669] [INFO] Location DB initialising [2025-12-22,06:30:40.678] [INFO] LocationSqlManager initialisation complete [2025-12-22,06:30:40.679] [DEBUG] UploadManager Init [2025-12-22,06:30:40.679] [DEBUG] UploadManager Init Complete [2025-12-22,06:30:40.682] [INFO] Initializing GPS... [2025-12-22,06:30:40.684] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:43.086] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,06:32:49.626] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:03.892] [DEBUG] Log Upload Complete! [2025-12-22,06:35:43.160] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,06:35:49.706] [DEBUG] Remote Access Enabled [2025-12-22,06:35:55.916] [INFO] Server Address: 138.201.17.179 [2025-12-22,06:35:55.917] [INFO] Server Port: 7000 [2025-12-22,06:35:55.922] [DEBUG] Starting Remote Access! 2025-12-22 06:35:56.056 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-22 06:35:56.057 [I] [client/service.go:294] try to connect to server... 2025-12-22 06:35:56.992 [I] [client/service.go:286] [4b0518f114b55f05] login to server success, get run id [4b0518f114b55f05] 2025-12-22 06:35:56.993 [I] [proxy/proxy_manager.go:173] [4b0518f114b55f05] proxy added: [DTN57CC4444] 2025-12-22 06:35:57.296 [I] [client/control.go:168] [4b0518f114b55f05] [DTN57CC4444] start proxy success [2025-12-22,06:50:17.213] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,06:50:23.836] [DEBUG] 6 processes running of frp type [2025-12-22,07:05:17.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,07:05:23.794] [DEBUG] 6 processes running of frp type [2025-12-22,07:20:16.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,07:20:23.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' [2025-12-22,07:35:18.211] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,07:35:24.868] [DEBUG] 6 processes running of frp type [2025-12-22,07:50:17.358] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,07:50:23.860] [DEBUG] 6 processes running of frp type [2025-12-22,08:02:17.068] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,08:02:23.581] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:03:14.664] [DEBUG] Log Upload Complete! [2025-12-22,08:05:17.041] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,08:05:23.649] [DEBUG] 6 processes running of frp type [2025-12-22,08:20:18.137] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,08: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' [2025-12-22,08:35:17.815] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,08:35:24.405] [DEBUG] 6 processes running of frp type [2025-12-22,08:50:18.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,08:50:24.752] [DEBUG] 6 processes running of frp type [2025-12-22,09:05:17.379] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,09:05:23.914] [DEBUG] 6 processes running of frp type [2025-12-22,09:20:17.465] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,09: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-12-22,09:35:17.719] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,09:35:24.254] [DEBUG] 6 processes running of frp type [2025-12-22,09:50:17.864] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,09:50:24.424] [DEBUG] 6 processes running of frp type [2025-12-22,10:05:17.731] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,10:05:24.248] [DEBUG] 6 processes running of frp type [2025-12-22,10:20:17.566] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,10: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' [2025-12-22,10:35:17.977] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,10:35:24.555] [DEBUG] 6 processes running of frp type [2025-12-22,10:50:17.762] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,10:50:24.301] [DEBUG] 6 processes running of frp type [2025-12-22,11:05:17.604] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,11:05:24.196] [DEBUG] 6 processes running of frp type [2025-12-22,11:20:17.517] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,11: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' [2025-12-22,11:35:17.287] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,11:35:23.870] [DEBUG] 6 processes running of frp type [2025-12-22,11:50:17.852] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,11:50:24.385] [DEBUG] 6 processes running of frp type [2025-12-22,12:05:18.061] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,12:05:24.706] [DEBUG] 6 processes running of frp type 2025-12-22 12:09:58.363 [I] [client/service.go:294] [4b0518f114b55f05] try to connect to server... 2025-12-22 12:10:08.366 [W] [client/service.go:297] [4b0518f114b55f05] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:10:08.366 [I] [client/service.go:294] [4b0518f114b55f05] try to connect to server... 2025-12-22 12:10:18.368 [W] [client/service.go:297] [4b0518f114b55f05] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:10:18.369 [I] [client/service.go:294] [4b0518f114b55f05] try to connect to server... 2025-12-22 12:10:28.370 [W] [client/service.go:297] [4b0518f114b55f05] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:10:28.371 [I] [client/service.go:294] [4b0518f114b55f05] try to connect to server... 2025-12-22 12:10:38.373 [W] [client/service.go:297] [4b0518f114b55f05] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:10:38.374 [I] [client/service.go:294] [4b0518f114b55f05] try to connect to server... 2025-12-22 12:10:48.375 [W] [client/service.go:297] [4b0518f114b55f05] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:11:08.377 [I] [client/service.go:294] [4b0518f114b55f05] try to connect to server... 2025-12-22 12:11:09.432 [I] [client/service.go:286] [4b0518f114b55f05] login to server success, get run id [4b0518f114b55f05] 2025-12-22 12:11:09.433 [I] [proxy/proxy_manager.go:173] [4b0518f114b55f05] proxy added: [DTN57CC4444] 2025-12-22 12:11:09.748 [I] [client/control.go:168] [4b0518f114b55f05] [DTN57CC4444] start proxy success [2025-12-22,12:20:18.168] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,12: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' [2025-12-22,12:35:17.671] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,12:35:24.241] [DEBUG] 6 processes running of frp type [2025-12-22,12:50:17.646] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,12:50:24.175] [DEBUG] 6 processes running of frp type [2025-12-22,13:05:17.449] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,13:05:23.989] [DEBUG] 6 processes running of frp type [2025-12-22,13:20:17.509] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,13: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-12-22,13:35:17.679] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,13:35:24.278] [DEBUG] 6 processes running of frp type [2025-12-22,13:50:17.806] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,13:50:24.412] [DEBUG] 6 processes running of frp type [2025-12-22,14:05:17.814] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,14:05:24.374] [DEBUG] 6 processes running of frp type [2025-12-22,14:20:17.790] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,14: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' [2025-12-22,14:35:17.757] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,14:35:24.306] [DEBUG] 6 processes running of frp type [2025-12-22,14:50:17.441] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,14:50:24.189] [DEBUG] 6 processes running of frp type [2025-12-22,15:05:17.395] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,15:05:23.945] [DEBUG] 6 processes running of frp type [2025-12-22,15:20:17.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,15: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-22,15:35:17.666] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,15:35:24.321] [DEBUG] 6 processes running of frp type [2025-12-22,15:50:18.172] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,15:50:24.706] [DEBUG] 6 processes running of frp type [2025-12-22,16:05:17.336] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,16:05:23.907] [DEBUG] 6 processes running of frp type [2025-12-22,16:20:17.249] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,16: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-22,16:35:17.316] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,16:35:23.937] [DEBUG] 6 processes running of frp type [2025-12-22,16:50:17.714] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,16:50:24.288] [DEBUG] 6 processes running of frp type [2025-12-22,17:05:17.800] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,17:05:24.333] [DEBUG] 6 processes running of frp type [2025-12-22,17:20:17.803] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,17: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-22,17:35:17.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,17:35:23.795] [DEBUG] 6 processes running of frp type [2025-12-22,17:50:17.408] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,17:50:24.024] [DEBUG] 6 processes running of frp type [2025-12-22,18:05:17.595] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,18:05:24.137] [DEBUG] 6 processes running of frp type [2025-12-22,18:20:17.388] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,18:20:24.076] [DEBUG] 6 processes running of frp type [2025-12-22,18:25:40.723] [INFO] Initializing BusSpeedStateManager V2 [2025-12-22,18:25:40.727] [INFO] LocationSqlManager initialising [2025-12-22,18:25:40.727] [INFO] Location DB initialising [2025-12-22,18:25:40.737] [INFO] LocationSqlManager initialisation complete [2025-12-22,18:25:40.738] [DEBUG] UploadManager Init [2025-12-22,18:25:40.738] [DEBUG] UploadManager Init Complete [2025-12-22,18:25:40.741] [INFO] Initializing GPS... [2025-12-22,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-22,18:27:44.437] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,18:27:51.002] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:25.520] [DEBUG] Log Upload Complete! [2025-12-22,18:30:44.597] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,18:30:51.243] [DEBUG] Remote Access Enabled [2025-12-22,18:30:57.480] [INFO] Server Address: 138.201.17.179 [2025-12-22,18:30:57.481] [INFO] Server Port: 7000 [2025-12-22,18:30:57.487] [DEBUG] Starting Remote Access! 2025-12-22 18:30:57.618 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-22 18:30:57.619 [I] [client/service.go:294] try to connect to server... 2025-12-22 18:30:58.547 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-22 18:30:58.548 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-22 18:30:58.859 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success [2025-12-22,18:35:17.783] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,18:35:24.404] [DEBUG] 6 processes running of frp type [2025-12-22,18:50:17.247] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,18:50:23.871] [DEBUG] 6 processes running of frp type [2025-12-22,19:05:17.226] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,19:05:23.816] [DEBUG] 6 processes running of frp type [2025-12-22,19:20:17.390] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,19: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' [2025-12-22,19:35:17.564] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,19:35:24.739] [DEBUG] 6 processes running of frp type [2025-12-22,19:50:17.748] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,19:50:24.403] [DEBUG] 6 processes running of frp type [2025-12-22,20:05:17.736] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,20:05:26.832] [DEBUG] 6 processes running of frp type [2025-12-22,20:20:17.138] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,20:20:28.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-22,20:35:17.487] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,20:35:24.474] [DEBUG] 6 processes running of frp type [2025-12-22,20:50:17.005] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,20:50:24.358] [DEBUG] 6 processes running of frp type [2025-12-22,21:05:17.697] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,21:05:24.556] [DEBUG] 6 processes running of frp type [2025-12-22,21:20:17.990] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,21: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' [2025-12-22,21:35:17.325] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,21:35:24.110] [DEBUG] 6 processes running of frp type [2025-12-22,21:50:17.564] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-22 21:50:36.810 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-22 21:50:58.499 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: i/o deadline reached 2025-12-22 21:50:58.500 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-22 21:51:09.605 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-22 21:51:09.608 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-22 21:51:15.629 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success [2025-12-22,21:51:17.969] [DEBUG] 6 processes running of frp type [2025-12-22,22:05:17.428] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,22:05:24.368] [DEBUG] 6 processes running of frp type [2025-12-22,22:20:17.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,22: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-22,22:35:17.014] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,22:35:23.947] [DEBUG] 6 processes running of frp type 2025-12-22 22:38:27.743 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-22 22:38:31.904 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-22 22:38:31.904 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-22 22:38:32.199 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success [2025-12-22,22:50:18.146] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,22:50:26.500] [DEBUG] 6 processes running of frp type [2025-12-22,23:05:17.985] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,23:05:24.817] [DEBUG] 6 processes running of frp type [2025-12-22,23:20:17.125] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,23: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-22 23:28:37.914 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-22 23:28:38.892 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-22 23:28:38.893 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-22 23:28:39.229 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success [2025-12-22,23:35:17.591] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,23:50:17.363] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-22,23:50:23.997] [DEBUG] 6 processes running of frp type [2025-12-23,00:05:17.164] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,00:05:24.159] [DEBUG] 6 processes running of frp type [2025-12-23,00:20:17.454] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,00: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-23,00:35:18.619] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,00:35:25.240] [DEBUG] 6 processes running of frp type [2025-12-23,00:50:17.287] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,00:50:23.996] [DEBUG] 6 processes running of frp type [2025-12-23,01:05:17.215] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,01:05:23.882] [DEBUG] 6 processes running of frp type [2025-12-23,01:20:17.300] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,01: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-23,01:35:20.899] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,01:35:45.120] [DEBUG] 6 processes running of frp type [2025-12-23,01:50:17.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,01:50:23.729] [DEBUG] 6 processes running of frp type [2025-12-23,02:05:17.865] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,02:05:24.367] [DEBUG] 6 processes running of frp type [2025-12-23,02:20:17.622] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,02: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-23,02:35:17.872] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,02:35:24.416] [DEBUG] 6 processes running of frp type [2025-12-23,02:50:17.111] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,02:50:23.752] [DEBUG] 6 processes running of frp type [2025-12-23,03:05:18.168] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,03:05:24.716] [DEBUG] 6 processes running of frp type [2025-12-23,03:20:18.016] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,03: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' [2025-12-23,03:35:17.104] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,03:35:23.723] [DEBUG] 6 processes running of frp type [2025-12-23,03:50:17.830] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,03:50:24.967] [DEBUG] 6 processes running of frp type [2025-12-23,04:05:17.163] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,04:05:23.793] [DEBUG] 6 processes running of frp type 2025-12-23 04:06:47.876 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:06:57.878 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:06:57.879 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:07:01.862 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 04:07:01.863 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 04:07:02.175 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 04:13:45.010 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:13:55.012 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:13:55.012 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:14:05.014 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:14:05.015 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:14:15.016 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:14:15.017 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:14:25.019 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:14:25.020 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:14:35.022 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:14:55.024 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:15:05.027 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:15:25.029 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:15:28.080 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:15:48.082 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:15:50.640 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:16:10.642 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:16:20.643 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:16:40.645 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:16:41.577 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 04:16:41.579 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 04:16:41.889 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 04:18:51.849 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:18:53.947 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:18:53.948 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:18:56.987 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:18:56.987 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:19:00.027 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:19:08.919 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:19:18.921 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:19:18.922 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:19:34.994 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 04:19:54.995 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:20:04.996 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:20:24.998 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:20:25.413 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:20:45.414 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:20:47.706 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:21:07.707 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:21:10.000 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:21:30.001 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:21:30.266 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:21:50.268 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:21:51.271 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 04:21:51.272 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 04:21:51.753 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 04:25:04.291 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:25:14.294 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:25:14.295 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:25:24.296 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:25:24.297 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:25:34.298 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:25:34.299 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:25:44.300 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:25:44.301 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:25:50.373 [W] [client/service.go:297] [c558ae1a3ca139ed] 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:10.374 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:26:10.639 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:26:30.640 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:26:32.933 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:26:52.934 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:26:54.525 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 04:26:54.527 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 04:26:55.163 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 04:28:33.903 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:28:43.905 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:28:43.906 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:28:53.907 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:28:53.908 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:29:03.910 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:29:03.911 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:29:13.912 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:29:13.913 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:29:20.079 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:29:40.081 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:29:40.185 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:30:00.187 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:30:10.189 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:30:30.191 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:30:40.193 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:31:00.194 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:31:03.226 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:31:23.227 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:31:25.519 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:31:45.521 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:31:46.416 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 04:31:46.417 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 04:31:46.719 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 04:34:28.432 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:34:40.013 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 04:34:40.014 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:34:59.402 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 04:34:59.402 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:35:09.404 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:35:09.405 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:35:19.406 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:35:19.407 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:35:29.409 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:35:49.411 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:35:52.453 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:36:12.454 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:36:12.723 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:36:32.725 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:36:35.013 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:36:55.015 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:36:55.957 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 04:36:55.959 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 04:36:56.267 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 04:38:35.985 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:38:45.987 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:38:45.988 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:39:06.549 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: i/o deadline reached 2025-12-23 04:39:06.550 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:39:16.552 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:39:16.552 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:39:26.554 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:39:26.555 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:39:35.546 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:39:55.548 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:39:55.813 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:40:15.814 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:40:25.816 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:40:45.819 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:40:55.821 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:41:15.823 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:41:33.165 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 04:41:53.167 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:41:54.159 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 04:41:54.160 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 04:41:54.846 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 04:44:36.075 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:44:52.749 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 04:44:52.750 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:45:04.930 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 04:45:04.931 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:45:14.932 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:45:14.933 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:45:24.935 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:45:24.935 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:45:34.937 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:45:54.938 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:46:04.941 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:46:24.942 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:46:25.360 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:46:45.361 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:46:46.346 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 04:46:46.347 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 04:46:46.661 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 04:49:32.784 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:49:42.786 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:49:42.786 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:49:52.788 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:49:52.789 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:50:02.790 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:50:02.790 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:50:12.792 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:50:12.793 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:50:16.853 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:50:36.854 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:50:39.146 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:50:59.148 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:51:01.439 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:51:21.441 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:51:21.706 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:51:41.707 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:51:44.664 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 04:51:44.665 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 04:51:44.970 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 04:53:55.467 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:54:05.470 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:54:05.470 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:54:15.471 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:54:15.472 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:54:30.788 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 04:54:30.789 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:54:40.791 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:54:40.792 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:55:00.512 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 04:55:20.513 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:55:30.515 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:55:50.517 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:55:52.400 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:56:12.401 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:56:15.440 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:56:35.441 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:56:37.733 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 04:56:57.735 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:56:58.665 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 04:56:58.666 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 04:56:58.985 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 04:59:40.272 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 04:59:50.275 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 04:59:50.275 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:00:00.277 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:00:00.277 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:00:00.506 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:00:09.837 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:00:19.839 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:00:19.839 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:00:29.840 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:00:49.842 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:00:50.613 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:01:10.616 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:01:10.879 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:01:30.881 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:01:33.920 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:01:53.921 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:01:54.793 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 05:01:54.795 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 05:01:55.090 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 05:04:38.625 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:04:48.627 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:04:48.628 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:04:58.630 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:04:58.630 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:05:08.632 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:05:08.633 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:05:18.635 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:05:18.636 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:05:28.637 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:05:48.638 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:05:58.640 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:06:18.641 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:06:34.187 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 05:06:54.188 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:06:55.091 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 05:06:55.092 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 05:06:55.393 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 05:09:05.366 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:09:15.367 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:09:15.368 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:09:25.369 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:09:25.370 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:09:35.371 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:09:35.372 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:09:44.612 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:10:03.814 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:10:04.880 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:10:24.881 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:10:35.753 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 05:10:55.754 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:11:05.756 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:11:25.757 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:11:28.400 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:11:48.401 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:11:50.438 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 05:11:50.439 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 05:11:50.736 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 05:14:01.455 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:14:12.935 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 05:14:12.936 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:14:27.521 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 05:14:27.521 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:14:40.393 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 05:14:40.394 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:14:52.652 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 05:14:52.653 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:15:05.252 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 05:15:25.253 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:15:36.578 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: connection write timeout 2025-12-23 05:15:56.580 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:16:06.582 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:16:26.584 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:16:29.625 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:16:49.627 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:16:51.464 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 05:16:51.466 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 05:16:51.775 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 05:19:01.771 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:19:11.772 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:19:11.773 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:19:21.775 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:19:21.775 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:19:32.889 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 05:19:32.891 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 05:20:05.185 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:20:15.187 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:20:15.188 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:20:25.190 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:20:25.191 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:20:28.932 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:20:38.271 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:20:39.066 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:20:59.067 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:20:59.068 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 05:21:19.069 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:21:19.070 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 05:21:39.071 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:21:39.073 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 05:21:59.074 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:21:59.982 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 05:21:59.983 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 05:22:00.304 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 05:24:42.560 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:24:52.562 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:24:52.563 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:25:02.564 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:25:02.565 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:25:12.567 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:25:12.568 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:25:22.571 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:25:22.571 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:25:28.826 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:25:48.828 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:25:51.866 [W] [client/service.go:297] [c558ae1a3ca139ed] 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:11.867 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:26:13.306 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:26:33.308 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:26:35.600 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:26:55.601 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:26:56.559 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 05:26:56.561 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 05:26:56.894 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 05:29:10.083 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:29:20.085 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:29:20.086 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:29:30.087 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:29:30.088 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:29:30.319 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:29:40.035 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:29:43.066 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:30:03.067 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:30:13.068 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:30:33.069 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:30:36.106 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:30:56.108 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:30:58.400 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:31:18.401 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:31:20.693 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:31:40.694 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:31:40.959 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:32:00.961 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:32:02.108 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 05:32:02.109 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 05:32:02.815 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 05:34:12.767 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:34:22.769 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:34:22.769 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:34:23.012 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:34:27.557 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:34:30.106 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:34:39.787 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:34:40.239 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:35:00.241 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:35:02.532 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:35:22.534 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:35:24.826 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:35:44.828 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:35:45.092 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:36:05.094 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:36:07.385 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:36:27.386 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:36:29.679 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:36:49.680 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:36:49.946 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:37:09.948 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:37:17.652 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 05:37:17.654 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 05:37:18.331 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 05:39:22.357 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:39:23.599 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:39:23.599 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:39:26.639 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:39:26.640 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:39:29.679 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:39:38.958 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:39:39.812 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:39:58.693 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:40:08.695 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:40:28.697 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:40:38.699 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:40:58.700 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:41:01.732 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:41:21.733 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:41:24.025 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:41:44.027 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:41:44.292 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:42:04.294 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:42:05.222 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 05:42:05.224 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 05:42:05.535 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 05:44:15.739 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:44:25.741 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:44:25.742 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:44:35.743 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:44:35.744 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:44:45.746 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:44:45.747 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:44:55.748 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:44:55.748 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:45:05.749 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:45:25.750 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:45:28.799 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:45:48.801 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:45:51.840 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:46:11.841 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:46:14.159 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:46:34.160 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:46:36.453 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:46:56.454 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:46:56.718 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:47:16.720 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:47:17.733 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 05:47:17.735 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 05:47:18.035 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 05:49:28.478 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:49:38.481 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:49:38.482 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:49:48.483 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:49:48.484 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:49:51.519 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:50:00.954 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:50:01.651 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:50:20.675 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:50:22.932 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:50:42.933 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:50:45.226 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:51:05.227 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:51:07.519 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:51:27.520 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:51:29.946 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:51:49.947 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:51:52.240 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:52:12.240 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:52:17.988 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 05:52:17.990 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 05:52:18.566 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 05:54:28.285 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:54:38.288 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:54:38.289 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:54:48.290 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:54:48.291 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:54:58.293 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:54:58.294 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:55:02.346 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:55:22.348 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:55:32.350 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 05:55:52.351 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:55:56.399 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:56:16.401 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:56:18.692 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:56:38.693 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:56:38.959 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:56:58.960 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:57:00.559 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 05:57:20.561 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 05:57:21.537 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 05:57:21.538 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 05:57:21.842 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 06:00:02.626 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:00:12.629 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:00:12.630 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:00:21.252 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:00:21.252 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:00:24.293 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:00:33.470 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:00:36.506 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:00:56.077 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:00:58.799 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:01:18.801 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:01:21.093 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:01:41.094 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:01:41.359 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:02:01.360 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:02:03.652 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:02:23.653 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:02:24.648 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 06:02:24.649 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 06:02:25.576 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 06:04:05.236 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:04:15.238 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:04:15.238 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:04:25.240 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:04:25.241 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:04:35.243 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:04:35.243 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:04:45.245 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:04:45.245 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:04:55.247 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:05:15.249 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:05:17.839 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:05:37.840 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:05:38.105 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:05:58.107 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:06:00.402 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:06:20.404 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:06:22.692 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:06:42.694 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:06:44.986 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:07:04.987 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:07:09.181 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 06:07:09.182 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 06:07:10.363 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 06:09:19.558 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:09:29.559 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:09:29.560 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:09:39.561 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:09:39.562 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:09:49.564 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:09:49.564 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:09:59.566 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:09:59.566 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:10:05.732 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:10:25.733 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:10:28.772 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:10:48.774 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:10:51.812 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:11:11.814 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:11:14.692 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:11:34.694 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:11:34.959 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:11:54.960 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:12:04.962 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:12:24.963 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:12:27.018 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 06:12:27.019 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 06:12:27.573 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 06:14:37.273 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:14:47.274 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:14:47.275 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:14:53.518 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:14:53.519 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:14:56.559 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:15:05.401 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:15:06.532 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:15:24.565 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:15:34.568 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:15:54.568 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:16:04.571 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:16:24.572 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:16:34.574 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:16:54.576 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:16:57.626 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:17:17.627 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:17:19.599 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 06:17:19.600 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 06:17:19.948 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 06:19:30.074 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:19:40.076 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:19:40.076 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:19:50.078 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:19:50.079 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:19:53.119 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:20:02.424 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:20:05.146 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:20:24.766 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:20:27.439 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:20:47.440 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:20:47.705 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:21:07.707 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:21:09.999 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:21:30.000 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:21:32.292 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:21:52.294 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:21:52.559 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:22:12.561 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:22:13.527 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 06:22:13.528 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 06:22:13.899 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 06:24:23.880 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:24:33.882 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:24:33.883 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:24:43.884 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:24:43.885 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:24:53.886 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:24:53.887 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:25:03.888 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:25:03.889 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:25:04.079 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:25:24.080 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:25:34.082 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:25:54.084 [I] [client/service.go:294] [c558ae1a3ca139ed] 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-23 06:26:04.085 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:26:24.087 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:26:26.692 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:26:46.693 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:26:49.732 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:27:09.734 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:27:12.025 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:27:32.026 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:27:33.550 [I] [client/service.go:286] [c558ae1a3ca139ed] login to server success, get run id [c558ae1a3ca139ed] 2025-12-23 06:27:33.552 [I] [proxy/proxy_manager.go:173] [c558ae1a3ca139ed] proxy added: [DTN57CC4444] 2025-12-23 06:27:34.153 [I] [client/control.go:168] [c558ae1a3ca139ed] [DTN57CC4444] start proxy success 2025-12-23 06:29:13.381 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:29:23.383 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:29:23.384 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:29:33.385 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:29:33.386 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:29:43.387 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 06:29:43.388 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:29:46.426 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 06:30:05.811 [I] [client/service.go:294] [c558ae1a3ca139ed] try to connect to server... 2025-12-23 06:30:08.719 [W] [client/service.go:297] [c558ae1a3ca139ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host [2025-12-23,06:30:42.023] [INFO] Initializing BusSpeedStateManager V2 [2025-12-23,06:30:42.030] [INFO] LocationSqlManager initialising [2025-12-23,06:30:42.031] [INFO] Location DB initialising [2025-12-23,06:30:42.042] [INFO] LocationSqlManager initialisation complete [2025-12-23,06:30:42.044] [DEBUG] UploadManager Init [2025-12-23,06:30:42.044] [DEBUG] UploadManager Init Complete [2025-12-23,06:30:42.048] [INFO] Initializing GPS... [2025-12-23,06:30:42.051] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30.897] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:31.020] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:31.041] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:31.159] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:31.280] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:31.400] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:31.422] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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: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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:31.566] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:31.687] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:31.811] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:31.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32.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')) [2025-12-23,09:50:32.173] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:32.270] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:32.326] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:32.438] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:32.472] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:32.526] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:32.632] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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:32.737] [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.207] [INFO] Initializing BusSpeedStateManager V2 [2025-12-23,18:25:38.214] [INFO] LocationSqlManager initialising [2025-12-23,18:25:38.215] [INFO] Location DB initialising [2025-12-23,18:25:38.228] [INFO] LocationSqlManager initialisation complete [2025-12-23,18:25:38.228] [DEBUG] UploadManager Init [2025-12-23,18:25:38.229] [DEBUG] UploadManager Init Complete [2025-12-23,18:25:38.233] [INFO] Initializing GPS... [2025-12-23,18:25:38.235] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.147] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,18:27:56.613] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:10.601] [DEBUG] Log Upload Complete! [2025-12-23,18:30:45.318] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,18:30:51.953] [DEBUG] Remote Access Enabled [2025-12-23,18:30:58.123] [INFO] Server Address: 138.201.17.179 [2025-12-23,18:30:58.124] [INFO] Server Port: 7000 [2025-12-23,18:30:58.129] [DEBUG] Starting Remote Access! 2025-12-23 18:30:58.267 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-23 18:30:58.267 [I] [client/service.go:294] try to connect to server... 2025-12-23 18:30:59.139 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-23 18:30:59.140 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-23 18:30:59.469 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success [2025-12-23,18:35:17.862] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,18:35:24.441] [DEBUG] 6 processes running of frp type [2025-12-23,18:50:17.606] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,18:50:24.137] [DEBUG] 6 processes running of frp type [2025-12-23,19:05:17.472] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,19:05:24.050] [DEBUG] 6 processes running of frp type [2025-12-23,19:20:17.439] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,19: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' [2025-12-23,19:35:17.781] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,19:35:24.381] [DEBUG] 6 processes running of frp type [2025-12-23,19:50:17.023] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,19:50:23.562] [DEBUG] 6 processes running of frp type [2025-12-23,20:05:18.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,20:05:24.773] [DEBUG] 6 processes running of frp type [2025-12-23,20:20:17.070] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,20: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-23,20:35:18.117] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-23,20:50:17.690] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,20:50:24.909] [DEBUG] 6 processes running of frp type [2025-12-23,21:05:17.162] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,21:05:25.757] [DEBUG] 6 processes running of frp type 2025-12-23 21:11:17.800 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:11:27.099 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-23 21:11:27.100 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-23 21:11:29.209 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success 2025-12-23 21:17:38.355 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:17:51.186 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-23 21:17:51.187 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-23 21:17:51.872 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success [2025-12-23,21:20:18.007] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,21:20:25.020] [DEBUG] 6 processes running of frp type 2025-12-23 21:26:00.140 [I] [client/service.go:294] [aebfce979dd388be] 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-23 21:26:10.143 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 21:26:10.143 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:26:20.146 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 21:26:20.147 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:26:21.504 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-23 21:26:21.505 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-23 21:26:23.137 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success [2025-12-23,21:35:17.464] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,21:35:24.479] [DEBUG] 6 processes running of frp type 2025-12-23 21:44:26.042 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:44:38.306 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: i/o deadline reached 2025-12-23 21:44:38.306 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:44:48.308 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 21:44:48.308 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:45:06.126 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: connection write timeout 2025-12-23 21:45:06.127 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:45:18.295 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: connection write timeout 2025-12-23 21:45:18.296 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:45:19.807 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-23 21:45:19.809 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-23 21:45:22.742 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success 2025-12-23 21:47:00.678 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:47:18.243 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-23 21:47:18.244 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-23 21:47:22.044 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success 2025-12-23 21:47:50.523 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:48:07.906 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: i/o deadline reached 2025-12-23 21:48:07.907 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:48:17.909 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 21:48:17.910 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:48:24.786 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-23 21:48:24.787 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-23 21:48:26.041 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success 2025-12-23 21:49:31.088 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:49:42.713 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: i/o deadline reached 2025-12-23 21:49:42.714 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:49:43.874 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-23 21:49:43.875 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-23 21:49:44.180 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success [2025-12-23,21:50:17.967] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,21:50:24.519] [DEBUG] 6 processes running of frp type 2025-12-23 21:50:53.804 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:51:03.805 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 21:51:03.806 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:51:13.808 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 21:51:13.808 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:51:28.763 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: i/o deadline reached 2025-12-23 21:51:28.763 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:51:38.765 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 21:51:38.766 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:51:45.966 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-23 21:51:45.967 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-23 21:52:05.320 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success 2025-12-23 21:54:23.460 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:54:35.978 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: i/o deadline reached 2025-12-23 21:54:35.979 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:54:47.664 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: connection write timeout 2025-12-23 21:54:47.665 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:54:54.887 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-23 21:54:54.889 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-23 21:54:59.490 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success 2025-12-23 21:55:28.037 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:55:42.444 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-23 21:55:42.446 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-23 21:55:46.937 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success 2025-12-23 21:56:08.757 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:56:18.760 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-23 21:56:18.760 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:56:29.117 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-23 21:56:29.119 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-23 21:56:29.421 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success 2025-12-23 21:57:32.184 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:57:49.794 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: i/o deadline reached 2025-12-23 21:57:49.794 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:58:01.423 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: connection write timeout 2025-12-23 21:58:01.424 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:58:04.061 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-23 21:58:04.062 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-23 21:58:42.520 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-23 21:58:50.632 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-23 21:58:50.633 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-23 21:58:52.222 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success [2025-12-23,22:05:17.918] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,22:05:30.637] [DEBUG] 6 processes running of frp type [2025-12-23,22:20:17.926] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,22: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-12-23,22:35:17.845] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,22:35:25.344] [DEBUG] 6 processes running of frp type [2025-12-23,22:50:17.999] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,22:50:24.537] [DEBUG] 6 processes running of frp type [2025-12-23,23:05:18.037] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,23:05:25.189] [DEBUG] 6 processes running of frp type [2025-12-23,23:20:17.567] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,23: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-12-23,23:35:17.779] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,23:35:24.326] [DEBUG] 6 processes running of frp type [2025-12-23,23:50:17.413] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-23,23:50:24.142] [DEBUG] 6 processes running of frp type [2025-12-24,00:05:17.360] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,00:05:23.870] [DEBUG] 6 processes running of frp type [2025-12-24,00:20:17.372] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,00: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' [2025-12-24,00:35:17.690] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,00:35:25.376] [DEBUG] 6 processes running of frp type [2025-12-24,00:50:17.523] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,00:50:24.077] [DEBUG] 6 processes running of frp type [2025-12-24,01:05:17.416] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,01:05:24.364] [DEBUG] 6 processes running of frp type [2025-12-24,01:20:17.576] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,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' [2025-12-24,01:35:17.400] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,01:35:23.935] [DEBUG] 6 processes running of frp type [2025-12-24,01:50:18.093] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,01:50:24.674] [DEBUG] 6 processes running of frp type [2025-12-24,02:05:17.918] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,02:05:24.457] [DEBUG] 6 processes running of frp type [2025-12-24,02:20:17.689] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,02: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-12-24,02:35:17.648] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,02:35:24.567] [DEBUG] 6 processes running of frp type [2025-12-24,02:50:17.731] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,02:50:24.357] [DEBUG] 6 processes running of frp type [2025-12-24,03:05:17.610] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,03:05:24.489] [DEBUG] 6 processes running of frp type 2025-12-24 03:08:59.323 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-24 03:09:01.691 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-24 03:09:01.692 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-24 03:09:02.275 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success 2025-12-24 03:09:39.974 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-24 03:09:46.815 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-24 03:09:46.816 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-24 03:10:24.767 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-24 03:10:34.769 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 03:10:34.770 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-24 03:10:36.799 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-24 03:10:36.800 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-24 03:10:37.261 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success [2025-12-24,03:20:17.769] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,03: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-12-24,03:35:17.654] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,03:35:24.266] [DEBUG] 6 processes running of frp type [2025-12-24,03:50:17.459] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,03:50:24.225] [DEBUG] 6 processes running of frp type [2025-12-24,04:05:17.490] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,04:05:24.006] [DEBUG] 6 processes running of frp type 2025-12-24 04:06:59.751 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-24 04:07:01.077 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-24 04:07:01.078 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-24 04:07:04.115 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-24 04:07:04.116 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-24 04:07:07.155 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-24 04:07:16.426 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-24 04:07:26.427 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 04:07:26.428 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-24 04:07:26.678 [W] [client/service.go:297] [aebfce979dd388be] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-24 04:07:46.679 [I] [client/service.go:294] [aebfce979dd388be] try to connect to server... 2025-12-24 04:07:47.606 [I] [client/service.go:286] [aebfce979dd388be] login to server success, get run id [aebfce979dd388be] 2025-12-24 04:07:47.607 [I] [proxy/proxy_manager.go:173] [aebfce979dd388be] proxy added: [DTN57CC4444] 2025-12-24 04:07:47.953 [I] [client/control.go:168] [aebfce979dd388be] [DTN57CC4444] start proxy success [2025-12-24,04:20:17.196] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,04: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-12-24,04:35:17.113] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,04:35:23.671] [DEBUG] 6 processes running of frp type [2025-12-24,04:50:17.427] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,04:50:24.005] [DEBUG] 6 processes running of frp type [2025-12-24,05:05:17.219] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,05:05:23.836] [DEBUG] 6 processes running of frp type [2025-12-24,05:20:17.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,05: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' [2025-12-24,05:35:17.294] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,05:35:25.820] [DEBUG] 6 processes running of frp type [2025-12-24,05:50:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,05:50:24.482] [DEBUG] 6 processes running of frp type [2025-12-24,06:05:17.826] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,06:05:24.423] [DEBUG] 6 processes running of frp type [2025-12-24,06:20:17.869] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,06: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-24,06:30:42.332] [INFO] Initializing BusSpeedStateManager V2 [2025-12-24,06:30:42.339] [INFO] LocationSqlManager initialising [2025-12-24,06:30:42.340] [INFO] Location DB initialising [2025-12-24,06:30:42.351] [INFO] LocationSqlManager initialisation complete [2025-12-24,06:30:42.352] [DEBUG] UploadManager Init [2025-12-24,06:30:42.353] [DEBUG] UploadManager Init Complete [2025-12-24,06:30:42.357] [INFO] Initializing GPS... [2025-12-24,06:30: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-24,06:32:45.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,06:32:52.539] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:10.487] [DEBUG] Log Upload Complete! [2025-12-24,06:35:46.020] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,06:35:53.094] [DEBUG] Remote Access Enabled [2025-12-24,06:35:59.798] [INFO] Server Address: 138.201.17.179 [2025-12-24,06:35:59.799] [INFO] Server Port: 7000 [2025-12-24,06:35:59.804] [DEBUG] Starting Remote Access! 2025-12-24 06:35:59.937 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-24 06:35:59.937 [I] [client/service.go:294] try to connect to server... 2025-12-24 06:36:01.396 [I] [client/service.go:286] [03dc25ef97666fb0] login to server success, get run id [03dc25ef97666fb0] 2025-12-24 06:36:01.397 [I] [proxy/proxy_manager.go:173] [03dc25ef97666fb0] proxy added: [DTN57CC4444] 2025-12-24 06:36:01.718 [I] [client/control.go:168] [03dc25ef97666fb0] [DTN57CC4444] start proxy success [2025-12-24,06:50:18.134] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,06:50:30.920] [DEBUG] 6 processes running of frp type 2025-12-24 06:51:54.164 [I] [client/service.go:294] [03dc25ef97666fb0] try to connect to server... 2025-12-24 06:51:56.605 [I] [client/service.go:286] [03dc25ef97666fb0] login to server success, get run id [03dc25ef97666fb0] 2025-12-24 06:51:56.607 [I] [proxy/proxy_manager.go:173] [03dc25ef97666fb0] proxy added: [DTN57CC4444] 2025-12-24 06:51:56.944 [I] [client/control.go:168] [03dc25ef97666fb0] [DTN57CC4444] start proxy success [2025-12-24,07:05:17.587] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,07:05:24.156] [DEBUG] 6 processes running of frp type [2025-12-24,07:20:17.503] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,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-12-24,07:35:18.084] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,07:35:24.831] [DEBUG] 6 processes running of frp type [2025-12-24,07:50:17.403] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,07:50:24.114] [DEBUG] 6 processes running of frp type [2025-12-24,08:02:17.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,08:02:24.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-24,08:02:47.629] [DEBUG] Log Upload Complete! [2025-12-24,08:05:17.671] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,08:05:27.567] [DEBUG] 6 processes running of frp type [2025-12-24,08:20:17.899] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,08: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' [2025-12-24,08:35:17.121] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,08:35:24.040] [DEBUG] 6 processes running of frp type [2025-12-24,08:50:17.566] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,08:50:24.483] [DEBUG] 6 processes running of frp type [2025-12-24,09:05:17.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,09:05:24.678] [DEBUG] 6 processes running of frp type [2025-12-24,09:20:17.204] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,09: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-24,09:35:17.762] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,09:35:24.415] [DEBUG] 6 processes running of frp type [2025-12-24,09:50:18.445] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,09:50:25.297] [DEBUG] 6 processes running of frp type [2025-12-24,10:05:17.800] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,10:05:24.496] [DEBUG] 6 processes running of frp type [2025-12-24,10:20:17.991] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,10:20:24.735] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.295] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,10:35:23.974] [DEBUG] 6 processes running of frp type [2025-12-24,10:50:17.417] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,10:50:24.156] [DEBUG] 6 processes running of frp type [2025-12-24,11:05:17.663] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,11:05:24.342] [DEBUG] 6 processes running of frp type [2025-12-24,11:20:17.638] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,11: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-24,11:35:17.209] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,11:35:24.033] [DEBUG] 6 processes running of frp type [2025-12-24,11:50:17.663] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,11:50:24.162] [DEBUG] 6 processes running of frp type [2025-12-24,12:05:17.844] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,12:05:24.709] [DEBUG] 6 processes running of frp type 2025-12-24 12:07:24.753 [I] [client/service.go:294] [03dc25ef97666fb0] try to connect to server... 2025-12-24 12:07:34.755 [W] [client/service.go:297] [03dc25ef97666fb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 12:07:34.756 [I] [client/service.go:294] [03dc25ef97666fb0] try to connect to server... 2025-12-24 12:07:44.758 [W] [client/service.go:297] [03dc25ef97666fb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 12:07:44.759 [I] [client/service.go:294] [03dc25ef97666fb0] try to connect to server... 2025-12-24 12:07:54.760 [W] [client/service.go:297] [03dc25ef97666fb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 12:07:54.761 [I] [client/service.go:294] [03dc25ef97666fb0] try to connect to server... 2025-12-24 12:08:04.762 [W] [client/service.go:297] [03dc25ef97666fb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 12:08:04.762 [I] [client/service.go:294] [03dc25ef97666fb0] try to connect to server... 2025-12-24 12:08:14.765 [W] [client/service.go:297] [03dc25ef97666fb0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 12:08:34.766 [I] [client/service.go:294] [03dc25ef97666fb0] try to connect to server... 2025-12-24 12:08:35.651 [I] [client/service.go:286] [03dc25ef97666fb0] login to server success, get run id [03dc25ef97666fb0] 2025-12-24 12:08:35.653 [I] [proxy/proxy_manager.go:173] [03dc25ef97666fb0] proxy added: [DTN57CC4444] 2025-12-24 12:08:35.971 [I] [client/control.go:168] [03dc25ef97666fb0] [DTN57CC4444] start proxy success [2025-12-24,12:20:17.274] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,12:20:25.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' [2025-12-24,12:35:17.385] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,12:35:24.016] [DEBUG] 6 processes running of frp type [2025-12-24,12:50:17.286] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,12:50:23.898] [DEBUG] 6 processes running of frp type [2025-12-24,13:05:17.383] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,13:05:24.089] [DEBUG] 6 processes running of frp type [2025-12-24,13:20:17.333] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,13: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-24,13:35:18.929] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,13:35:25.542] [DEBUG] 6 processes running of frp type [2025-12-24,13:50:18.874] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,13:50:25.485] [DEBUG] 6 processes running of frp type [2025-12-24,14:05:20.138] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,14:05:26.783] [DEBUG] 6 processes running of frp type [2025-12-24,14:20:17.072] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,14:20:23.674] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:17.670] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,14:35:24.239] [DEBUG] 6 processes running of frp type [2025-12-24,14:50:17.987] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,14:50:24.614] [DEBUG] 6 processes running of frp type [2025-12-24,15:05:17.863] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,15:05:24.406] [DEBUG] 6 processes running of frp type [2025-12-24,15:20:17.772] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,15: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' [2025-12-24,15:35:17.795] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,15:35:24.341] [DEBUG] 6 processes running of frp type [2025-12-24,15:50:17.895] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,15:50:24.496] [DEBUG] 6 processes running of frp type [2025-12-24,16:05:18.063] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,16:05:24.698] [DEBUG] 6 processes running of frp type [2025-12-24,16:20:17.067] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,16: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-24,16:35:17.542] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,16:35:24.103] [DEBUG] 6 processes running of frp type [2025-12-24,16:50:17.440] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,16:50:24.087] [DEBUG] 6 processes running of frp type [2025-12-24,17:05:17.714] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,17:05:24.375] [DEBUG] 6 processes running of frp type [2025-12-24,17:20:17.845] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,17: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' [2025-12-24,17:35:17.996] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,17:35:24.645] [DEBUG] 6 processes running of frp type [2025-12-24,17:50:17.447] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,17:50:25.031] [DEBUG] 6 processes running of frp type [2025-12-24,18:05:17.356] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,18:05:23.898] [DEBUG] 6 processes running of frp type [2025-12-24,18:20:17.138] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,18:20:23.972] [DEBUG] 6 processes running of frp type [2025-12-24,18:25:40.869] [INFO] Initializing BusSpeedStateManager V2 [2025-12-24,18:25:40.873] [INFO] LocationSqlManager initialising [2025-12-24,18:25:40.874] [INFO] Location DB initialising [2025-12-24,18:25:40.884] [INFO] LocationSqlManager initialisation complete [2025-12-24,18:25:40.884] [DEBUG] UploadManager Init [2025-12-24,18:25:40.885] [DEBUG] UploadManager Init Complete [2025-12-24,18:25:40.887] [INFO] Initializing GPS... [2025-12-24,18:25:40.889] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.646] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,18:27:51.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( [2025-12-24,18:28:32.140] [DEBUG] Log Upload Complete! [2025-12-24,18:30:44.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,18:30:51.054] [DEBUG] Remote Access Enabled [2025-12-24,18:30:54.335] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-24,18:30:57.293] [INFO] Server Address: 138.201.17.179 [2025-12-24,18:30:57.294] [INFO] Server Port: 7000 [2025-12-24,18:30:57.299] [DEBUG] Starting Remote Access! 2025-12-24 18:30:57.436 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-24 18:30:57.437 [I] [client/service.go:294] try to connect to server... 2025-12-24 18:30:58.320 [I] [client/service.go:286] [9348abc31a8ca6cd] login to server success, get run id [9348abc31a8ca6cd] 2025-12-24 18:30:58.321 [I] [proxy/proxy_manager.go:173] [9348abc31a8ca6cd] proxy added: [DTN57CC4444] 2025-12-24 18:30:58.620 [I] [client/control.go:168] [9348abc31a8ca6cd] [DTN57CC4444] start proxy success 2025-12-24 18:32:07.990 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-24 18:32:08.001 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-24 18:32:10.152 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-24 18:32:10.156 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-24 18:32:14.560 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-24 18:32:14.564 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-24 18:32:23.440 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-24 18:32:24.505 [I] [client/service.go:286] [9348abc31a8ca6cd] login to server success, get run id [9348abc31a8ca6cd] 2025-12-24 18:32:24.507 [I] [proxy/proxy_manager.go:173] [9348abc31a8ca6cd] proxy added: [DTN57CC4444] 2025-12-24 18:32:24.900 [I] [client/control.go:168] [9348abc31a8ca6cd] [DTN57CC4444] start proxy success [2025-12-24,18:35:17.419] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,18:35:24.378] [DEBUG] 6 processes running of frp type [2025-12-24,18:50:17.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,18:50:24.232] [DEBUG] 6 processes running of frp type [2025-12-24,19:05:17.559] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,19:05:24.436] [DEBUG] 6 processes running of frp type [2025-12-24,19:20:17.788] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,19: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-24,19:35:18.157] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,19:35:24.827] [DEBUG] 6 processes running of frp type [2025-12-24,19:50:17.628] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,19:50:24.200] [DEBUG] 6 processes running of frp type [2025-12-24,20:05:17.406] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,20:05:23.937] [DEBUG] 6 processes running of frp type [2025-12-24,20:20:17.322] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,20: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-24,20:35:17.312] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,20:35:24.446] [DEBUG] 6 processes running of frp type [2025-12-24,20:50:17.361] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,20:50:29.310] [DEBUG] 6 processes running of frp type [2025-12-24,21:05:17.823] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,21:05:25.300] [DEBUG] 6 processes running of frp type [2025-12-24,21:20:17.740] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,21:20:25.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-12-24,21:35:17.854] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,21:35:26.591] [DEBUG] 6 processes running of frp type 2025-12-24 21:41:40.968 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-24 21:41:45.100 [I] [client/service.go:286] [9348abc31a8ca6cd] login to server success, get run id [9348abc31a8ca6cd] 2025-12-24 21:41:45.101 [I] [proxy/proxy_manager.go:173] [9348abc31a8ca6cd] proxy added: [DTN57CC4444] 2025-12-24 21:41:47.953 [I] [client/control.go:168] [9348abc31a8ca6cd] [DTN57CC4444] start proxy success 2025-12-24 21:46:40.424 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-24 21:46:50.426 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 21:46:50.426 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-24 21:47:01.896 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: connection write timeout 2025-12-24 21:47:01.897 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-24 21:47:02.840 [I] [client/service.go:286] [9348abc31a8ca6cd] login to server success, get run id [9348abc31a8ca6cd] 2025-12-24 21:47:02.842 [I] [proxy/proxy_manager.go:173] [9348abc31a8ca6cd] proxy added: [DTN57CC4444] 2025-12-24 21:47:03.210 [I] [client/control.go:168] [9348abc31a8ca6cd] [DTN57CC4444] start proxy success [2025-12-24,21:50:18.023] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,21:50:24.607] [DEBUG] 6 processes running of frp type 2025-12-24 22:05:08.795 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... [2025-12-24,22:05:20.084] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-24 22:05:26.086 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: i/o deadline reached 2025-12-24 22:05:26.087 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-24 22:05:36.737 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: connection write timeout 2025-12-24 22:05:36.737 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... [2025-12-24,22:05:43.998] [DEBUG] 6 processes running of frp type 2025-12-24 22:05:46.739 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 22:05:46.740 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-24 22:06:08.597 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: i/o deadline reached 2025-12-24 22:06:08.598 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-24 22:06:24.443 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: i/o deadline reached 2025-12-24 22:06:44.444 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-24 22:06:53.075 [I] [client/service.go:286] [9348abc31a8ca6cd] login to server success, get run id [9348abc31a8ca6cd] 2025-12-24 22:06:53.077 [I] [proxy/proxy_manager.go:173] [9348abc31a8ca6cd] proxy added: [DTN57CC4444] 2025-12-24 22:07:04.295 [I] [client/control.go:168] [9348abc31a8ca6cd] [DTN57CC4444] start proxy success [2025-12-24,22:20:17.953] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,22:20:25.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' [2025-12-24,22:50:18.505] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,22:50:26.566] [DEBUG] 6 processes running of frp type [2025-12-24,23:05:17.792] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,23:05:25.411] [DEBUG] 6 processes running of frp type [2025-12-24,23:20:17.595] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,23: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-24,23:35:17.110] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,23:35:23.879] [DEBUG] 6 processes running of frp type [2025-12-24,23:50:17.300] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-24,23:50:24.223] [DEBUG] 6 processes running of frp type [2025-12-25,00:05:17.583] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,00:05:24.126] [DEBUG] 6 processes running of frp type [2025-12-25,00:20:17.497] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,00:20:24.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-12-25,00:35:17.520] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,00:35:24.066] [DEBUG] 6 processes running of frp type [2025-12-25,00:50:17.299] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,00:50:23.842] [DEBUG] 6 processes running of frp type [2025-12-25,01:05:17.448] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,01:05:24.077] [DEBUG] 6 processes running of frp type [2025-12-25,01:20:17.413] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,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' [2025-12-25,01:35:17.666] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,01:35:24.234] [DEBUG] 6 processes running of frp type [2025-12-25,01:50:17.247] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,01:50:23.902] [DEBUG] 6 processes running of frp type [2025-12-25,02:05:17.292] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,02:05:24.028] [DEBUG] 6 processes running of frp type 2025-12-25 02:08:48.187 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:08:58.189 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:08:58.190 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:09:08.191 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:09:08.191 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:09:18.193 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:09:18.193 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:09:28.194 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:09:28.195 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:09:45.407 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: connection write timeout 2025-12-25 02:10:05.408 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:10:15.410 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:10:35.412 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:10:45.413 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:11:05.415 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:11:15.417 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:11:35.417 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:11:45.420 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:12:05.421 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:12:15.423 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:12:35.424 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:12:45.426 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:13:05.429 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:13:15.431 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:13:35.433 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:13:45.436 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:14:05.437 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:14:24.931 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: connection write timeout 2025-12-25 02:14:44.933 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:14:54.936 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:15:14.938 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:15:24.940 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:15:44.942 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:15:54.944 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:16:14.946 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:16:24.948 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:16:44.950 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:16:54.952 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:17:14.954 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:17:24.956 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:17:44.958 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:18:02.334 [I] [client/service.go:286] [9348abc31a8ca6cd] login to server success, get run id [9348abc31a8ca6cd] 2025-12-25 02:18:02.335 [I] [proxy/proxy_manager.go:173] [9348abc31a8ca6cd] proxy added: [DTN57CC4444] 2025-12-25 02:18:03.020 [I] [client/control.go:168] [9348abc31a8ca6cd] [DTN57CC4444] start proxy success [2025-12-25,02:20:17.277] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,02:20:23.922] [DEBUG] 6 processes running of frp type 2025-12-25 02:21:59.541 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:22:00.748 [I] [client/service.go:286] [9348abc31a8ca6cd] login to server success, get run id [9348abc31a8ca6cd] 2025-12-25 02:22:00.750 [I] [proxy/proxy_manager.go:173] [9348abc31a8ca6cd] proxy added: [DTN57CC4444] 2025-12-25 02:22:01.147 [I] [client/control.go:168] [9348abc31a8ca6cd] [DTN57CC4444] start proxy success 2025-12-25 02:24:48.877 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:24:58.880 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 02:24:58.880 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:25:11.971 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: connection write timeout 2025-12-25 02:25:11.972 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:25:27.467 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: connection write timeout 2025-12-25 02:25:27.468 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:25:40.167 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: connection write timeout 2025-12-25 02:25:40.167 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:25:50.169 [W] [client/service.go:297] [9348abc31a8ca6cd] 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-25 02:26:10.170 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 02:26:11.136 [I] [client/service.go:286] [9348abc31a8ca6cd] login to server success, get run id [9348abc31a8ca6cd] 2025-12-25 02:26:11.137 [I] [proxy/proxy_manager.go:173] [9348abc31a8ca6cd] proxy added: [DTN57CC4444] 2025-12-25 02:26:11.449 [I] [client/control.go:168] [9348abc31a8ca6cd] [DTN57CC4444] start proxy success [2025-12-25,02:35:17.463] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,02:35:24.165] [DEBUG] 6 processes running of frp type [2025-12-25,02:50:17.505] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,02:50:23.970] [DEBUG] 6 processes running of frp type [2025-12-25,03:05:17.167] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,03:05:23.693] [DEBUG] 6 processes running of frp type 2025-12-25 03:11:51.433 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 03:12:01.434 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 03:12:01.435 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 03:12:09.826 [I] [client/service.go:286] [9348abc31a8ca6cd] login to server success, get run id [9348abc31a8ca6cd] 2025-12-25 03:12:09.827 [I] [proxy/proxy_manager.go:173] [9348abc31a8ca6cd] proxy added: [DTN57CC4444] 2025-12-25 03:12:10.425 [I] [client/control.go:168] [9348abc31a8ca6cd] [DTN57CC4444] start proxy success [2025-12-25,03:20:18.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,03:20:24.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-12-25,03:35:17.094] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,03:35:23.622] [DEBUG] 6 processes running of frp type [2025-12-25,03:50:17.747] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,03:50:24.266] [DEBUG] 6 processes running of frp type [2025-12-25,04:05:17.829] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,04:05:24.336] [DEBUG] 6 processes running of frp type 2025-12-25 04:06:23.529 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 04:06:26.578 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 04:06:26.578 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 04:06:29.621 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 04:06:29.621 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 04:06:32.658 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 04:06:41.799 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 04:06:41.801 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-25 04:07:00.889 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 04:07:01.867 [I] [client/service.go:286] [9348abc31a8ca6cd] login to server success, get run id [9348abc31a8ca6cd] 2025-12-25 04:07:01.868 [I] [proxy/proxy_manager.go:173] [9348abc31a8ca6cd] proxy added: [DTN57CC4444] 2025-12-25 04:07:04.087 [I] [client/control.go:168] [9348abc31a8ca6cd] [DTN57CC4444] start proxy success [2025-12-25,04:20:17.553] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,04: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' [2025-12-25,04:35:17.475] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,04:35:24.092] [DEBUG] 6 processes running of frp type [2025-12-25,04:50:17.358] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,04:50:23.980] [DEBUG] 6 processes running of frp type [2025-12-25,05:05:17.643] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,05:05:24.245] [DEBUG] 6 processes running of frp type [2025-12-25,05:20:17.572] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,05: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-25,05:35:17.229] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,05:35:23.987] [DEBUG] 6 processes running of frp type [2025-12-25,05:50:17.506] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,05:50:24.095] [DEBUG] 6 processes running of frp type [2025-12-25,06:05:17.727] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,06:05:24.261] [DEBUG] 6 processes running of frp type [2025-12-25,06:20:17.438] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,06:20:23.964] [DEBUG] 6 processes running of frp type 2025-12-25 06:25:25.421 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 06:25:35.423 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 06:25:35.424 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 06:25:45.426 [W] [client/service.go:297] [9348abc31a8ca6cd] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 06:25:45.427 [I] [client/service.go:294] [9348abc31a8ca6cd] try to connect to server... 2025-12-25 06:25:58.082 [I] [client/service.go:286] [9348abc31a8ca6cd] login to server success, get run id [9348abc31a8ca6cd] 2025-12-25 06:25:58.083 [I] [proxy/proxy_manager.go:173] [9348abc31a8ca6cd] proxy added: [DTN57CC4444] 2025-12-25 06:25:58.719 [I] [client/control.go:168] [9348abc31a8ca6cd] [DTN57CC4444] 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,06:30:41.994] [INFO] Initializing BusSpeedStateManager V2 [2025-12-25,06:30:41.998] [INFO] LocationSqlManager initialising [2025-12-25,06:30:41.999] [INFO] Location DB initialising [2025-12-25,06:30:42.008] [INFO] LocationSqlManager initialisation complete [2025-12-25,06:30:42.009] [DEBUG] UploadManager Init [2025-12-25,06:30:42.009] [DEBUG] UploadManager Init Complete [2025-12-25,06:30:42.012] [INFO] Initializing GPS... [2025-12-25,06:30:42.014] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,06:32: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( [2025-12-25,06:33:11.471] [DEBUG] Log Upload Complete! [2025-12-25,06:35:45.220] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,06:35:51.958] [DEBUG] Remote Access Enabled [2025-12-25,06:35:58.265] [INFO] Server Address: 138.201.17.179 [2025-12-25,06:35:58.266] [INFO] Server Port: 7000 [2025-12-25,06:35:58.271] [DEBUG] Starting Remote Access! 2025-12-25 06:35:58.406 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-25 06:35:58.406 [I] [client/service.go:294] try to connect to server... 2025-12-25 06:35:59.281 [I] [client/service.go:286] [7e51cd78ae882f80] login to server success, get run id [7e51cd78ae882f80] 2025-12-25 06:35:59.282 [I] [proxy/proxy_manager.go:173] [7e51cd78ae882f80] proxy added: [DTN57CC4444] 2025-12-25 06:35:59.589 [I] [client/control.go:168] [7e51cd78ae882f80] [DTN57CC4444] start proxy success [2025-12-25,06:50:17.975] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,06:50:24.627] [DEBUG] 6 processes running of frp type [2025-12-25,07:05:17.935] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,07:05:24.496] [DEBUG] 6 processes running of frp type [2025-12-25,07:20:17.701] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,07:20:24.254] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:16.995] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,07:35:23.589] [DEBUG] 6 processes running of frp type [2025-12-25,07:50:16.803] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,07:50:23.346] [DEBUG] 6 processes running of frp type [2025-12-25,08:02:17.522] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,08:02:24.150] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:39.005] [DEBUG] Log Upload Complete! [2025-12-25,08:05:18.090] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,08:05:25.153] [DEBUG] 6 processes running of frp type [2025-12-25,08:20:17.397] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,08:20:24.016] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.687] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,08:35:29.397] [DEBUG] 6 processes running of frp type [2025-12-25,08:50:18.246] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,08:50:24.863] [DEBUG] 6 processes running of frp type [2025-12-25,09:05:17.325] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,09:05:23.888] [DEBUG] 6 processes running of frp type [2025-12-25,09:20:17.405] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,09: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-12-25,09:35:17.596] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,09:35:24.100] [DEBUG] 6 processes running of frp type [2025-12-25,09:50:17.458] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,09:50:23.979] [DEBUG] 6 processes running of frp type [2025-12-25,10:05:17.225] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,10:05:24.017] [DEBUG] 6 processes running of frp type [2025-12-25,10:20:17.415] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,10: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' [2025-12-25,10:35:18.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,10:35:24.819] [DEBUG] 6 processes running of frp type [2025-12-25,10:50:17.436] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,10:50:24.021] [DEBUG] 6 processes running of frp type [2025-12-25,11:05:17.295] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,11:05:23.834] [DEBUG] 6 processes running of frp type [2025-12-25,11:20:17.039] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,11: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-25,11:35:17.723] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,11:35:24.395] [DEBUG] 6 processes running of frp type [2025-12-25,11:50:17.929] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,11:50:24.480] [DEBUG] 6 processes running of frp type [2025-12-25,12:05:17.860] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,12:05:24.481] [DEBUG] 6 processes running of frp type [2025-12-25,12:20:17.898] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,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' [2025-12-25,12:35:18.239] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,12:35:24.765] [DEBUG] 6 processes running of frp type [2025-12-25,12:50:17.329] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,12:50:23.888] [DEBUG] 6 processes running of frp type [2025-12-25,13:05:17.381] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,13:05:23.920] [DEBUG] 6 processes running of frp type [2025-12-25,13:20:17.160] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,13: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' [2025-12-25,13:35:17.659] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,13:35:24.273] [DEBUG] 6 processes running of frp type [2025-12-25,13:50:17.503] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,13:50:24.110] [DEBUG] 6 processes running of frp type [2025-12-25,14:05:17.877] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,14:05:24.541] [DEBUG] 6 processes running of frp type [2025-12-25,14:20:17.940] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,14: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-25,14:35:17.928] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,14:35:24.479] [DEBUG] 6 processes running of frp type [2025-12-25,14:50:18.242] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,14:50:24.772] [DEBUG] 6 processes running of frp type [2025-12-25,15:05:17.149] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,15:05:23.698] [DEBUG] 6 processes running of frp type [2025-12-25,15:20:18.198] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,15: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-25,15:35:17.411] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,15:35:24.033] [DEBUG] 6 processes running of frp type [2025-12-25,15:50:18.198] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,15:50:24.750] [DEBUG] 6 processes running of frp type [2025-12-25,16:05:17.125] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,16:05:23.855] [DEBUG] 6 processes running of frp type [2025-12-25,16:20:17.040] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,16: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' [2025-12-25,16:35:17.239] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,16:35:23.808] [DEBUG] 6 processes running of frp type [2025-12-25,16:50:17.226] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,16:50:23.802] [DEBUG] 6 processes running of frp type [2025-12-25,17:05:17.083] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,17:05:23.724] [DEBUG] 6 processes running of frp type [2025-12-25,17:20:16.971] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,17:20:28.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-12-25,17:35:17.464] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,17:35:24.122] [DEBUG] 6 processes running of frp type [2025-12-25,17:50:18.012] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,17:50:24.622] [DEBUG] 6 processes running of frp type [2025-12-25,18:05:17.981] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,18:05:24.593] [DEBUG] 6 processes running of frp type [2025-12-25,18:20:17.843] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,18:20:24.465] [DEBUG] 6 processes running of frp type [2025-12-25,18:25:42.170] [INFO] Initializing BusSpeedStateManager V2 [2025-12-25,18:25:42.175] [INFO] LocationSqlManager initialising [2025-12-25,18:25:42.175] [INFO] Location DB initialising [2025-12-25,18:25:42.185] [INFO] LocationSqlManager initialisation complete [2025-12-25,18:25:42.185] [DEBUG] UploadManager Init [2025-12-25,18:25:42.186] [DEBUG] UploadManager Init Complete [2025-12-25,18:25:42.188] [INFO] Initializing GPS... [2025-12-25,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-25,18:27:45.368] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,18:27:51.927] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,18:28:05.972] [DEBUG] Log Upload Complete! [2025-12-25,18:30:45.318] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,18:30:51.951] [DEBUG] Remote Access Enabled [2025-12-25,18:30:58.218] [INFO] Server Address: 138.201.17.179 [2025-12-25,18:30:58.219] [INFO] Server Port: 7000 [2025-12-25,18:30:58.225] [DEBUG] Starting Remote Access! 2025-12-25 18:30:58.360 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-25 18:30:58.361 [I] [client/service.go:294] try to connect to server... 2025-12-25 18:30:59.295 [I] [client/service.go:286] [86d77a3b4e28a545] login to server success, get run id [86d77a3b4e28a545] 2025-12-25 18:30:59.297 [I] [proxy/proxy_manager.go:173] [86d77a3b4e28a545] proxy added: [DTN57CC4444] 2025-12-25 18:30:59.626 [I] [client/control.go:168] [86d77a3b4e28a545] [DTN57CC4444] start proxy success [2025-12-25,18:35:16.922] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,18:35:23.438] [DEBUG] 6 processes running of frp type [2025-12-25,18:50:17.301] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,18:50:23.862] [DEBUG] 6 processes running of frp type [2025-12-25,19:05:17.516] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,19:05:24.176] [DEBUG] 6 processes running of frp type [2025-12-25,19:20:17.558] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,19: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' [2025-12-25,19:35:17.320] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,19:35:23.835] [DEBUG] 6 processes running of frp type [2025-12-25,19:50:17.480] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,19:50:24.007] [DEBUG] 6 processes running of frp type [2025-12-25,20:05:17.386] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,20:05:24.016] [DEBUG] 6 processes running of frp type [2025-12-25,20:20:17.371] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,20: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' [2025-12-25,20:35:17.581] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,20:35:24.261] [DEBUG] 6 processes running of frp type [2025-12-25,20:50:17.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,20:50:24.073] [DEBUG] 6 processes running of frp type [2025-12-25,21:05:17.327] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,21:05:24.131] [DEBUG] 6 processes running of frp type [2025-12-25,21:20:17.423] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,21:20:24.030] [DEBUG] 6 processes running of frp type 2025-12-25 21:25:03.017 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-25 21:25:14.078 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: connection write timeout 2025-12-25 21:25:14.080 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-25 21:25:21.927 [I] [client/service.go:286] [86d77a3b4e28a545] login to server success, get run id [86d77a3b4e28a545] 2025-12-25 21:25:21.928 [I] [proxy/proxy_manager.go:173] [86d77a3b4e28a545] proxy added: [DTN57CC4444] 2025-12-25 21:25:22.257 [I] [client/control.go:168] [86d77a3b4e28a545] [DTN57CC4444] start proxy success 2025-12-25 21:26:00.674 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-25 21:26:01.796 [I] [client/service.go:286] [86d77a3b4e28a545] login to server success, get run id [86d77a3b4e28a545] 2025-12-25 21:26:01.797 [I] [proxy/proxy_manager.go:173] [86d77a3b4e28a545] proxy added: [DTN57CC4444] 2025-12-25 21:26:02.114 [I] [client/control.go:168] [86d77a3b4e28a545] [DTN57CC4444] 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,21:35:18.768] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,21:35:29.848] [DEBUG] 6 processes running of frp type [2025-12-25,21:50:18.522] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,21:50:25.145] [DEBUG] 6 processes running of frp type 2025-12-25 21:52:22.107 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-25 21:52:41.064 [I] [client/service.go:286] [86d77a3b4e28a545] login to server success, get run id [86d77a3b4e28a545] 2025-12-25 21:52:41.066 [I] [proxy/proxy_manager.go:173] [86d77a3b4e28a545] proxy added: [DTN57CC4444] 2025-12-25 21:52:47.127 [I] [client/control.go:168] [86d77a3b4e28a545] [DTN57CC4444] start proxy success 2025-12-25 21:53:13.094 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-25 21:53:21.684 [I] [client/service.go:286] [86d77a3b4e28a545] login to server success, get run id [86d77a3b4e28a545] 2025-12-25 21:53:21.685 [I] [proxy/proxy_manager.go:173] [86d77a3b4e28a545] proxy added: [DTN57CC4444] 2025-12-25 21:53:28.739 [I] [client/control.go:168] [86d77a3b4e28a545] [DTN57CC4444] start proxy success 2025-12-25 21:54:26.884 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-25 21:54:36.886 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-25 21:54:36.887 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-25 21:54:41.390 [I] [client/service.go:286] [86d77a3b4e28a545] login to server success, get run id [86d77a3b4e28a545] 2025-12-25 21:54:41.392 [I] [proxy/proxy_manager.go:173] [86d77a3b4e28a545] proxy added: [DTN57CC4444] 2025-12-25 21:54:44.908 [I] [client/control.go:168] [86d77a3b4e28a545] [DTN57CC4444] start proxy success 2025-12-25 21:59:02.577 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-25 21:59:04.827 [I] [client/service.go:286] [86d77a3b4e28a545] login to server success, get run id [86d77a3b4e28a545] 2025-12-25 21:59:04.828 [I] [proxy/proxy_manager.go:173] [86d77a3b4e28a545] proxy added: [DTN57CC4444] 2025-12-25 21:59:05.157 [I] [client/control.go:168] [86d77a3b4e28a545] [DTN57CC4444] start proxy success 2025-12-25 22:04:46.630 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-25 22:04:53.643 [I] [client/service.go:286] [86d77a3b4e28a545] login to server success, get run id [86d77a3b4e28a545] 2025-12-25 22:04:53.645 [I] [proxy/proxy_manager.go:173] [86d77a3b4e28a545] proxy added: [DTN57CC4444] 2025-12-25 22:04:55.545 [I] [client/control.go:168] [86d77a3b4e28a545] [DTN57CC4444] start proxy success [2025-12-25,22:05:17.999] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,22:06:14.151] [DEBUG] 6 processes running of frp type [2025-12-25,22:20:17.577] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,22: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-25,22:35:17.835] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,22:35:24.344] [DEBUG] 6 processes running of frp type [2025-12-25,22:50:17.514] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,22:50:24.008] [DEBUG] 6 processes running of frp type 2025-12-25 22:55:53.047 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-25 22:55:54.911 [I] [client/service.go:286] [86d77a3b4e28a545] login to server success, get run id [86d77a3b4e28a545] 2025-12-25 22:55:54.912 [I] [proxy/proxy_manager.go:173] [86d77a3b4e28a545] proxy added: [DTN57CC4444] 2025-12-25 22:55:55.205 [I] [client/control.go:168] [86d77a3b4e28a545] [DTN57CC4444] start proxy success [2025-12-25,23:05:17.220] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,23:05:23.760] [DEBUG] 6 processes running of frp type [2025-12-25,23:20:18.021] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,23: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-12-25,23:35:17.159] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,23:35:24.136] [DEBUG] 6 processes running of frp type [2025-12-25,23:50:17.294] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-25,23:50:24.036] [DEBUG] 6 processes running of frp type [2025-12-26,00:05:17.220] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,00:05:23.869] [DEBUG] 6 processes running of frp type [2025-12-26,00:20:17.090] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,00: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' [2025-12-26,00:35:17.236] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,00:35:23.773] [DEBUG] 6 processes running of frp type [2025-12-26,00:50:17.966] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,00:50:24.466] [DEBUG] 6 processes running of frp type [2025-12-26,01:05:17.762] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,01:05:24.313] [DEBUG] 6 processes running of frp type [2025-12-26,01:20:17.526] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,01: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-12-26,01:35:17.513] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,01:35:24.023] [DEBUG] 6 processes running of frp type [2025-12-26,01:50:17.085] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,01:50:23.593] [DEBUG] 6 processes running of frp type 2025-12-26 01:52:32.577 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 01:52:33.490 [I] [client/service.go:286] [86d77a3b4e28a545] login to server success, get run id [86d77a3b4e28a545] 2025-12-26 01:52:33.491 [I] [proxy/proxy_manager.go:173] [86d77a3b4e28a545] proxy added: [DTN57CC4444] 2025-12-26 01:52:33.797 [I] [client/control.go:168] [86d77a3b4e28a545] [DTN57CC4444] start proxy success [2025-12-26,02:05:17.783] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,02:05:24.283] [DEBUG] 6 processes running of frp type [2025-12-26,02:20:17.565] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,02: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' [2025-12-26,02:35:18.103] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,02:35:24.585] [DEBUG] 6 processes running of frp type [2025-12-26,02:50:17.851] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,02:50:24.629] [DEBUG] 6 processes running of frp type 2025-12-26 02:53:23.881 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 02:53:36.465 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: i/o deadline reached 2025-12-26 02:53:36.465 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 02:53:46.467 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 02:53:46.468 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 02:53:56.469 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 02:53:56.471 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 02:54:10.731 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: i/o deadline reached 2025-12-26 02:54:10.732 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 02:54:24.363 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: connection write timeout 2025-12-26 02:54:44.365 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 02:54:56.592 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: connection write timeout 2025-12-26 02:55:16.593 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 02:55:17.866 [I] [client/service.go:286] [86d77a3b4e28a545] login to server success, get run id [86d77a3b4e28a545] 2025-12-26 02:55:17.867 [I] [proxy/proxy_manager.go:173] [86d77a3b4e28a545] proxy added: [DTN57CC4444] 2025-12-26 02:55:18.209 [I] [client/control.go:168] [86d77a3b4e28a545] [DTN57CC4444] start proxy success [2025-12-26,03:05:18.037] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,03:05:24.680] [DEBUG] 6 processes running of frp type [2025-12-26,03:20:18.147] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,03: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' [2025-12-26,03:35:17.126] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,03:35:23.829] [DEBUG] 6 processes running of frp type [2025-12-26,03:50:17.952] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,03:50:24.506] [DEBUG] 6 processes running of frp type [2025-12-26,04:05:17.705] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,04:05:24.244] [DEBUG] 6 processes running of frp type 2025-12-26 04:06:29.626 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 04:06:30.081 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 04:06:32.164 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 04:06:33.121 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 04:06:37.699 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 04:06:38.205 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 04:06:47.491 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 04:06:57.989 [I] [client/service.go:286] [86d77a3b4e28a545] login to server success, get run id [86d77a3b4e28a545] 2025-12-26 04:06:57.991 [I] [proxy/proxy_manager.go:173] [86d77a3b4e28a545] proxy added: [DTN57CC4444] 2025-12-26 04:06:58.313 [I] [client/control.go:168] [86d77a3b4e28a545] [DTN57CC4444] start proxy success [2025-12-26,04:20:17.394] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,04: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-26,04:35:18.019] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,04:35:24.713] [DEBUG] 6 processes running of frp type [2025-12-26,04:50:17.921] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,04:50:24.494] [DEBUG] 6 processes running of frp type [2025-12-26,05:05:17.916] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,05:05:24.568] [DEBUG] 6 processes running of frp type [2025-12-26,05:20:17.780] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,05: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-26 05:35:22.430 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 05:35:32.432 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 05:35:32.433 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 05:35:42.434 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 05:35:42.435 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 05:35:52.437 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 05:35:52.438 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 05:36:02.439 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 05:36:02.439 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 05:36:12.442 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 05:36:32.443 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 05:36:42.445 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 05:37:02.446 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 05:37:12.449 [W] [client/service.go:297] [86d77a3b4e28a545] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 05:37:32.451 [I] [client/service.go:294] [86d77a3b4e28a545] try to connect to server... 2025-12-26 05:37:33.388 [I] [client/service.go:286] [86d77a3b4e28a545] login to server success, get run id [86d77a3b4e28a545] 2025-12-26 05:37:33.389 [I] [proxy/proxy_manager.go:173] [86d77a3b4e28a545] proxy added: [DTN57CC4444] 2025-12-26 05:37:33.697 [I] [client/control.go:168] [86d77a3b4e28a545] [DTN57CC4444] start proxy success [2025-12-26,05:50:19.092] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,05:50:35.947] [DEBUG] 6 processes running of frp type [2025-12-26,06:05:17.205] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,06:05:23.914] [DEBUG] 6 processes running of frp type [2025-12-26,06:20:17.221] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,06: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-12-26,06:30:41.977] [INFO] Initializing BusSpeedStateManager V2 [2025-12-26,06:30:41.981] [INFO] LocationSqlManager initialising [2025-12-26,06:30:41.982] [INFO] Location DB initialising [2025-12-26,06:30:41.992] [INFO] LocationSqlManager initialisation complete [2025-12-26,06:30:41.992] [DEBUG] UploadManager Init [2025-12-26,06:30:41.993] [DEBUG] UploadManager Init Complete [2025-12-26,06:30:41.995] [INFO] Initializing GPS... [2025-12-26,06:30:41.997] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.764] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,06:32:51.208] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:03.460] [DEBUG] Log Upload Complete! [2025-12-26,06:35:44.730] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,06:35:51.230] [DEBUG] Remote Access Enabled [2025-12-26,06:35:57.617] [INFO] Server Address: 138.201.17.179 [2025-12-26,06:35:57.618] [INFO] Server Port: 7000 [2025-12-26,06:35:57.623] [DEBUG] Starting Remote Access! 2025-12-26 06:35:57.750 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-26 06:35:57.751 [I] [client/service.go:294] try to connect to server... 2025-12-26 06:35:58.603 [I] [client/service.go:286] [736c520cbc754adf] login to server success, get run id [736c520cbc754adf] 2025-12-26 06:35:58.604 [I] [proxy/proxy_manager.go:173] [736c520cbc754adf] proxy added: [DTN57CC4444] 2025-12-26 06:35:58.912 [I] [client/control.go:168] [736c520cbc754adf] [DTN57CC4444] start proxy success [2025-12-26,06:50:17.445] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,06:50:25.196] [DEBUG] 6 processes running of frp type [2025-12-26,07:05:17.510] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,07:05:24.155] [DEBUG] 6 processes running of frp type [2025-12-26,07:20:17.469] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,07: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-26,07:35:18.133] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,07:35:24.696] [DEBUG] 6 processes running of frp type [2025-12-26,07:50:17.528] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,07:50:24.087] [DEBUG] 6 processes running of frp type [2025-12-26,08:02:17.337] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,08:02:28.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( [2025-12-26,08:03:23.474] [DEBUG] Log Upload Complete! [2025-12-26,08:05:17.889] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,08:05:25.986] [DEBUG] 6 processes running of frp type [2025-12-26,08:20:17.456] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,08: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' [2025-12-26,08:35:18.054] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,08:35:24.684] [DEBUG] 6 processes running of frp type [2025-12-26,08:50:17.257] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,08:50:23.967] [DEBUG] 6 processes running of frp type [2025-12-26,09:05:17.411] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,09:05:24.047] [DEBUG] 6 processes running of frp type [2025-12-26,09:20:17.265] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,09: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-26,09:35:17.819] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,09:35:24.439] [DEBUG] 6 processes running of frp type [2025-12-26,09:50:17.949] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,09:50:24.570] [DEBUG] 6 processes running of frp type [2025-12-26,10:05:17.968] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,10:05:24.532] [DEBUG] 6 processes running of frp type [2025-12-26,10:20:17.866] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,10:20:25.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' [2025-12-26,10:35:17.700] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,10:35:25.102] [DEBUG] 6 processes running of frp type [2025-12-26,10:50:17.995] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,10:50:24.627] [DEBUG] 6 processes running of frp type [2025-12-26,11:05:18.377] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,11:05:25.318] [DEBUG] 6 processes running of frp type [2025-12-26,11:20:17.646] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,11: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' [2025-12-26,11:35:18.213] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,11:35:24.754] [DEBUG] 6 processes running of frp type [2025-12-26,11:50:17.573] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,11:50:24.185] [DEBUG] 6 processes running of frp type [2025-12-26,12:05:17.505] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,12:05:24.154] [DEBUG] 6 processes running of frp type [2025-12-26,12:20:17.478] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,12:20:24.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' [2025-12-26,12:35:17.485] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,12:35:24.043] [DEBUG] 6 processes running of frp type [2025-12-26,12:50:17.870] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,12:50:24.463] [DEBUG] 6 processes running of frp type [2025-12-26,13:05:18.186] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,13:05:24.817] [DEBUG] 6 processes running of frp type [2025-12-26,13:20:17.172] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,13: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-26,13:35:17.747] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,13:35:24.331] [DEBUG] 6 processes running of frp type [2025-12-26,13:50:18.374] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,13:50:24.970] [DEBUG] 6 processes running of frp type [2025-12-26,14:05:17.505] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,14:05:24.100] [DEBUG] 6 processes running of frp type [2025-12-26,14:20:17.988] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,14: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-12-26,14:35:17.280] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,14:35:23.913] [DEBUG] 6 processes running of frp type [2025-12-26,14:50:20.265] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,14:50:26.902] [DEBUG] 6 processes running of frp type [2025-12-26,15:05:17.306] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,15:05:23.897] [DEBUG] 6 processes running of frp type [2025-12-26,15:20:17.239] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,15: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-26,15:35:18.546] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,15:35:25.125] [DEBUG] 6 processes running of frp type [2025-12-26,15:50:17.787] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,15:50:24.313] [DEBUG] 6 processes running of frp type [2025-12-26,16:05:18.046] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,16:05:24.645] [DEBUG] 6 processes running of frp type [2025-12-26,16:20:19.892] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,16:20:26.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-26,16:35:17.311] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,16:35:23.925] [DEBUG] 6 processes running of frp type [2025-12-26,16:50:17.369] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,16:50:25.150] [DEBUG] 6 processes running of frp type [2025-12-26,17:05:17.569] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,17:05:24.250] [DEBUG] 6 processes running of frp type [2025-12-26,17:20:17.757] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,17:20:26.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-26,17:35:17.917] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,17:35:24.552] [DEBUG] 6 processes running of frp type [2025-12-26,17:50:17.305] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,17:50:23.976] [DEBUG] 6 processes running of frp type [2025-12-26,18:05:17.426] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,18:05:25.396] [DEBUG] 6 processes running of frp type [2025-12-26,18:20:17.657] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,18:20:24.314] [DEBUG] 6 processes running of frp type [2025-12-26,18:25:42.011] [INFO] Initializing BusSpeedStateManager V2 [2025-12-26,18:25:42.017] [INFO] LocationSqlManager initialising [2025-12-26,18:25:42.018] [INFO] Location DB initialising [2025-12-26,18:25:42.029] [INFO] LocationSqlManager initialisation complete [2025-12-26,18:25:42.030] [DEBUG] UploadManager Init [2025-12-26,18:25:42.031] [DEBUG] UploadManager Init Complete [2025-12-26,18:25:42.035] [INFO] Initializing GPS... [2025-12-26,18:25:42.038] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:47.792] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,18:27:59.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-26,18:28:32.677] [DEBUG] Log Upload Complete! [2025-12-26,18:30:44.975] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,18:30:51.616] [DEBUG] Remote Access Enabled [2025-12-26,18:30:58.582] [INFO] Server Address: 138.201.17.179 [2025-12-26,18:30:58.583] [INFO] Server Port: 7000 [2025-12-26,18:30:58.588] [DEBUG] Starting Remote Access! 2025-12-26 18:30:58.728 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-26 18:30:58.729 [I] [client/service.go:294] try to connect to server... 2025-12-26 18:30:59.709 [I] [client/service.go:286] [1eaea091050301c6] login to server success, get run id [1eaea091050301c6] 2025-12-26 18:30:59.710 [I] [proxy/proxy_manager.go:173] [1eaea091050301c6] proxy added: [DTN57CC4444] 2025-12-26 18:31:00.014 [I] [client/control.go:168] [1eaea091050301c6] [DTN57CC4444] start proxy success [2025-12-26,18:35:18.204] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,18:35:24.797] [DEBUG] 6 processes running of frp type [2025-12-26,18:50:18.145] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,18:50:24.627] [DEBUG] 6 processes running of frp type [2025-12-26,19:05:18.187] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,19:05:26.457] [DEBUG] 6 processes running of frp type [2025-12-26,19:20:17.767] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,19: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-26,19:35:17.784] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,19:35:24.395] [DEBUG] 6 processes running of frp type [2025-12-26,19:50:17.075] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,19:50:24.787] [DEBUG] 6 processes running of frp type [2025-12-26,20:05:16.952] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,20:05:23.606] [DEBUG] 6 processes running of frp type [2025-12-26,20:20:19.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,20: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' [2025-12-26,20:35:17.329] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,20:35:23.976] [DEBUG] 6 processes running of frp type [2025-12-26,20:50:17.673] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,20:50:24.196] [DEBUG] 6 processes running of frp type [2025-12-26,21:05:21.160] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,21:05:28.048] [DEBUG] 6 processes running of frp type [2025-12-26,21:20:17.221] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,21:20:24.005] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.780] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,21:35:24.339] [DEBUG] 6 processes running of frp type 2025-12-26 21:47:46.244 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-26 21:48:03.719 [I] [client/service.go:286] [1eaea091050301c6] login to server success, get run id [1eaea091050301c6] 2025-12-26 21:48:03.721 [I] [proxy/proxy_manager.go:173] [1eaea091050301c6] proxy added: [DTN57CC4444] 2025-12-26 21:48:05.429 [I] [client/control.go:168] [1eaea091050301c6] [DTN57CC4444] start proxy success 2025-12-26 21:48:27.593 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-26 21:48:37.596 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 21:48:37.597 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-26 21:48:47.598 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 21:48:47.599 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-26 21:48:57.601 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 21:48:57.602 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-26 21:49:07.603 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 21:49:07.604 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-26 21:49:08.616 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 21:49:28.617 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-26 21:49:29.893 [I] [client/service.go:286] [1eaea091050301c6] login to server success, get run id [1eaea091050301c6] 2025-12-26 21:49:29.894 [I] [proxy/proxy_manager.go:173] [1eaea091050301c6] proxy added: [DTN57CC4444] 2025-12-26 21:49:30.196 [I] [client/control.go:168] [1eaea091050301c6] [DTN57CC4444] start proxy success [2025-12-26,21:50:19.035] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,21:50:25.685] [DEBUG] 6 processes running of frp type [2025-12-26,22:05:18.395] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,22:05:27.074] [DEBUG] 6 processes running of frp type [2025-12-26,22:20:17.381] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,22: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' [2025-12-26,22:35:19.449] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,22:35:26.240] [DEBUG] 6 processes running of frp type [2025-12-26,22:50:18.052] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,22:50:24.924] [DEBUG] 6 processes running of frp type [2025-12-26,23:05:17.379] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,23:05:24.004] [DEBUG] 6 processes running of frp type [2025-12-26,23:20:17.344] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,23: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' [2025-12-26,23:35:17.590] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,23:35:29.125] [DEBUG] 6 processes running of frp type [2025-12-26,23:50:17.684] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-26,23:50:24.757] [DEBUG] 6 processes running of frp type [2025-12-27,00:05:18.282] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,00:05:26.392] [DEBUG] 6 processes running of frp type [2025-12-27,00:20:17.781] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,00: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-27,00:35:17.548] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,00:35:24.280] [DEBUG] 6 processes running of frp type [2025-12-27,00:50:17.948] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,00:50:24.712] [DEBUG] 6 processes running of frp type [2025-12-27,01:05:18.236] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,01:05:24.897] [DEBUG] 6 processes running of frp type [2025-12-27,01:20:17.210] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,01:20:28.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-27,01:35:17.285] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,01:35:23.961] [DEBUG] 6 processes running of frp type 2025-12-27 01:42:24.919 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 01:42:34.922 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 01:42:34.923 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 01:42:44.924 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 01:42:44.925 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 01:42:49.513 [I] [client/service.go:286] [1eaea091050301c6] login to server success, get run id [1eaea091050301c6] 2025-12-27 01:42:49.515 [I] [proxy/proxy_manager.go:173] [1eaea091050301c6] proxy added: [DTN57CC4444] 2025-12-27 01:42:50.382 [I] [client/control.go:168] [1eaea091050301c6] [DTN57CC4444] start proxy success 2025-12-27 01:44:37.651 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 01:44:47.653 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 01:44:47.654 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 01:45:03.762 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: connection write timeout 2025-12-27 01:45:03.762 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 01:45:10.142 [I] [client/service.go:286] [1eaea091050301c6] login to server success, get run id [1eaea091050301c6] 2025-12-27 01:45:10.144 [I] [proxy/proxy_manager.go:173] [1eaea091050301c6] proxy added: [DTN57CC4444] 2025-12-27 01:45:10.525 [I] [client/control.go:168] [1eaea091050301c6] [DTN57CC4444] start proxy success 2025-12-27 01:46:24.150 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 01:46:40.725 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: connection write timeout 2025-12-27 01:46:40.726 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 01:46:50.727 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 01:46:50.728 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 01:47:06.933 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: connection write timeout 2025-12-27 01:47:06.933 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 01:47:26.748 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: i/o deadline reached 2025-12-27 01:47:26.749 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 01:47:43.543 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: i/o deadline reached 2025-12-27 01:48:03.545 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 01:48:20.971 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: connection write timeout 2025-12-27 01:48:40.972 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 01:48:54.819 [I] [client/service.go:286] [1eaea091050301c6] login to server success, get run id [1eaea091050301c6] 2025-12-27 01:48:54.821 [I] [proxy/proxy_manager.go:173] [1eaea091050301c6] proxy added: [DTN57CC4444] 2025-12-27 01:49:21.801 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 01:49:31.803 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 01:49:31.804 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 01:49:34.511 [I] [client/service.go:286] [1eaea091050301c6] login to server success, get run id [1eaea091050301c6] 2025-12-27 01:49:34.512 [I] [proxy/proxy_manager.go:173] [1eaea091050301c6] proxy added: [DTN57CC4444] 2025-12-27 01:49:35.029 [I] [client/control.go:168] [1eaea091050301c6] [DTN57CC4444] start proxy success [2025-12-27,01:50:17.497] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,01:50:30.405] [DEBUG] 6 processes running of frp type [2025-12-27,02:05:17.861] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,02:05:24.584] [DEBUG] 6 processes running of frp type 2025-12-27 02:08:05.821 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 02:08:18.686 [I] [client/service.go:286] [1eaea091050301c6] login to server success, get run id [1eaea091050301c6] 2025-12-27 02:08:18.689 [I] [proxy/proxy_manager.go:173] [1eaea091050301c6] proxy added: [DTN57CC4444] 2025-12-27 02:08:32.811 [I] [client/control.go:168] [1eaea091050301c6] [DTN57CC4444] start proxy success 2025-12-27 02:09:25.825 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 02:09:43.516 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: connection write timeout 2025-12-27 02:09:43.516 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 02:09:57.978 [I] [client/service.go:286] [1eaea091050301c6] login to server success, get run id [1eaea091050301c6] 2025-12-27 02:09:57.980 [I] [proxy/proxy_manager.go:173] [1eaea091050301c6] proxy added: [DTN57CC4444] 2025-12-27 02:10:11.334 [I] [client/control.go:168] [1eaea091050301c6] [DTN57CC4444] start proxy success [2025-12-27,02:20:17.806] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,02: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' [2025-12-27,02:35:17.385] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,02:35:23.996] [DEBUG] 6 processes running of frp type [2025-12-27,02:50:18.764] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,02:50:25.388] [DEBUG] 6 processes running of frp type [2025-12-27,03:05:17.768] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,03:05:24.368] [DEBUG] 6 processes running of frp type [2025-12-27,03:20:20.921] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,03: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-27,03:35:16.845] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,03:35:23.477] [DEBUG] 6 processes running of frp type [2025-12-27,03:50:17.092] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,03:50:23.715] [DEBUG] 6 processes running of frp type [2025-12-27,04:05:17.032] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,04:05:23.686] [DEBUG] 6 processes running of frp type 2025-12-27 04:06:30.308 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 04:06:30.902 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 04:06:33.028 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 04:06:33.942 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 04:06:38.219 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 04:06:45.517 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 04:06:45.518 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 04:06:45.521 [W] [client/service.go:297] [1eaea091050301c6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-27 04:07:05.434 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 04:07:10.869 [I] [client/service.go:286] [1eaea091050301c6] login to server success, get run id [1eaea091050301c6] 2025-12-27 04:07:10.870 [I] [proxy/proxy_manager.go:173] [1eaea091050301c6] proxy added: [DTN57CC4444] 2025-12-27 04:07:11.521 [I] [client/control.go:168] [1eaea091050301c6] [DTN57CC4444] start proxy success [2025-12-27,04:20:18.068] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,04:20:24.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' [2025-12-27,04:35:17.504] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,04:35:24.112] [DEBUG] 6 processes running of frp type [2025-12-27,04:50:17.746] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,04:50:24.299] [DEBUG] 6 processes running of frp type [2025-12-27,05:05:17.807] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,05:05:24.425] [DEBUG] 6 processes running of frp type [2025-12-27,05:20:17.683] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,05: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-27,05:35:18.079] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,05:35:24.565] [DEBUG] 6 processes running of frp type [2025-12-27,05:50:17.179] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,05:50:23.830] [DEBUG] 6 processes running of frp type 2025-12-27 06:03:11.053 [I] [client/service.go:294] [1eaea091050301c6] try to connect to server... 2025-12-27 06:03:19.366 [I] [client/service.go:286] [1eaea091050301c6] login to server success, get run id [1eaea091050301c6] 2025-12-27 06:03:19.368 [I] [proxy/proxy_manager.go:173] [1eaea091050301c6] proxy added: [DTN57CC4444] 2025-12-27 06:03:19.962 [I] [client/control.go:168] [1eaea091050301c6] [DTN57CC4444] start proxy success [2025-12-27,06:05:17.297] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,06:05:23.880] [DEBUG] 6 processes running of frp type [2025-12-27,06:20:17.061] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,06: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-27,06:30:40.927] [INFO] Initializing BusSpeedStateManager V2 [2025-12-27,06:30:40.932] [INFO] LocationSqlManager initialising [2025-12-27,06:30:40.933] [INFO] Location DB initialising [2025-12-27,06:30:40.943] [INFO] LocationSqlManager initialisation complete [2025-12-27,06:30:40.944] [DEBUG] UploadManager Init [2025-12-27,06:30:40.944] [DEBUG] UploadManager Init Complete [2025-12-27,06:30:40.947] [INFO] Initializing GPS... [2025-12-27,06:30: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' [2025-12-27,06:32:44.737] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,06:32:51.172] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:02.499] [DEBUG] Log Upload Complete! [2025-12-27,06:35:44.617] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,06:35:51.254] [DEBUG] Remote Access Enabled [2025-12-27,06:35:57.514] [INFO] Server Address: 138.201.17.179 [2025-12-27,06:35:57.515] [INFO] Server Port: 7000 [2025-12-27,06:35:57.520] [DEBUG] Starting Remote Access! 2025-12-27 06:35:57.658 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-27 06:35:57.658 [I] [client/service.go:294] try to connect to server... 2025-12-27 06:35:58.645 [I] [client/service.go:286] [222c077da19b7f2e] login to server success, get run id [222c077da19b7f2e] 2025-12-27 06:35:58.645 [I] [proxy/proxy_manager.go:173] [222c077da19b7f2e] proxy added: [DTN57CC4444] 2025-12-27 06:35:59.248 [I] [client/control.go:168] [222c077da19b7f2e] [DTN57CC4444] start proxy success [2025-12-27,06:50:17.135] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,06:50:23.693] [DEBUG] 6 processes running of frp type [2025-12-27,07:05:17.920] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,07:05:24.720] [DEBUG] 6 processes running of frp type [2025-12-27,07:20:18.050] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,07: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' [2025-12-27,07:35:17.218] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,07:35:23.773] [DEBUG] 6 processes running of frp type [2025-12-27,07:50:17.367] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,07:50:24.096] [DEBUG] 6 processes running of frp type [2025-12-27,08:02:17.340] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,08:02:28.952] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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.705] [DEBUG] Log Upload Complete! [2025-12-27,08:05:17.592] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,08:05:24.224] [DEBUG] 6 processes running of frp type [2025-12-27,08:20:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,08: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-27,08:35:17.579] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,08:35:24.190] [DEBUG] 6 processes running of frp type [2025-12-27,08:50:17.573] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,08:50:24.136] [DEBUG] 6 processes running of frp type [2025-12-27,09:05:17.828] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,09:05:24.414] [DEBUG] 6 processes running of frp type 2025-12-27 09:17:03.760 [I] [client/service.go:294] [222c077da19b7f2e] try to connect to server... 2025-12-27 09:17:13.859 [I] [client/service.go:286] [222c077da19b7f2e] login to server success, get run id [222c077da19b7f2e] 2025-12-27 09:17:13.860 [I] [proxy/proxy_manager.go:173] [222c077da19b7f2e] proxy added: [DTN57CC4444] 2025-12-27 09:17:14.162 [I] [client/control.go:168] [222c077da19b7f2e] [DTN57CC4444] start proxy success [2025-12-27,09:20:17.769] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,09:20:24.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' [2025-12-27,09:35:17.840] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,09:35:24.392] [DEBUG] 6 processes running of frp type [2025-12-27,09:50:18.247] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,09:50:25.188] [DEBUG] 6 processes running of frp type [2025-12-27,10:05:17.539] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,10:05:24.115] [DEBUG] 6 processes running of frp type [2025-12-27,10:20:17.331] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,10: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' [2025-12-27,10:35:18.118] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,10:35:25.304] [DEBUG] 6 processes running of frp type [2025-12-27,10:50:17.868] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,10:50:26.342] [DEBUG] 6 processes running of frp type [2025-12-27,11:05:17.926] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,11:05:24.526] [DEBUG] 6 processes running of frp type [2025-12-27,11:20:17.828] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,11: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' [2025-12-27,11:35:16.992] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,11:35:23.537] [DEBUG] 6 processes running of frp type [2025-12-27,11:50:17.617] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,11:50:24.282] [DEBUG] 6 processes running of frp type [2025-12-27,12:05:17.627] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,12:05:24.194] [DEBUG] 6 processes running of frp type 2025-12-27 12:07:07.225 [I] [client/service.go:294] [222c077da19b7f2e] try to connect to server... 2025-12-27 12:07:08.179 [I] [client/service.go:286] [222c077da19b7f2e] login to server success, get run id [222c077da19b7f2e] 2025-12-27 12:07:08.180 [I] [proxy/proxy_manager.go:173] [222c077da19b7f2e] proxy added: [DTN57CC4444] 2025-12-27 12:07:08.503 [I] [client/control.go:168] [222c077da19b7f2e] [DTN57CC4444] start proxy success [2025-12-27,12:20:17.531] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,12: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-12-27,12:35:18.195] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,12:35:24.783] [DEBUG] 6 processes running of frp type [2025-12-27,12:50:17.626] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,12:50:24.232] [DEBUG] 6 processes running of frp type [2025-12-27,13:05:17.764] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,13:05:24.404] [DEBUG] 6 processes running of frp type [2025-12-27,13:20:17.926] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,13:20:25.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,13:35:17.572] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,13:35:24.090] [DEBUG] 6 processes running of frp type [2025-12-27,13:50:17.848] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,13:50:24.674] [DEBUG] 6 processes running of frp type [2025-12-27,14:05:18.004] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,14:05:24.802] [DEBUG] 6 processes running of frp type [2025-12-27,14:20:17.002] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,14:20:23.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' [2025-12-27,14:35:17.226] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,14:35:23.832] [DEBUG] 6 processes running of frp type [2025-12-27,14:50:17.414] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,14:50:23.950] [DEBUG] 6 processes running of frp type [2025-12-27,15:05:17.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,15:05:23.809] [DEBUG] 6 processes running of frp type [2025-12-27,15:20:17.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,15: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' [2025-12-27,15:35:17.293] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,15:35:23.854] [DEBUG] 6 processes running of frp type [2025-12-27,15:50:17.162] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,15:50:23.839] [DEBUG] 6 processes running of frp type [2025-12-27,16:05:17.471] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,16:05:23.989] [DEBUG] 6 processes running of frp type [2025-12-27,16:20:17.291] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,16: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-27,16:35:17.703] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,16:35:24.313] [DEBUG] 6 processes running of frp type [2025-12-27,16:50:18.196] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,16:50:24.751] [DEBUG] 6 processes running of frp type [2025-12-27,17:05:17.074] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,17:05:24.577] [DEBUG] 6 processes running of frp type [2025-12-27,17:20:17.850] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,17: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-12-27,17:35:17.281] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,17:35:23.815] [DEBUG] 6 processes running of frp type [2025-12-27,17:50:17.465] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,17:50:24.213] [DEBUG] 6 processes running of frp type [2025-12-27,18:05:17.947] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,18:05:24.542] [DEBUG] 6 processes running of frp type [2025-12-27,18:20:17.993] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,18:20:24.634] [DEBUG] 6 processes running of frp type [2025-12-27,18:25:41.999] [INFO] Initializing BusSpeedStateManager V2 [2025-12-27,18:25:42.003] [INFO] LocationSqlManager initialising [2025-12-27,18:25:42.004] [INFO] Location DB initialising [2025-12-27,18:25:42.013] [INFO] LocationSqlManager initialisation complete [2025-12-27,18:25:42.014] [DEBUG] UploadManager Init [2025-12-27,18:25:42.014] [DEBUG] UploadManager Init Complete [2025-12-27,18:25:42.017] [INFO] Initializing GPS... [2025-12-27,18:25:42.019] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45.803] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,18:27:52.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( [2025-12-27,18:28:07.935] [DEBUG] Log Upload Complete! [2025-12-27,18:30:46.102] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,18:30:52.648] [DEBUG] Remote Access Enabled [2025-12-27,18:30:58.898] [INFO] Server Address: 138.201.17.179 [2025-12-27,18:30:58.899] [INFO] Server Port: 7000 [2025-12-27,18:30:58.904] [DEBUG] Starting Remote Access! 2025-12-27 18:30:59.039 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-27 18:30:59.040 [I] [client/service.go:294] try to connect to server... 2025-12-27 18:30:59.913 [I] [client/service.go:286] [042badff1207e9e9] login to server success, get run id [042badff1207e9e9] 2025-12-27 18:30:59.914 [I] [proxy/proxy_manager.go:173] [042badff1207e9e9] proxy added: [DTN57CC4444] 2025-12-27 18:31:00.209 [I] [client/control.go:168] [042badff1207e9e9] [DTN57CC4444] start proxy success [2025-12-27,18:35:17.294] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,18:35:23.897] [DEBUG] 6 processes running of frp type [2025-12-27,18:50:17.812] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,18:50:24.346] [DEBUG] 6 processes running of frp type [2025-12-27,19:05:17.801] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,19:05:24.471] [DEBUG] 6 processes running of frp type [2025-12-27,19:20:18.039] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,19: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-12-27,19:35:17.117] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,19:35:23.712] [DEBUG] 6 processes running of frp type [2025-12-27,19:50:17.403] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,19:50:24.244] [DEBUG] 6 processes running of frp type [2025-12-27,20:05:17.463] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,20:05:24.020] [DEBUG] 6 processes running of frp type [2025-12-27,20:20:17.300] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,20: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-27,20:35:20.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,20:35:27.287] [DEBUG] 6 processes running of frp type [2025-12-27,20:50:17.460] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,20:50:24.302] [DEBUG] 6 processes running of frp type [2025-12-27,21:05:17.681] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,21:05:24.396] [DEBUG] 6 processes running of frp type [2025-12-27,21:20:17.766] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,21:20:24.244] [DEBUG] 6 processes running of frp type 2025-12-27 21:24:19.439 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-27 21:24:22.479 [I] [client/service.go:286] [042badff1207e9e9] login to server success, get run id [042badff1207e9e9] 2025-12-27 21:24:22.480 [I] [proxy/proxy_manager.go:173] [042badff1207e9e9] proxy added: [DTN57CC4444] 2025-12-27 21:24:22.860 [I] [client/control.go:168] [042badff1207e9e9] [DTN57CC4444] 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,21:35:17.849] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,21:35:24.450] [DEBUG] 6 processes running of frp type [2025-12-27,21:50:17.951] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,21:50:25.438] [DEBUG] 6 processes running of frp type 2025-12-27 21:57:51.512 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-27 21:57:58.622 [I] [client/service.go:286] [042badff1207e9e9] login to server success, get run id [042badff1207e9e9] 2025-12-27 21:57:58.623 [I] [proxy/proxy_manager.go:173] [042badff1207e9e9] proxy added: [DTN57CC4444] 2025-12-27 21:58:07.109 [I] [client/control.go:168] [042badff1207e9e9] [DTN57CC4444] start proxy success 2025-12-27 21:58:37.241 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-27 21:58:42.920 [I] [client/service.go:286] [042badff1207e9e9] login to server success, get run id [042badff1207e9e9] 2025-12-27 21:58:42.921 [I] [proxy/proxy_manager.go:173] [042badff1207e9e9] proxy added: [DTN57CC4444] 2025-12-27 21:58:43.449 [I] [client/control.go:168] [042badff1207e9e9] [DTN57CC4444] start proxy success 2025-12-27 21:59:18.448 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-27 21:59:28.450 [W] [client/service.go:297] [042badff1207e9e9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-27 21:59:28.451 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-27 21:59:35.820 [I] [client/service.go:286] [042badff1207e9e9] login to server success, get run id [042badff1207e9e9] 2025-12-27 21:59:35.822 [I] [proxy/proxy_manager.go:173] [042badff1207e9e9] proxy added: [DTN57CC4444] 2025-12-27 21:59:46.012 [I] [client/control.go:168] [042badff1207e9e9] [DTN57CC4444] start proxy success 2025-12-27 22:00:10.026 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-27 22:00:26.165 [W] [client/service.go:297] [042badff1207e9e9] connect to server error: i/o deadline reached 2025-12-27 22:00:26.166 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-27 22:00:42.921 [I] [client/service.go:286] [042badff1207e9e9] login to server success, get run id [042badff1207e9e9] 2025-12-27 22:00:42.922 [I] [proxy/proxy_manager.go:173] [042badff1207e9e9] proxy added: [DTN57CC4444] 2025-12-27 22:00:47.746 [I] [client/control.go:168] [042badff1207e9e9] [DTN57CC4444] start proxy success [2025-12-27,22:05:17.779] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,22:05:33.374] [DEBUG] 6 processes running of frp type [2025-12-27,22:20:17.674] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,22:20:24.257] [DEBUG] 6 processes running of frp type 2025-12-27 22:25:08.355 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-27 22:25:09.431 [I] [client/service.go:286] [042badff1207e9e9] login to server success, get run id [042badff1207e9e9] 2025-12-27 22:25:09.432 [I] [proxy/proxy_manager.go:173] [042badff1207e9e9] proxy added: [DTN57CC4444] 2025-12-27 22:25:09.749 [I] [client/control.go:168] [042badff1207e9e9] [DTN57CC4444] 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.930] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,22:35:24.446] [DEBUG] 6 processes running of frp type [2025-12-27,22:50:17.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,22:50:24.298] [DEBUG] 6 processes running of frp type 2025-12-27 23:04:18.887 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-27 23:04:21.484 [I] [client/service.go:286] [042badff1207e9e9] login to server success, get run id [042badff1207e9e9] 2025-12-27 23:04:21.486 [I] [proxy/proxy_manager.go:173] [042badff1207e9e9] proxy added: [DTN57CC4444] 2025-12-27 23:04:24.134 [I] [client/control.go:168] [042badff1207e9e9] [DTN57CC4444] start proxy success [2025-12-27,23:05:17.724] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,23:05:25.573] [DEBUG] 6 processes running of frp type 2025-12-27 23:07:37.731 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-27 23:07:38.901 [I] [client/service.go:286] [042badff1207e9e9] login to server success, get run id [042badff1207e9e9] 2025-12-27 23:07:38.902 [I] [proxy/proxy_manager.go:173] [042badff1207e9e9] proxy added: [DTN57CC4444] 2025-12-27 23:07:39.327 [I] [client/control.go:168] [042badff1207e9e9] [DTN57CC4444] start proxy success [2025-12-27,23:20:17.933] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,23:20:26.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-27,23:35:18.579] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,23:35:25.909] [DEBUG] 6 processes running of frp type [2025-12-27,23:50:18.037] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-27,23:50:24.546] [DEBUG] 6 processes running of frp type [2025-12-28,00:05:17.792] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,00:05:24.345] [DEBUG] 6 processes running of frp type [2025-12-28,00:20:17.614] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,00: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' [2025-12-28,00:35:17.510] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,00:35:24.010] [DEBUG] 6 processes running of frp type 2025-12-28 00:49:39.714 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-28 00:49:44.894 [I] [client/service.go:286] [042badff1207e9e9] login to server success, get run id [042badff1207e9e9] 2025-12-28 00:49:44.895 [I] [proxy/proxy_manager.go:173] [042badff1207e9e9] proxy added: [DTN57CC4444] 2025-12-28 00:49:45.542 [I] [client/control.go:168] [042badff1207e9e9] [DTN57CC4444] start proxy success [2025-12-28,00:50:17.211] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,00:50:24.324] [DEBUG] 6 processes running of frp type [2025-12-28,01:05:17.640] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,01:05:24.195] [DEBUG] 6 processes running of frp type [2025-12-28,01:20:17.386] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,01: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' [2025-12-28,01:35:17.299] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,01:35:23.791] [DEBUG] 6 processes running of frp type [2025-12-28,01:50:18.007] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,01:50:24.534] [DEBUG] 6 processes running of frp type [2025-12-28,02:05:17.874] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,02:05:24.753] [DEBUG] 6 processes running of frp type [2025-12-28,02:20:18.116] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,02: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-28,02:35:17.180] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,02:35:23.912] [DEBUG] 6 processes running of frp type [2025-12-28,02:50:17.049] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,02:50:23.542] [DEBUG] 6 processes running of frp type 2025-12-28 02:53:52.260 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-28 02:54:07.521 [W] [client/service.go:297] [042badff1207e9e9] connect to server error: connection write timeout 2025-12-28 02:54:07.522 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-28 02:54:17.525 [W] [client/service.go:297] [042badff1207e9e9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-28 02:54:17.526 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-28 02:54:26.134 [I] [client/service.go:286] [042badff1207e9e9] login to server success, get run id [042badff1207e9e9] 2025-12-28 02:54:26.135 [I] [proxy/proxy_manager.go:173] [042badff1207e9e9] proxy added: [DTN57CC4444] 2025-12-28 02:54:26.528 [I] [client/control.go:168] [042badff1207e9e9] [DTN57CC4444] start proxy success 2025-12-28 02:55:05.971 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-28 02:55:07.038 [I] [client/service.go:286] [042badff1207e9e9] login to server success, get run id [042badff1207e9e9] 2025-12-28 02:55:07.039 [I] [proxy/proxy_manager.go:173] [042badff1207e9e9] proxy added: [DTN57CC4444] 2025-12-28 02:55:07.351 [I] [client/control.go:168] [042badff1207e9e9] [DTN57CC4444] start proxy success [2025-12-28,03:05:17.882] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,03:05:24.518] [DEBUG] 6 processes running of frp type [2025-12-28,03:20:17.722] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,03:20:25.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-28 03:31:32.370 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-28 03:31:43.187 [I] [client/service.go:286] [042badff1207e9e9] login to server success, get run id [042badff1207e9e9] 2025-12-28 03:31:43.187 [I] [proxy/proxy_manager.go:173] [042badff1207e9e9] proxy added: [DTN57CC4444] 2025-12-28 03:31:43.521 [I] [client/control.go:168] [042badff1207e9e9] [DTN57CC4444] start proxy success 2025-12-28 03:32:46.685 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-28 03:32:48.816 [I] [client/service.go:286] [042badff1207e9e9] login to server success, get run id [042badff1207e9e9] 2025-12-28 03:32:48.818 [I] [proxy/proxy_manager.go:173] [042badff1207e9e9] proxy added: [DTN57CC4444] 2025-12-28 03:32:49.140 [I] [client/control.go:168] [042badff1207e9e9] [DTN57CC4444] start proxy success [2025-12-28,03:35:17.895] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,03:35:24.441] [DEBUG] 6 processes running of frp type [2025-12-28,03:50:17.520] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,03:50:24.080] [DEBUG] 6 processes running of frp type [2025-12-28,04:05:17.323] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,04:05:23.868] [DEBUG] 6 processes running of frp type 2025-12-28 04:06:20.359 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-28 04:06:26.078 [W] [client/service.go:297] [042badff1207e9e9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 04:06:26.079 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-28 04:06:29.119 [W] [client/service.go:297] [042badff1207e9e9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 04:06:29.120 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-28 04:06:32.159 [W] [client/service.go:297] [042badff1207e9e9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 04:06:41.168 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-28 04:06:41.181 [W] [client/service.go:297] [042badff1207e9e9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 04:06:59.976 [I] [client/service.go:294] [042badff1207e9e9] try to connect to server... 2025-12-28 04:07:00.910 [I] [client/service.go:286] [042badff1207e9e9] login to server success, get run id [042badff1207e9e9] 2025-12-28 04:07:00.911 [I] [proxy/proxy_manager.go:173] [042badff1207e9e9] proxy added: [DTN57CC4444] 2025-12-28 04:07:01.231 [I] [client/control.go:168] [042badff1207e9e9] [DTN57CC4444] start proxy success [2025-12-28,04:20:17.045] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,04: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' [2025-12-28,04:35:17.838] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,04:35:24.417] [DEBUG] 6 processes running of frp type [2025-12-28,04:50:21.147] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,04:50:27.777] [DEBUG] 6 processes running of frp type [2025-12-28,05:05:17.286] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,05:05:24.157] [DEBUG] 6 processes running of frp type [2025-12-28,05:20:17.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,05: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-28,05:35:17.870] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,05:35:24.469] [DEBUG] 6 processes running of frp type [2025-12-28,05:50:16.937] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,05:50:23.752] [DEBUG] 6 processes running of frp type [2025-12-28,06:05:17.470] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,06:05:24.085] [DEBUG] 6 processes running of frp type [2025-12-28,06:20:17.760] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,06:20:24.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' [2025-12-28,06:30:42.201] [INFO] Initializing BusSpeedStateManager V2 [2025-12-28,06:30:42.206] [INFO] LocationSqlManager initialising [2025-12-28,06:30:42.207] [INFO] Location DB initialising [2025-12-28,06:30:42.216] [INFO] LocationSqlManager initialisation complete [2025-12-28,06:30:42.217] [DEBUG] UploadManager Init [2025-12-28,06:30:42.217] [DEBUG] UploadManager Init Complete [2025-12-28,06:30:42.220] [INFO] Initializing GPS... [2025-12-28,06:30:42.222] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45.611] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,06:32:57.113] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:08.643] [DEBUG] Log Upload Complete! [2025-12-28,06:35:47.055] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,06:35:54.268] [DEBUG] Remote Access Enabled [2025-12-28,06:36:00.702] [INFO] Server Address: 138.201.17.179 [2025-12-28,06:36:00.703] [INFO] Server Port: 7000 [2025-12-28,06:36:00.709] [DEBUG] Starting Remote Access! 2025-12-28 06:36:00.847 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-28 06:36:00.847 [I] [client/service.go:294] try to connect to server... 2025-12-28 06:36:01.764 [I] [client/service.go:286] [2bb0ba233c894ce9] login to server success, get run id [2bb0ba233c894ce9] 2025-12-28 06:36:01.764 [I] [proxy/proxy_manager.go:173] [2bb0ba233c894ce9] proxy added: [DTN57CC4444] 2025-12-28 06:36:02.075 [I] [client/control.go:168] [2bb0ba233c894ce9] [DTN57CC4444] start proxy success [2025-12-28,06:50:17.677] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,06:50:25.509] [DEBUG] 6 processes running of frp type [2025-12-28,07:05:17.768] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,07:05:24.471] [DEBUG] 6 processes running of frp type [2025-12-28,07:20:17.831] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,07: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' [2025-12-28,07:35:17.642] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,07:35:24.757] [DEBUG] 6 processes running of frp type [2025-12-28,07:50:17.897] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,07:50:24.602] [DEBUG] 6 processes running of frp type [2025-12-28,08:02:17.808] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,08:02:24.336] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:03:12.911] [DEBUG] Log Upload Complete! [2025-12-28,08:05:18.008] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,08:05:24.604] [DEBUG] 6 processes running of frp type [2025-12-28,08:20:17.856] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,08: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-28,08:35:17.170] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,08:35:23.817] [DEBUG] 6 processes running of frp type [2025-12-28,08:50:17.734] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,08:50:24.373] [DEBUG] 6 processes running of frp type [2025-12-28,09:05:17.855] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,09:05:24.496] [DEBUG] 6 processes running of frp type [2025-12-28,09:20:18.129] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,09: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-12-28,09:35:17.688] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,09:35:24.323] [DEBUG] 6 processes running of frp type [2025-12-28,09:50:18.304] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,09:50:24.888] [DEBUG] 6 processes running of frp type [2025-12-28,10:05:17.377] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,10:05:23.972] [DEBUG] 6 processes running of frp type [2025-12-28,10:20:17.494] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,10: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-28,10:35:17.092] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,10:35:23.651] [DEBUG] 6 processes running of frp type [2025-12-28,10:50:17.324] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,10:50:23.992] [DEBUG] 6 processes running of frp type [2025-12-28,11:05:17.319] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,11:05:25.077] [DEBUG] 6 processes running of frp type [2025-12-28,11:20:17.415] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,11: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' [2025-12-28,11:35:17.575] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,11:35:24.079] [DEBUG] 6 processes running of frp type [2025-12-28,11:50:17.404] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,11:50:24.019] [DEBUG] 6 processes running of frp type [2025-12-28,12:05:17.376] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,12:05:23.973] [DEBUG] 6 processes running of frp type 2025-12-28 12:06:57.831 [I] [client/service.go:294] [2bb0ba233c894ce9] try to connect to server... 2025-12-28 12:06:58.112 [W] [client/service.go:297] [2bb0ba233c894ce9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 12:07:00.276 [I] [client/service.go:294] [2bb0ba233c894ce9] try to connect to server... 2025-12-28 12:07:00.280 [W] [client/service.go:297] [2bb0ba233c894ce9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-28 12:07:04.833 [I] [client/service.go:294] [2bb0ba233c894ce9] try to connect to server... 2025-12-28 12:07:05.741 [I] [client/service.go:286] [2bb0ba233c894ce9] login to server success, get run id [2bb0ba233c894ce9] 2025-12-28 12:07:05.742 [I] [proxy/proxy_manager.go:173] [2bb0ba233c894ce9] proxy added: [DTN57CC4444] 2025-12-28 12:07:06.038 [I] [client/control.go:168] [2bb0ba233c894ce9] [DTN57CC4444] start proxy success [2025-12-28,12:20:17.462] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,12:20:24.077] [DEBUG] 6 processes running of frp type 2025-12-28 12:25:25.848 [I] [client/service.go:294] [2bb0ba233c894ce9] try to connect to server... 2025-12-28 12:25:26.771 [I] [client/service.go:286] [2bb0ba233c894ce9] login to server success, get run id [2bb0ba233c894ce9] 2025-12-28 12:25:26.773 [I] [proxy/proxy_manager.go:173] [2bb0ba233c894ce9] proxy added: [DTN57CC4444] 2025-12-28 12:25:27.072 [I] [client/control.go:168] [2bb0ba233c894ce9] [DTN57CC4444] 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,12:35:17.180] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,12:35:23.854] [DEBUG] 6 processes running of frp type [2025-12-28,12:50:17.946] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,12:50:24.729] [DEBUG] 6 processes running of frp type [2025-12-28,13:05:17.186] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,13:05:23.763] [DEBUG] 6 processes running of frp type [2025-12-28,13:20:17.209] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,13:20:23.796] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.526] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,13:35:24.119] [DEBUG] 6 processes running of frp type [2025-12-28,13:50:17.762] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,13:50:24.371] [DEBUG] 6 processes running of frp type [2025-12-28,14:05:17.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,14:05:24.370] [DEBUG] 6 processes running of frp type [2025-12-28,14:20:17.721] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,14: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' [2025-12-28,14:35:17.942] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,14:35:24.597] [DEBUG] 6 processes running of frp type [2025-12-28,14:50:18.202] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,14:50:24.902] [DEBUG] 6 processes running of frp type [2025-12-28,15:05:17.371] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,15:05:24.003] [DEBUG] 6 processes running of frp type [2025-12-28,15:20:17.406] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,15: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' [2025-12-28,15:35:17.159] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,15:35:23.775] [DEBUG] 6 processes running of frp type [2025-12-28,15:50:17.108] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,15:50:23.705] [DEBUG] 6 processes running of frp type [2025-12-28,16:05:17.237] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,16:05:23.785] [DEBUG] 6 processes running of frp type [2025-12-28,16:20:17.045] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,16: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' [2025-12-28,16:35:17.616] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,16:35:24.215] [DEBUG] 6 processes running of frp type [2025-12-28,16:50:18.117] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,16:50:24.696] [DEBUG] 6 processes running of frp type [2025-12-28,17:05:18.171] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,17:05:25.190] [DEBUG] 6 processes running of frp type [2025-12-28,17:20:17.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,17: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-12-28,17:29:14.690] [INFO] Initializing BusSpeedStateManager V2 [2025-12-28,17:29:14.696] [INFO] LocationSqlManager initialising [2025-12-28,17:29:14.697] [INFO] Location DB initialising [2025-12-28,17:29:14.708] [INFO] LocationSqlManager initialisation complete [2025-12-28,17:29:14.709] [DEBUG] UploadManager Init [2025-12-28,17:29:14.710] [DEBUG] UploadManager Init Complete [2025-12-28,17:29:14.713] [INFO] Initializing GPS... [2025-12-28,17:29:14.715] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:41:19.210] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,17:41:25.836] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,17:41:45.444] [DEBUG] Log Upload Complete! [2025-12-28,17:44:19.329] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,17:44:25.898] [DEBUG] Remote Access Enabled [2025-12-28,17:44:32.217] [INFO] Server Address: 138.201.17.179 [2025-12-28,17:44:32.218] [INFO] Server Port: 7000 [2025-12-28,17:44:32.224] [DEBUG] Starting Remote Access! 2025-12-28 17:44:32.360 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-28 17:44:32.361 [I] [client/service.go:294] try to connect to server... 2025-12-28 17:44:33.373 [I] [client/service.go:286] [51608a39934640c4] login to server success, get run id [51608a39934640c4] 2025-12-28 17:44:33.373 [I] [proxy/proxy_manager.go:173] [51608a39934640c4] proxy added: [DTN57CC4444] 2025-12-28 17:44:33.670 [I] [client/control.go:168] [51608a39934640c4] [DTN57CC4444] start proxy success [2025-12-28,17:50:17.809] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,17:50:24.483] [DEBUG] 6 processes running of frp type [2025-12-28,18:05:18.156] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,18:05:25.012] [DEBUG] 6 processes running of frp type [2025-12-28,18:20:17.258] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,18:20:23.817] [DEBUG] 6 processes running of frp type [2025-12-28,18:25:40.732] [INFO] Initializing BusSpeedStateManager V2 [2025-12-28,18:25:40.737] [INFO] LocationSqlManager initialising [2025-12-28,18:25:40.738] [INFO] Location DB initialising [2025-12-28,18:25:40.749] [INFO] LocationSqlManager initialisation complete [2025-12-28,18:25:40.750] [DEBUG] UploadManager Init [2025-12-28,18:25:40.750] [DEBUG] UploadManager Init Complete [2025-12-28,18:25:40.755] [INFO] Initializing GPS... [2025-12-28,18:25:40.757] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.507] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,18:27:51.058] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:33.004] [DEBUG] Log Upload Complete! [2025-12-28,18:30:44.615] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,18:30: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')) [2025-12-28,18:30:51.148] [DEBUG] Remote Access Enabled [2025-12-28,18:30:57.441] [INFO] Server Address: 138.201.17.179 [2025-12-28,18:30:57.442] [INFO] Server Port: 7000 [2025-12-28,18:30:57.447] [DEBUG] Starting Remote Access! 2025-12-28 18:30:57.580 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-28 18:30:57.581 [I] [client/service.go:294] try to connect to server... 2025-12-28 18:30:58.495 [I] [client/service.go:286] [4e65e34736e4e108] login to server success, get run id [4e65e34736e4e108] 2025-12-28 18:30:58.496 [I] [proxy/proxy_manager.go:173] [4e65e34736e4e108] proxy added: [DTN57CC4444] 2025-12-28 18:30:58.840 [I] [client/control.go:168] [4e65e34736e4e108] [DTN57CC4444] start proxy success [2025-12-28,18:35:17.654] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,18:35:24.326] [DEBUG] 6 processes running of frp type [2025-12-28,18:50:17.371] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,18:50:23.986] [DEBUG] 6 processes running of frp type [2025-12-28,19:05:17.673] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,19:05:24.267] [DEBUG] 6 processes running of frp type [2025-12-28,19:20:17.543] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,19: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-12-28,19:35:18.295] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,19:35:25.051] [DEBUG] 6 processes running of frp type [2025-12-28,19:50:17.581] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,19:50:24.188] [DEBUG] 6 processes running of frp type [2025-12-28,20:05:17.464] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,20:05:24.048] [DEBUG] 6 processes running of frp type [2025-12-28,20:20:17.197] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,20:20:23.674] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.281] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,20:35:23.872] [DEBUG] 6 processes running of frp type [2025-12-28,20:50:17.081] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,20:50:23.735] [DEBUG] 6 processes running of frp type 2025-12-28 21:02:59.837 [I] [client/service.go:294] [4e65e34736e4e108] try to connect to server... 2025-12-28 21:03:14.744 [W] [client/service.go:297] [4e65e34736e4e108] connect to server error: i/o deadline reached 2025-12-28 21:03:14.745 [I] [client/service.go:294] [4e65e34736e4e108] try to connect to server... 2025-12-28 21:03:18.361 [I] [client/service.go:286] [4e65e34736e4e108] login to server success, get run id [4e65e34736e4e108] 2025-12-28 21:03:18.363 [I] [proxy/proxy_manager.go:173] [4e65e34736e4e108] proxy added: [DTN57CC4444] 2025-12-28 21:03:18.746 [I] [client/control.go:168] [4e65e34736e4e108] [DTN57CC4444] start proxy success [2025-12-28,21:05:16.994] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,21:05:23.540] [DEBUG] 6 processes running of frp type [2025-12-28,21:20:17.686] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,21: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-28,21:35:17.279] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,21:35:27.563] [DEBUG] 6 processes running of frp type [2025-12-28,21:50:18.090] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,21:50:24.598] [DEBUG] 6 processes running of frp type 2025-12-28 21:56:40.352 [I] [client/service.go:294] [4e65e34736e4e108] try to connect to server... 2025-12-28 21:57:00.995 [W] [client/service.go:297] [4e65e34736e4e108] connect to server error: i/o deadline reached 2025-12-28 21:57:00.996 [I] [client/service.go:294] [4e65e34736e4e108] try to connect to server... 2025-12-28 21:57:21.122 [W] [client/service.go:297] [4e65e34736e4e108] connect to server error: i/o deadline reached 2025-12-28 21:57:21.122 [I] [client/service.go:294] [4e65e34736e4e108] try to connect to server... 2025-12-28 21:57:37.066 [W] [client/service.go:297] [4e65e34736e4e108] connect to server error: i/o deadline reached 2025-12-28 21:57:37.067 [I] [client/service.go:294] [4e65e34736e4e108] try to connect to server... 2025-12-28 21:57:43.441 [I] [client/service.go:286] [4e65e34736e4e108] login to server success, get run id [4e65e34736e4e108] 2025-12-28 21:57:43.442 [I] [proxy/proxy_manager.go:173] [4e65e34736e4e108] proxy added: [DTN57CC4444] 2025-12-28 21:57:48.288 [I] [client/control.go:168] [4e65e34736e4e108] [DTN57CC4444] start proxy success [2025-12-28,22:05:17.802] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,22:05:24.704] [DEBUG] 6 processes running of frp type 2025-12-28 22:06:08.574 [I] [client/service.go:294] [4e65e34736e4e108] try to connect to server... 2025-12-28 22:06:10.118 [I] [client/service.go:286] [4e65e34736e4e108] login to server success, get run id [4e65e34736e4e108] 2025-12-28 22:06:10.120 [I] [proxy/proxy_manager.go:173] [4e65e34736e4e108] proxy added: [DTN57CC4444] 2025-12-28 22:06:10.749 [I] [client/control.go:168] [4e65e34736e4e108] [DTN57CC4444] start proxy success [2025-12-28,22:20:17.913] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,22: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-28,22:35:17.822] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,22:35:24.838] [DEBUG] 6 processes running of frp type [2025-12-28,22:50:17.856] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,22:50:30.031] [DEBUG] 6 processes running of frp type [2025-12-28,23:05:17.509] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,23:05:24.274] [DEBUG] 6 processes running of frp type [2025-12-28,23:20:17.471] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,23: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-28,23:35:18.017] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,23:35:19.821] [DEBUG] 6 processes running of frp type [2025-12-28,23:50:17.288] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-28,23:50:23.884] [DEBUG] 6 processes running of frp type [2025-12-29,00:05:17.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,00:05:24.004] [DEBUG] 6 processes running of frp type [2025-12-29,00:20:17.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,00:20:23.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' [2025-12-29,00:35:17.090] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,00:35:24.004] [DEBUG] 6 processes running of frp type 2025-12-29 00:45:45.027 [I] [client/service.go:294] [4e65e34736e4e108] try to connect to server... 2025-12-29 00:45:55.029 [W] [client/service.go:297] [4e65e34736e4e108] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 00:45:55.029 [I] [client/service.go:294] [4e65e34736e4e108] try to connect to server... 2025-12-29 00:46:05.030 [W] [client/service.go:297] [4e65e34736e4e108] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 00:46:05.031 [I] [client/service.go:294] [4e65e34736e4e108] try to connect to server... 2025-12-29 00:46:15.033 [W] [client/service.go:297] [4e65e34736e4e108] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-29 00:46:15.034 [I] [client/service.go:294] [4e65e34736e4e108] try to connect to server... 2025-12-29 00:46:16.974 [I] [client/service.go:286] [4e65e34736e4e108] login to server success, get run id [4e65e34736e4e108] 2025-12-29 00:46:16.975 [I] [proxy/proxy_manager.go:173] [4e65e34736e4e108] proxy added: [DTN57CC4444] 2025-12-29 00:46:17.279 [I] [client/control.go:168] [4e65e34736e4e108] [DTN57CC4444] start proxy success [2025-12-29,00:50:17.196] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,00:50:23.871] [DEBUG] 6 processes running of frp type [2025-12-29,01:05:17.077] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,01:05:23.605] [DEBUG] 6 processes running of frp type [2025-12-29,01:20:18.443] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,01:20:27.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' [2025-12-29,01:35:17.570] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,01:35:24.132] [DEBUG] 6 processes running of frp type [2025-12-29,01:50:17.197] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,01:50:24.734] [DEBUG] 6 processes running of frp type [2025-12-29,02:05:18.292] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,02:05:24.902] [DEBUG] 6 processes running of frp type [2025-12-29,02:20:17.204] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,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' [2025-12-29,02:35:17.399] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,02:35:24.015] [DEBUG] 6 processes running of frp type [2025-12-29,02:50:17.132] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,02:50:24.673] [DEBUG] 6 processes running of frp type [2025-12-29,03:05:17.868] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,03:05:24.542] [DEBUG] 6 processes running of frp type [2025-12-29,03:20:17.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,03: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' [2025-12-29,03:35:17.749] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,03:35:24.317] [DEBUG] 6 processes running of frp type [2025-12-29,03:50:17.396] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,03:50:23.995] [DEBUG] 6 processes running of frp type [2025-12-29,04:05:17.325] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,04:05:23.931] [DEBUG] 6 processes running of frp type 2025-12-29 04:06:28.234 [I] [client/service.go:294] [4e65e34736e4e108] try to connect to server... 2025-12-29 04:06:31.281 [W] [client/service.go:297] [4e65e34736e4e108] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 04:06:31.281 [I] [client/service.go:294] [4e65e34736e4e108] try to connect to server... 2025-12-29 04:06:34.322 [W] [client/service.go:297] [4e65e34736e4e108] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 04:06:34.322 [I] [client/service.go:294] [4e65e34736e4e108] try to connect to server... 2025-12-29 04:06:37.365 [W] [client/service.go:297] [4e65e34736e4e108] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-29 04:06:46.698 [I] [client/service.go:294] [4e65e34736e4e108] try to connect to server... 2025-12-29 04:06:47.996 [I] [client/service.go:286] [4e65e34736e4e108] login to server success, get run id [4e65e34736e4e108] 2025-12-29 04:06:47.997 [I] [proxy/proxy_manager.go:173] [4e65e34736e4e108] proxy added: [DTN57CC4444] 2025-12-29 04:06:48.318 [I] [client/control.go:168] [4e65e34736e4e108] [DTN57CC4444] start proxy success [2025-12-29,04:20:17.271] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,04:20:24.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-29,04:35:17.474] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,04:35:24.123] [DEBUG] 6 processes running of frp type [2025-12-29,04:50:17.779] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,04:50:24.379] [DEBUG] 6 processes running of frp type [2025-12-29,05:05:17.885] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,05:05:24.448] [DEBUG] 6 processes running of frp type [2025-12-29,05:20:17.819] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,05: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-29,05:35:17.591] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,05:35:24.116] [DEBUG] 6 processes running of frp type [2025-12-29,05:50:17.898] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,05:50:24.592] [DEBUG] 6 processes running of frp type [2025-12-29,06:05:18.068] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,06:05:24.630] [DEBUG] 6 processes running of frp type [2025-12-29,06:20:18.295] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,06: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-29,06:30:41.744] [INFO] Initializing BusSpeedStateManager V2 [2025-12-29,06:30:41.749] [INFO] LocationSqlManager initialising [2025-12-29,06:30:41.749] [INFO] Location DB initialising [2025-12-29,06:30:41.758] [INFO] LocationSqlManager initialisation complete [2025-12-29,06:30:41.759] [DEBUG] UploadManager Init [2025-12-29,06:30:41.759] [DEBUG] UploadManager Init Complete [2025-12-29,06:30:41.762] [INFO] Initializing GPS... [2025-12-29,06:30:41.763] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.873] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,06:32:56.616] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:10.597] [DEBUG] Log Upload Complete! [2025-12-29,06:35:44.869] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,06:35:51.424] [DEBUG] Remote Access Enabled [2025-12-29,06:35:57.907] [INFO] Server Address: 138.201.17.179 [2025-12-29,06:35:57.908] [INFO] Server Port: 7000 [2025-12-29,06:35:57.913] [DEBUG] Starting Remote Access! 2025-12-29 06:35:58.079 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-29 06:35:58.080 [I] [client/service.go:294] try to connect to server... 2025-12-29 06:35:58.999 [I] [client/service.go:286] [8e16d58bdfad3aa7] login to server success, get run id [8e16d58bdfad3aa7] 2025-12-29 06:35:59.001 [I] [proxy/proxy_manager.go:173] [8e16d58bdfad3aa7] proxy added: [DTN57CC4444] 2025-12-29 06:35:59.326 [I] [client/control.go:168] [8e16d58bdfad3aa7] [DTN57CC4444] start proxy success [2025-12-29,06:50:17.933] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,06:50:24.577] [DEBUG] 6 processes running of frp type [2025-12-29,07:05:18.245] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,07:05:24.806] [DEBUG] 6 processes running of frp type [2025-12-29,07:20:16.969] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,07:20:23.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' [2025-12-29,07:35:17.292] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,07:35:23.939] [DEBUG] 6 processes running of frp type [2025-12-29,07:50:17.449] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,07:50:24.072] [DEBUG] 6 processes running of frp type [2025-12-29,08:02:17.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,08:02:23.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-29,08:02:39.170] [DEBUG] Log Upload Complete! [2025-12-29,08:05:17.689] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,08:05:24.275] [DEBUG] 6 processes running of frp type [2025-12-29,08:20:17.619] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,08: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' [2025-12-29,08:35:17.741] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,08:35:24.377] [DEBUG] 6 processes running of frp type [2025-12-29,08:50:17.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,08:50:24.589] [DEBUG] 6 processes running of frp type [2025-12-29,09:05:18.162] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,09:05:24.778] [DEBUG] 6 processes running of frp type [2025-12-29,09:20:17.323] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,09: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-12-29,09:35:17.385] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,09:35:24.013] [DEBUG] 6 processes running of frp type [2025-12-29,09:50:17.864] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,09:50:24.477] [DEBUG] 6 processes running of frp type [2025-12-29,10:05:17.798] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,10:05:24.395] [DEBUG] 6 processes running of frp type [2025-12-29,10:20:17.715] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,10: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-29,10:35:17.953] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,10:35:25.757] [DEBUG] 6 processes running of frp type [2025-12-29,10:50:17.369] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,10:50:23.960] [DEBUG] 6 processes running of frp type [2025-12-29,11:05:18.023] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,11:05:24.625] [DEBUG] 6 processes running of frp type [2025-12-29,11:20:18.193] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,11: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-29,11:35:17.469] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,11:35:24.101] [DEBUG] 6 processes running of frp type [2025-12-29,11:50:17.174] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,11:50:23.790] [DEBUG] 6 processes running of frp type [2025-12-29,12:05:17.454] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,12:05:24.064] [DEBUG] 6 processes running of frp type [2025-12-29,12:20:17.391] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,12: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' [2025-12-29,12:35:18.140] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,12:35:24.678] [DEBUG] 6 processes running of frp type [2025-12-29,12:50:17.485] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,12:50:24.083] [DEBUG] 6 processes running of frp type [2025-12-29,13:05:17.571] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,13:05:24.134] [DEBUG] 6 processes running of frp type [2025-12-29,13:20:17.618] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,13: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' [2025-12-29,13:35:17.609] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,13:35:24.199] [DEBUG] 6 processes running of frp type [2025-12-29,13:50:17.687] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,13:50:24.213] [DEBUG] 6 processes running of frp type [2025-12-29,14:05:17.616] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,14:05:24.257] [DEBUG] 6 processes running of frp type [2025-12-29,14:20:17.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,14: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-12-29,14:35:17.759] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,14:35:24.261] [DEBUG] 6 processes running of frp type [2025-12-29,14:50:17.793] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,14:50:24.369] [DEBUG] 6 processes running of frp type [2025-12-29,15:05:17.761] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,15:05:24.305] [DEBUG] 6 processes running of frp type [2025-12-29,15:20:17.806] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,15: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' [2025-12-29,15:35:17.024] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,15:35:23.722] [DEBUG] 6 processes running of frp type [2025-12-29,15:50:17.153] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,15:50:23.711] [DEBUG] 6 processes running of frp type [2025-12-29,16:05:18.085] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,16:05:24.649] [DEBUG] 6 processes running of frp type [2025-12-29,16:20:17.889] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,16: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' [2025-12-29,16:35:17.056] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,16:35:24.456] [DEBUG] 6 processes running of frp type [2025-12-29,16:50:18.092] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,16:50:24.655] [DEBUG] 6 processes running of frp type [2025-12-29,17:05:18.055] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,17:05:24.699] [DEBUG] 6 processes running of frp type [2025-12-29,17:20:16.957] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,17: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' [2025-12-29,17:35:17.427] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,17:35:24.013] [DEBUG] 6 processes running of frp type [2025-12-29,17:50:17.753] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,17:50:24.364] [DEBUG] 6 processes running of frp type [2025-12-29,18:05:17.880] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,18:05:24.611] [DEBUG] 6 processes running of frp type [2025-12-29,18:20:17.983] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,18:20:24.649] [DEBUG] 6 processes running of frp type [2025-12-29,18:25:41.986] [INFO] Initializing BusSpeedStateManager V2 [2025-12-29,18:25:41.992] [INFO] LocationSqlManager initialising [2025-12-29,18:25:41.992] [INFO] Location DB initialising [2025-12-29,18:25:42.002] [INFO] LocationSqlManager initialisation complete [2025-12-29,18:25:42.003] [DEBUG] UploadManager Init [2025-12-29,18:25:42.003] [DEBUG] UploadManager Init Complete [2025-12-29,18:25:42.006] [INFO] Initializing GPS... [2025-12-29,18:25:42.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' [2025-12-29,18:27:45.625] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,18:27:52.138] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:04.701] [DEBUG] Log Upload Complete! [2025-12-29,18:30:45.663] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,18:30:52.313] [DEBUG] Remote Access Enabled [2025-12-29,18:30:58.552] [INFO] Server Address: 138.201.17.179 [2025-12-29,18:30:58.554] [INFO] Server Port: 7000 [2025-12-29,18:30:58.560] [DEBUG] Starting Remote Access! 2025-12-29 18:30:58.692 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-29 18:30:58.693 [I] [client/service.go:294] try to connect to server... 2025-12-29 18:30:59.605 [I] [client/service.go:286] [cb42c43faaad8fcb] login to server success, get run id [cb42c43faaad8fcb] 2025-12-29 18:30:59.606 [I] [proxy/proxy_manager.go:173] [cb42c43faaad8fcb] proxy added: [DTN57CC4444] 2025-12-29 18:31:00.124 [I] [client/control.go:168] [cb42c43faaad8fcb] [DTN57CC4444] start proxy success [2025-12-29,18:35:17.515] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,18:35:24.130] [DEBUG] 6 processes running of frp type [2025-12-29,18:50:17.870] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,18:50:24.657] [DEBUG] 6 processes running of frp type [2025-12-29,19:05:17.986] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,19:05:24.586] [DEBUG] 6 processes running of frp type [2025-12-29,19:20:18.155] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,19: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' [2025-12-29,19:35:17.681] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,19:35:24.581] [DEBUG] 6 processes running of frp type [2025-12-29,19:50:17.274] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,19:50:23.944] [DEBUG] 6 processes running of frp type [2025-12-29,20:05:17.406] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,20:05:23.983] [DEBUG] 6 processes running of frp type [2025-12-29,20:20:17.279] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,20: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' [2025-12-29,20:35:17.685] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,20:35:24.732] [DEBUG] 6 processes running of frp type [2025-12-29,20:50:17.271] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,20:50:24.152] [DEBUG] 6 processes running of frp type [2025-12-29,21:05:17.526] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,21:05:24.507] [DEBUG] 6 processes running of frp type 2025-12-29 21:14:29.482 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-29 21:14:30.363 [I] [client/service.go:286] [cb42c43faaad8fcb] login to server success, get run id [cb42c43faaad8fcb] 2025-12-29 21:14:30.364 [I] [proxy/proxy_manager.go:173] [cb42c43faaad8fcb] proxy added: [DTN57CC4444] 2025-12-29 21:14:30.676 [I] [client/control.go:168] [cb42c43faaad8fcb] [DTN57CC4444] start proxy success [2025-12-29,21:20:22.648] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,21:20:29.356] [DEBUG] 6 processes running of frp type 2025-12-29 21:22:44.369 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-29 21:22:46.771 [I] [client/service.go:286] [cb42c43faaad8fcb] login to server success, get run id [cb42c43faaad8fcb] 2025-12-29 21:22:46.772 [I] [proxy/proxy_manager.go:173] [cb42c43faaad8fcb] proxy added: [DTN57CC4444] 2025-12-29 21:22:47.091 [I] [client/control.go:168] [cb42c43faaad8fcb] [DTN57CC4444] 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 21:29:10.050 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-29 21:29:14.329 [I] [client/service.go:286] [cb42c43faaad8fcb] login to server success, get run id [cb42c43faaad8fcb] 2025-12-29 21:29:14.330 [I] [proxy/proxy_manager.go:173] [cb42c43faaad8fcb] proxy added: [DTN57CC4444] 2025-12-29 21:29:14.924 [I] [client/control.go:168] [cb42c43faaad8fcb] [DTN57CC4444] start proxy success [2025-12-29,21:35:17.725] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,21:35:24.301] [DEBUG] 6 processes running of frp type [2025-12-29,21:50:17.226] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,21:50:24.215] [DEBUG] 6 processes running of frp type 2025-12-29 22:03:32.780 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-29 22:03:42.680 [I] [client/service.go:286] [cb42c43faaad8fcb] login to server success, get run id [cb42c43faaad8fcb] 2025-12-29 22:03:42.681 [I] [proxy/proxy_manager.go:173] [cb42c43faaad8fcb] proxy added: [DTN57CC4444] 2025-12-29 22:03:45.887 [I] [client/control.go:168] [cb42c43faaad8fcb] [DTN57CC4444] start proxy success [2025-12-29,22:05:17.620] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,22:05:39.288] [DEBUG] 6 processes running of frp type [2025-12-29,22:20:17.689] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,22: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' [2025-12-29,22:35:17.623] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,22:35:24.144] [DEBUG] 6 processes running of frp type [2025-12-29,22:50:17.413] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,22:50:29.397] [DEBUG] 6 processes running of frp type [2025-12-29,23:05:17.584] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,23:05:24.145] [DEBUG] 6 processes running of frp type [2025-12-29,23:20:18.446] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,23:20:26.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-29,23:35:17.738] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,23:35:24.301] [DEBUG] 6 processes running of frp type [2025-12-29,23:50:17.417] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-29,23:50:24.360] [DEBUG] 6 processes running of frp type [2025-12-30,00:05:17.747] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,00:05:24.251] [DEBUG] 6 processes running of frp type [2025-12-30,00:20:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,00: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-30,00:35:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,00:35:23.903] [DEBUG] 6 processes running of frp type [2025-12-30,00:50:17.485] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,00:50:24.055] [DEBUG] 6 processes running of frp type [2025-12-30,01:05:17.247] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,01:05:23.808] [DEBUG] 6 processes running of frp type [2025-12-30,01:20:16.975] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,01: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-30,01:35:18.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,01:35:24.547] [DEBUG] 6 processes running of frp type [2025-12-30,01:50:17.847] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,01:50:24.432] [DEBUG] 6 processes running of frp type [2025-12-30,02:05:18.167] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,02:05:24.761] [DEBUG] 6 processes running of frp type [2025-12-30,02:20:17.099] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,02:20:24.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' [2025-12-30,02:35:17.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,02:35:23.741] [DEBUG] 6 processes running of frp type [2025-12-30,02:50:17.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,02:50:24.395] [DEBUG] 6 processes running of frp type 2025-12-30 02:59:12.444 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-30 02:59:22.446 [W] [client/service.go:297] [cb42c43faaad8fcb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 02:59:22.447 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-30 02:59:32.448 [W] [client/service.go:297] [cb42c43faaad8fcb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 02:59:32.449 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-30 02:59:42.449 [W] [client/service.go:297] [cb42c43faaad8fcb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 02:59:42.450 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-30 02:59:52.451 [W] [client/service.go:297] [cb42c43faaad8fcb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 02:59:52.452 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-30 03:00:02.455 [W] [client/service.go:297] [cb42c43faaad8fcb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 03:00:22.456 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-30 03:00:32.458 [W] [client/service.go:297] [cb42c43faaad8fcb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 03:00:52.459 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-30 03:01:02.461 [W] [client/service.go:297] [cb42c43faaad8fcb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 03:01:22.462 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-30 03:01:31.327 [I] [client/service.go:286] [cb42c43faaad8fcb] login to server success, get run id [cb42c43faaad8fcb] 2025-12-30 03:01:31.328 [I] [proxy/proxy_manager.go:173] [cb42c43faaad8fcb] proxy added: [DTN57CC4444] 2025-12-30 03:01:32.865 [I] [client/control.go:168] [cb42c43faaad8fcb] [DTN57CC4444] start proxy success [2025-12-30,03:05:18.848] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,03:05:26.800] [DEBUG] 6 processes running of frp type [2025-12-30,03:20:17.033] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,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' [2025-12-30,03:35:17.458] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,03:35:24.011] [DEBUG] 6 processes running of frp type [2025-12-30,03:50:17.098] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,03:50:27.703] [DEBUG] 6 processes running of frp type [2025-12-30,04:05:17.954] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,04:05:24.420] [DEBUG] 6 processes running of frp type 2025-12-30 04:06:28.554 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-30 04:06:28.860 [W] [client/service.go:297] [cb42c43faaad8fcb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-30 04:06:30.895 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-30 04:06:31.901 [W] [client/service.go:297] [cb42c43faaad8fcb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-30 04:06:35.996 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-30 04:06:43.098 [W] [client/service.go:297] [cb42c43faaad8fcb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-30 04:06:43.099 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-30 04:06:43.101 [W] [client/service.go:297] [cb42c43faaad8fcb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-30 04:07:01.719 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-30 04:07:02.609 [I] [client/service.go:286] [cb42c43faaad8fcb] login to server success, get run id [cb42c43faaad8fcb] 2025-12-30 04:07:02.610 [I] [proxy/proxy_manager.go:173] [cb42c43faaad8fcb] proxy added: [DTN57CC4444] 2025-12-30 04:07:02.917 [I] [client/control.go:168] [cb42c43faaad8fcb] [DTN57CC4444] start proxy success [2025-12-30,04:20:17.606] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,04: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-30,04:35:17.982] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,04:35:24.491] [DEBUG] 6 processes running of frp type [2025-12-30,04:50:18.275] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,04:50:24.863] [DEBUG] 6 processes running of frp type [2025-12-30,05:05:17.329] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,05:05:24.347] [DEBUG] 6 processes running of frp type [2025-12-30,05:20:17.796] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,05: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' 2025-12-30 05:28:52.083 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-30 05:29:02.085 [W] [client/service.go:297] [cb42c43faaad8fcb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 05:29:02.086 [I] [client/service.go:294] [cb42c43faaad8fcb] try to connect to server... 2025-12-30 05:29:14.431 [I] [client/service.go:286] [cb42c43faaad8fcb] login to server success, get run id [cb42c43faaad8fcb] 2025-12-30 05:29:14.433 [I] [proxy/proxy_manager.go:173] [cb42c43faaad8fcb] proxy added: [DTN57CC4444] 2025-12-30 05:29:14.796 [I] [client/control.go:168] [cb42c43faaad8fcb] [DTN57CC4444] start proxy success [2025-12-30,05:35:18.128] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,05:50:17.487] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,05:50:24.233] [DEBUG] 6 processes running of frp type [2025-12-30,06:05:18.147] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,06:05:27.120] [DEBUG] 6 processes running of frp type [2025-12-30,06:20:17.561] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,06: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-12-30,06:30:41.704] [INFO] Initializing BusSpeedStateManager V2 [2025-12-30,06:30:41.719] [INFO] LocationSqlManager initialising [2025-12-30,06:30:41.720] [INFO] Location DB initialising [2025-12-30,06:30:41.731] [INFO] LocationSqlManager initialisation complete [2025-12-30,06:30:41.732] [DEBUG] UploadManager Init [2025-12-30,06:30:41.733] [DEBUG] UploadManager Init Complete [2025-12-30,06:30:41.737] [INFO] Initializing GPS... [2025-12-30,06:30:41.740] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.998] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,06:32:51.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-30,06:33:01.764] [DEBUG] Log Upload Complete! [2025-12-30,06:35:45.056] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,06:35:51.660] [DEBUG] Remote Access Enabled [2025-12-30,06:35:57.946] [INFO] Server Address: 138.201.17.179 [2025-12-30,06:35:57.947] [INFO] Server Port: 7000 [2025-12-30,06:35:57.951] [DEBUG] Starting Remote Access! 2025-12-30 06:35:58.085 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-30 06:35:58.086 [I] [client/service.go:294] try to connect to server... 2025-12-30 06:35:58.941 [I] [client/service.go:286] [ec471839ac9cf472] login to server success, get run id [ec471839ac9cf472] 2025-12-30 06:35:58.942 [I] [proxy/proxy_manager.go:173] [ec471839ac9cf472] proxy added: [DTN57CC4444] 2025-12-30 06:35:59.229 [I] [client/control.go:168] [ec471839ac9cf472] [DTN57CC4444] start proxy success [2025-12-30,06:50:17.818] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,06:50:24.418] [DEBUG] 6 processes running of frp type [2025-12-30,07:05:18.314] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,07:05:25.688] [DEBUG] 6 processes running of frp type [2025-12-30,07:20:18.030] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,07: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-12-30,07:35:17.499] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,07:35:24.071] [DEBUG] 6 processes running of frp type [2025-12-30,07:50:16.953] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,07:50:24.032] [DEBUG] 6 processes running of frp type [2025-12-30,08:02:22.387] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,08:02:29.461] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:46.558] [DEBUG] Log Upload Complete! [2025-12-30,08:05:17.307] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,08:05:24.805] [DEBUG] 6 processes running of frp type [2025-12-30,08:20:17.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,08:20:23.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' [2025-12-30,08:35:17.969] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,08:35:24.929] [DEBUG] 6 processes running of frp type [2025-12-30,08:50:17.218] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,08:50:23.926] [DEBUG] 6 processes running of frp type [2025-12-30,09:05:17.213] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,09:05:23.769] [DEBUG] 6 processes running of frp type [2025-12-30,09:20:18.064] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,09:20:24.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-30,09:35:17.668] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,09:35:24.327] [DEBUG] 6 processes running of frp type [2025-12-30,09:50:17.339] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,09:50:23.960] [DEBUG] 6 processes running of frp type [2025-12-30,10:05:17.593] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,10:05:24.367] [DEBUG] 6 processes running of frp type [2025-12-30,10:20:17.957] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,10: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-30,10:35:17.564] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,10:35:24.191] [DEBUG] 6 processes running of frp type [2025-12-30,10:50:17.044] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,10:50:23.816] [DEBUG] 6 processes running of frp type [2025-12-30,11:05:17.071] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,11:05:23.824] [DEBUG] 6 processes running of frp type [2025-12-30,11:20:17.220] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,11: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-12-30,11:35:17.450] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,11:35:24.306] [DEBUG] 6 processes running of frp type [2025-12-30,11:50:17.322] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,11:50:24.076] [DEBUG] 6 processes running of frp type [2025-12-30,12:05:17.499] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,12:05:24.389] [DEBUG] 6 processes running of frp type 2025-12-30 12:07:00.303 [I] [client/service.go:294] [ec471839ac9cf472] try to connect to server... 2025-12-30 12:07:01.563 [I] [client/service.go:286] [ec471839ac9cf472] login to server success, get run id [ec471839ac9cf472] 2025-12-30 12:07:01.563 [I] [proxy/proxy_manager.go:173] [ec471839ac9cf472] proxy added: [DTN57CC4444] 2025-12-30 12:07:02.163 [I] [client/control.go:168] [ec471839ac9cf472] [DTN57CC4444] start proxy success 2025-12-30 12:08:41.689 [I] [client/service.go:294] [ec471839ac9cf472] try to connect to server... 2025-12-30 12:08:42.603 [I] [client/service.go:286] [ec471839ac9cf472] login to server success, get run id [ec471839ac9cf472] 2025-12-30 12:08:42.605 [I] [proxy/proxy_manager.go:173] [ec471839ac9cf472] proxy added: [DTN57CC4444] 2025-12-30 12:08:42.892 [I] [client/control.go:168] [ec471839ac9cf472] [DTN57CC4444] start proxy success [2025-12-30,12:20:17.620] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,12: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' [2025-12-30,12:35:17.500] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,12:35:24.497] [DEBUG] 6 processes running of frp type [2025-12-30,12:50:18.254] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,12:50:25.498] [DEBUG] 6 processes running of frp type [2025-12-30,13:05:17.727] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,13:05:24.598] [DEBUG] 6 processes running of frp type [2025-12-30,13:20:18.029] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,13: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-12-30,13:35:17.609] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,13:35:24.396] [DEBUG] 6 processes running of frp type [2025-12-30,13:50:17.125] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,13:50:24.031] [DEBUG] 6 processes running of frp type [2025-12-30,14:05:17.315] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,14:05:24.032] [DEBUG] 6 processes running of frp type [2025-12-30,14:20:17.454] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,14: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-30,14:35:16.989] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,14:35:23.558] [DEBUG] 6 processes running of frp type [2025-12-30,14:50:17.492] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,14:50:24.798] [DEBUG] 6 processes running of frp type [2025-12-30,15:05:17.556] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,15:05:24.250] [DEBUG] 6 processes running of frp type [2025-12-30,15:20:17.558] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,15: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-30,15:35:17.691] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,15:35:24.629] [DEBUG] 6 processes running of frp type [2025-12-30,15:30:10.647] [INFO] Initializing BusSpeedStateManager V2 [2025-12-30,15:30:10.654] [INFO] LocationSqlManager initialising [2025-12-30,15:30:10.655] [INFO] Location DB initialising [2025-12-30,15:30:10.666] [INFO] LocationSqlManager initialisation complete [2025-12-30,15:30:10.667] [DEBUG] UploadManager Init [2025-12-30,15:30:10.668] [DEBUG] UploadManager Init Complete [2025-12-30,15:30:10.672] [INFO] Initializing GPS... [2025-12-30,15:30:10.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' [2025-12-30,16:48:46.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,16:48:53.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( [2025-12-30,16:49:10.017] [DEBUG] Log Upload Complete! [2025-12-30,16:51:45.877] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,16:51:49.659] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,16:51:56.393] [DEBUG] Remote Access Enabled [2025-12-30,16:51:57.752] [DEBUG] Remote Access Enabled [2025-12-30,16:52:02.602] [INFO] Server Address: 138.201.17.179 [2025-12-30,16:52:02.604] [INFO] Server Port: 7000 [2025-12-30,16:52:02.615] [DEBUG] Starting Remote Access! 2025-12-30 16:52:02.798 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-30 16:52:02.799 [I] [client/service.go:294] try to connect to server... 2025-12-30 16:52:03.707 [I] [client/service.go:286] [990cf5a6c01e2852] login to server success, get run id [990cf5a6c01e2852] 2025-12-30 16:52:03.708 [I] [proxy/proxy_manager.go:173] [990cf5a6c01e2852] proxy added: [DTN57CC4444] 2025-12-30 16:52:04.020 [I] [client/control.go:168] [990cf5a6c01e2852] [DTN57CC4444] start proxy success [2025-12-30,16:52:04.031] [INFO] Server Address: 138.201.17.179 [2025-12-30,16:52:04.032] [INFO] Server Port: 7000 [2025-12-30,16:52:04.037] [DEBUG] Starting Remote Access! 2025-12-30 16:52:04.067 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-30 16:52:04.068 [I] [client/service.go:294] try to connect to server... 2025-12-30 16:52:04.977 [I] [client/service.go:286] [1eba2e8b1d6c631c] login to server success, get run id [1eba2e8b1d6c631c] 2025-12-30 16:52:04.978 [I] [proxy/proxy_manager.go:173] [1eba2e8b1d6c631c] proxy added: [DTN57CC4444] 2025-12-30 16:52:05.256 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 16:52:38.566 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 16:53:11.314 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 16:53:44.473 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 16:54:17.372 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 16:54:50.384 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 16:55:23.407 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 16:55:56.596 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 16:56:29.624 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 16:57:02.919 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 16:57:35.480 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 16:58:08.515 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 16:58:41.784 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 16:59:14.800 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 16:59:47.755 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:00:20.720 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:00:53.692 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:01:26.646 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:01:59.774 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:02:32.741 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:03:05.699 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:03:38.980 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:04:11.764 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:04:44.945 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-30,17:05:17.566] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2025-12-30 17:05:17.779 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-30,17:05:24.371] [DEBUG] 12 processes running of frp type 2025-12-30 17:05:50.791 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:06:23.808 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:06:56.837 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:07:30.004 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:08:02.907 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:08:35.911 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:09:09.030 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:09:41.996 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:10:15.649 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:10:48.226 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:11:21.189 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:11:54.042 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:12:27.111 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:13:00.081 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:13:33.183 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:14:06.116 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:14:39.418 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:15:12.374 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:15:45.391 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:16:18.202 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:16:51.308 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:17:25.196 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:17:57.250 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:18:30.281 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:19:03.305 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:19:36.387 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:20:09.363 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-30,17:20:17.820] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,17:20:24.506] [DEBUG] 12 processes running of frp type 2025-12-30 17:20:42.399 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:21:15.683 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:21:48.408 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:22:21.427 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:22:54.443 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:23:27.664 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:24:00.509 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:24:33.627 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:25:06.663 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:25:39.621 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:12.726 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:26:45.811 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:27:18.701 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:27:51.650 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:28:24.642 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:28:57.659 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:29:30.693 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:30:03.713 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:30:36.772 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:31:09.829 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:31:42.795 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:32:16.074 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:32:49.039 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:33:22.135 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:33:54.858 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:34:28.017 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:35:00.989 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-30,17:35:17.366] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,17:35:26.679] [DEBUG] 12 processes running of frp type 2025-12-30 17:35:34.045 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:36:06.979 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:36:39.967 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:37:12.975 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:37:46.112 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:38:19.064 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:38:52.027 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:39:25.263 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:39:58.093 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:40:31.104 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:41:04.110 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:41:37.135 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:42:10.386 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:42:43.189 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:43:16.459 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:43:49.216 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:44:22.457 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:44:55.467 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:45:28.376 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:46:01.350 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:46:34.616 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:47:07.582 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:47:40.383 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:48:13.496 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:48:46.416 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:49:19.426 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:49:52.695 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-30,17:50:17.347] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,17:50:23.862] [DEBUG] 12 processes running of frp type 2025-12-30 17:50:25.641 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:50:58.475 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:51:31.510 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:52:04.512 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:52:37.755 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:53:10.662 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:53:43.681 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:54:16.693 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:54:49.616 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:55:22.693 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:55:55.661 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:56:28.851 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:57:01.809 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:57:34.787 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:58:07.756 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:58:40.832 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:59:14.028 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 17:59:46.985 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:00:19.957 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:00:52.914 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:01:25.867 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:01:58.881 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:02:31.898 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:03:04.917 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:03:37.928 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:04:10.968 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:04:44.000 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:05:17.014 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-30,18:05:17.344] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,18:05:23.863] [DEBUG] 12 processes running of frp type 2025-12-30 18:05:50.562 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:06:23.268 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:06:56.123 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:07:29.124 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:08:02.102 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:08:35.160 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:09:08.147 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:09:41.369 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:10:14.184 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:10:47.277 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:11:20.257 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:11:53.348 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:12:26.276 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:12:59.304 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:13:32.310 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:14:05.327 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:14:38.343 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:15:11.923 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:15:44.380 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:16:17.488 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:16:50.447 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:17:23.728 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:17:56.491 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:18:29.511 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:19:02.560 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:19:35.547 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:20:08.642 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-30,18:20:17.362] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,18:20:24.353] [DEBUG] 12 processes running of frp type 2025-12-30 18:20:41.665 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:21:14.628 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:21:47.911 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:22:20.713 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:22:53.660 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:23:26.799 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:23:59.764 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:24:32.725 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists 2025-12-30 18:25:05.782 [W] [client/control.go:166] [1eba2e8b1d6c631c] [DTN57CC4444] start error: proxy [DTN57CC4444] already exists [2025-12-30,18:25:42.238] [INFO] Initializing BusSpeedStateManager V2 [2025-12-30,18:25:42.243] [INFO] LocationSqlManager initialising [2025-12-30,18:25:42.243] [INFO] Location DB initialising [2025-12-30,18:25:42.253] [INFO] LocationSqlManager initialisation complete [2025-12-30,18:25:42.253] [DEBUG] UploadManager Init [2025-12-30,18:25:42.254] [DEBUG] UploadManager Init Complete [2025-12-30,18:25:42.256] [INFO] Initializing GPS... [2025-12-30,18:25:42.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-30,18:27:45.117] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,18:27:51.686] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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.059] [DEBUG] Log Upload Complete! [2025-12-30,18:30:45.269] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,18:30:52.554] [DEBUG] Remote Access Enabled [2025-12-30,18:30:58.892] [INFO] Server Address: 138.201.17.179 [2025-12-30,18:30:58.893] [INFO] Server Port: 7000 [2025-12-30,18:30:58.898] [DEBUG] Starting Remote Access! 2025-12-30 18:30:59.029 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-30 18:30:59.030 [I] [client/service.go:294] try to connect to server... 2025-12-30 18:31:02.100 [I] [client/service.go:286] [f59c048671b56002] login to server success, get run id [f59c048671b56002] 2025-12-30 18:31:02.102 [I] [proxy/proxy_manager.go:173] [f59c048671b56002] proxy added: [DTN57CC4444] 2025-12-30 18:31:02.418 [I] [client/control.go:168] [f59c048671b56002] [DTN57CC4444] start proxy success [2025-12-30,18:35:17.545] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,18:35:24.241] [DEBUG] 6 processes running of frp type [2025-12-30,18:50:20.789] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,18:50:27.705] [DEBUG] 6 processes running of frp type [2025-12-30,19:05:17.522] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,19:05:24.224] [DEBUG] 6 processes running of frp type [2025-12-30,19:20:17.596] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,19: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' [2025-12-30,19:35:17.758] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,19:35:24.695] [DEBUG] 6 processes running of frp type [2025-12-30,19:50:17.592] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,19:50:24.351] [DEBUG] 6 processes running of frp type 2025-12-30 20:01:17.667 [I] [client/service.go:294] [f59c048671b56002] try to connect to server... 2025-12-30 20:01:28.412 [I] [client/service.go:286] [f59c048671b56002] login to server success, get run id [f59c048671b56002] 2025-12-30 20:01:28.413 [I] [proxy/proxy_manager.go:173] [f59c048671b56002] proxy added: [DTN57CC4444] 2025-12-30 20:01:37.109 [I] [client/control.go:168] [f59c048671b56002] [DTN57CC4444] start proxy success [2025-12-30,20:05:21.002] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,20:05:27.646] [DEBUG] 6 processes running of frp type 2025-12-30 20:07:09.769 [I] [client/service.go:294] [f59c048671b56002] try to connect to server... 2025-12-30 20:07:19.770 [W] [client/service.go:297] [f59c048671b56002] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 20:07:19.771 [I] [client/service.go:294] [f59c048671b56002] try to connect to server... 2025-12-30 20:07:28.346 [I] [client/service.go:286] [f59c048671b56002] login to server success, get run id [f59c048671b56002] 2025-12-30 20:07:28.347 [I] [proxy/proxy_manager.go:173] [f59c048671b56002] proxy added: [DTN57CC4444] 2025-12-30 20:07:28.701 [I] [client/control.go:168] [f59c048671b56002] [DTN57CC4444] start proxy success [2025-12-30,20:20:18.857] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,20:20:31.124] [DEBUG] 6 processes running of frp type 2025-12-30 20:24:02.714 [I] [client/service.go:294] [f59c048671b56002] try to connect to server... 2025-12-30 20:24:03.670 [I] [client/service.go:286] [f59c048671b56002] login to server success, get run id [f59c048671b56002] 2025-12-30 20:24:03.671 [I] [proxy/proxy_manager.go:173] [f59c048671b56002] proxy added: [DTN57CC4444] 2025-12-30 20:24:04.005 [I] [client/control.go:168] [f59c048671b56002] [DTN57CC4444] 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-30,20:35:17.853] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,20:35:25.814] [DEBUG] 6 processes running of frp type [2025-12-30,20:50:17.611] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,20:50:25.038] [DEBUG] 6 processes running of frp type [2025-12-30,21:05:17.651] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,21:05:25.386] [DEBUG] 6 processes running of frp type [2025-12-30,21:20:17.903] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,21:20:25.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' [2025-12-30,21:35:17.499] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,21:35:26.305] [DEBUG] 6 processes running of frp type [2025-12-30,21:50:17.764] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,21:50:24.349] [DEBUG] 6 processes running of frp type [2025-12-30,22:05:20.821] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,22:05:27.601] [DEBUG] 6 processes running of frp type [2025-12-30,22:20:19.076] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,22:20:26.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-30,22:35:18.944] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,22:35:27.261] [DEBUG] 6 processes running of frp type [2025-12-30,22:50:17.712] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,22:50:24.565] [DEBUG] 6 processes running of frp type [2025-12-30,23:05:17.853] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,23:05:24.496] [DEBUG] 6 processes running of frp type [2025-12-30,23:20:17.680] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,23: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-30 23:33:54.922 [I] [client/service.go:294] [f59c048671b56002] try to connect to server... 2025-12-30 23:34:06.913 [I] [client/service.go:286] [f59c048671b56002] login to server success, get run id [f59c048671b56002] 2025-12-30 23:34:06.913 [I] [proxy/proxy_manager.go:173] [f59c048671b56002] proxy added: [DTN57CC4444] 2025-12-30 23:34:07.523 [I] [client/control.go:168] [f59c048671b56002] [DTN57CC4444] start proxy success [2025-12-30,23:35:17.870] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,23:35:24.581] [DEBUG] 6 processes running of frp type [2025-12-30,23:50:17.657] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-30,23:50:24.205] [DEBUG] 6 processes running of frp type [2025-12-31,00:05:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,00:05:23.918] [DEBUG] 6 processes running of frp type [2025-12-31,00:20:17.122] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,00:20:24.036] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.783] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,00:35:24.481] [DEBUG] 6 processes running of frp type [2025-12-31,00:50:17.851] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,00:50:24.479] [DEBUG] 6 processes running of frp type [2025-12-31,01:05:17.719] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,01:05:24.431] [DEBUG] 6 processes running of frp type [2025-12-31,01:20:17.624] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,01: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' [2025-12-31,01:35:17.699] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,01:35:24.361] [DEBUG] 6 processes running of frp type [2025-12-31,01:50:17.656] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,01:50:24.266] [DEBUG] 6 processes running of frp type [2025-12-31,02:05:17.644] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,02:05:24.253] [DEBUG] 6 processes running of frp type [2025-12-31,02:20:17.613] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,02: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' [2025-12-31,02:35:17.741] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,02:35:24.281] [DEBUG] 6 processes running of frp type [2025-12-31,02:50:17.313] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,02:50:23.862] [DEBUG] 6 processes running of frp type [2025-12-31,03:05:17.221] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,03:05:23.709] [DEBUG] 6 processes running of frp type [2025-12-31,03:20:18.110] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,03: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-31,03:35:17.068] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,03:35:23.712] [DEBUG] 6 processes running of frp type [2025-12-31,03:50:17.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,03:50:23.571] [DEBUG] 6 processes running of frp type 2025-12-31 04:03:33.024 [I] [client/service.go:294] [f59c048671b56002] try to connect to server... 2025-12-31 04:03:43.831 [I] [client/service.go:286] [f59c048671b56002] login to server success, get run id [f59c048671b56002] 2025-12-31 04:03:43.833 [I] [proxy/proxy_manager.go:173] [f59c048671b56002] proxy added: [DTN57CC4444] 2025-12-31 04:03:44.445 [I] [client/control.go:168] [f59c048671b56002] [DTN57CC4444] start proxy success [2025-12-31,04:05:17.946] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,04:05:24.421] [DEBUG] 6 processes running of frp type [2025-12-31,04:20:17.610] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,04: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-31,04:35:19.039] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,04:35:25.633] [DEBUG] 6 processes running of frp type 2025-12-31 04:37:45.816 [I] [client/service.go:294] [f59c048671b56002] try to connect to server... 2025-12-31 04:37:47.034 [I] [client/service.go:286] [f59c048671b56002] login to server success, get run id [f59c048671b56002] 2025-12-31 04:37:47.035 [I] [proxy/proxy_manager.go:173] [f59c048671b56002] proxy added: [DTN57CC4444] 2025-12-31 04:37:47.993 [I] [client/control.go:168] [f59c048671b56002] [DTN57CC4444] start proxy success [2025-12-31,04:50:17.304] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,04:50:23.885] [DEBUG] 6 processes running of frp type [2025-12-31,05:05:17.587] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,05:05:24.250] [DEBUG] 6 processes running of frp type [2025-12-31,05:20:17.381] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,05: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' [2025-12-31,05:35:17.090] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,05:35:23.620] [DEBUG] 6 processes running of frp type [2025-12-31,05:50:17.824] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,05:50:24.334] [DEBUG] 6 processes running of frp type [2025-12-31,06:05:17.944] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,06:05:24.605] [DEBUG] 6 processes running of frp type [2025-12-31,06:20:17.854] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,06: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-31,06:30:41.400] [INFO] Initializing BusSpeedStateManager V2 [2025-12-31,06:30:41.404] [INFO] LocationSqlManager initialising [2025-12-31,06:30:41.405] [INFO] Location DB initialising [2025-12-31,06:30:41.414] [INFO] LocationSqlManager initialisation complete [2025-12-31,06:30:41.414] [DEBUG] UploadManager Init [2025-12-31,06:30:41.415] [DEBUG] UploadManager Init Complete [2025-12-31,06:30:41.418] [INFO] Initializing GPS... [2025-12-31,06:30:41.420] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.437] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,06:32:51.030] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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,06:33:00.343] [DEBUG] Log Upload Complete! [2025-12-31,06:35:44.496] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,06:35:50.996] [DEBUG] Remote Access Enabled [2025-12-31,06:35:57.200] [INFO] Server Address: 138.201.17.179 [2025-12-31,06:35:57.201] [INFO] Server Port: 7000 [2025-12-31,06:35:57.206] [DEBUG] Starting Remote Access! 2025-12-31 06:35:57.338 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-31 06:35:57.339 [I] [client/service.go:294] try to connect to server... 2025-12-31 06:35:58.244 [I] [client/service.go:286] [f610786483639ad4] login to server success, get run id [f610786483639ad4] 2025-12-31 06:35:58.245 [I] [proxy/proxy_manager.go:173] [f610786483639ad4] proxy added: [DTN57CC4444] 2025-12-31 06:35:58.546 [I] [client/control.go:168] [f610786483639ad4] [DTN57CC4444] start proxy success [2025-12-31,06:50:18.247] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,06:50:25.163] [DEBUG] 6 processes running of frp type [2025-12-31,07:05:17.469] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,07:05:24.279] [DEBUG] 6 processes running of frp type [2025-12-31,07:20:17.507] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,07:20:26.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-31,07:35:17.416] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,07:35:24.050] [DEBUG] 6 processes running of frp type [2025-12-31,07:50:18.009] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,07:50:24.788] [DEBUG] 6 processes running of frp type [2025-12-31,08:02:17.082] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,08:02:28.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-12-31,08:02:42.191] [DEBUG] Log Upload Complete! [2025-12-31,08:05:17.170] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,08:05:23.817] [DEBUG] 6 processes running of frp type [2025-12-31,08:20:17.059] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,08:20:23.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-31,08:35:17.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,08:35:24.326] [DEBUG] 6 processes running of frp type [2025-12-31,08:50:17.547] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,08:50:24.271] [DEBUG] 6 processes running of frp type [2025-12-31,09:05:17.663] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,09:05:24.215] [DEBUG] 6 processes running of frp type [2025-12-31,09:20:17.548] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,09: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' [2025-12-31,09:35:17.941] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,09:35:24.531] [DEBUG] 6 processes running of frp type [2025-12-31,09:50:17.662] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,09:50:24.317] [DEBUG] 6 processes running of frp type [2025-12-31,10:05:18.033] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,10:05:24.598] [DEBUG] 6 processes running of frp type [2025-12-31,10:20:18.031] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,10: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' [2025-12-31,10:35:17.641] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,10:35:24.279] [DEBUG] 6 processes running of frp type [2025-12-31,10:50:17.970] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,10:50:24.533] [DEBUG] 6 processes running of frp type [2025-12-31,11:05:18.218] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,11:05:24.778] [DEBUG] 6 processes running of frp type [2025-12-31,11:20:17.431] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,11: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-31,11:35:17.695] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,11:35:24.324] [DEBUG] 6 processes running of frp type [2025-12-31,11:50:17.912] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,11:50:24.504] [DEBUG] 6 processes running of frp type [2025-12-31,12:05:17.841] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,12:05:24.464] [DEBUG] 6 processes running of frp type [2025-12-31,12:20:17.737] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,12: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' [2025-12-31,12:35:17.400] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,12:35:23.998] [DEBUG] 6 processes running of frp type [2025-12-31,12:50:18.137] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,12:50:25.550] [DEBUG] 6 processes running of frp type [2025-12-31,13:05:17.854] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,13:05:24.447] [DEBUG] 6 processes running of frp type [2025-12-31,13:20:17.749] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,13: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-31,13:35:17.745] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,13:35:24.371] [DEBUG] 6 processes running of frp type [2025-12-31,13:50:17.105] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,13:50:23.711] [DEBUG] 6 processes running of frp type [2025-12-31,14:05:18.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,14:05:25.058] [DEBUG] 6 processes running of frp type [2025-12-31,14:20:17.502] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,14: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' [2025-12-31,14:35:17.036] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,14:35:23.704] [DEBUG] 6 processes running of frp type [2025-12-31,14:50:17.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,14:50:23.910] [DEBUG] 6 processes running of frp type [2025-12-31,15:05:17.576] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,15:05:24.186] [DEBUG] 6 processes running of frp type [2025-12-31,15:20:17.524] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,15: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-31,15:35:17.618] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,15:35:24.209] [DEBUG] 6 processes running of frp type [2025-12-31,15:50:17.458] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,15:50:24.041] [DEBUG] 6 processes running of frp type [2025-12-31,16:05:17.411] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,16:05:23.998] [DEBUG] 6 processes running of frp type [2025-12-31,16:20:17.411] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,16: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' [2025-12-31,16:35:17.596] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,16:35:24.197] [DEBUG] 6 processes running of frp type [2025-12-31,16:50:18.156] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,16:50:25.616] [DEBUG] 6 processes running of frp type [2025-12-31,17:05:17.916] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,17:05:24.498] [DEBUG] 6 processes running of frp type [2025-12-31,17:20:17.672] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,17: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-31,17:35:18.270] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,17:35:24.894] [DEBUG] 6 processes running of frp type [2025-12-31,17:50:18.322] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,17:50:24.905] [DEBUG] 6 processes running of frp type [2025-12-31,18:05:17.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,18:05:23.903] [DEBUG] 6 processes running of frp type [2025-12-31,18:20:17.114] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,18:20:23.728] [DEBUG] 6 processes running of frp type [2025-12-31,18:25:40.890] [INFO] Initializing BusSpeedStateManager V2 [2025-12-31,18:25:40.894] [INFO] LocationSqlManager initialising [2025-12-31,18:25:40.894] [INFO] Location DB initialising [2025-12-31,18:25:40.905] [INFO] LocationSqlManager initialisation complete [2025-12-31,18:25:40.905] [DEBUG] UploadManager Init [2025-12-31,18:25:40.906] [DEBUG] UploadManager Init Complete [2025-12-31,18:25:40.908] [INFO] Initializing GPS... [2025-12-31,18:25:40.910] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.504] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,18:27:56.058] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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:09.067] [DEBUG] Log Upload Complete! [2025-12-31,18:30:44.618] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,18:30:51.163] [DEBUG] Remote Access Enabled [2025-12-31,18:30:57.465] [INFO] Server Address: 138.201.17.179 [2025-12-31,18:30:57.466] [INFO] Server Port: 7000 [2025-12-31,18:30:57.471] [DEBUG] Starting Remote Access! 2025-12-31 18:30:57.605 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-31 18:30:57.606 [I] [client/service.go:294] try to connect to server... 2025-12-31 18:30:58.496 [I] [client/service.go:286] [c01123ed9fbaccc2] login to server success, get run id [c01123ed9fbaccc2] 2025-12-31 18:30:58.497 [I] [proxy/proxy_manager.go:173] [c01123ed9fbaccc2] proxy added: [DTN57CC4444] 2025-12-31 18:30:58.808 [I] [client/control.go:168] [c01123ed9fbaccc2] [DTN57CC4444] start proxy success [2025-12-31,18:35:17.367] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,18:35:23.919] [DEBUG] 6 processes running of frp type [2025-12-31,18:50:18.042] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,18:50:24.625] [DEBUG] 6 processes running of frp type [2025-12-31,19:05:17.904] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,19:05:24.409] [DEBUG] 6 processes running of frp type [2025-12-31,19:20:17.653] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,19: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-31,19:35:17.969] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,19:35:24.629] [DEBUG] 6 processes running of frp type [2025-12-31,19:50:17.463] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,19:50:24.082] [DEBUG] 6 processes running of frp type [2025-12-31,20:05:17.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,20:05:24.019] [DEBUG] 6 processes running of frp type [2025-12-31,20:20:17.396] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,20:20:35.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' [2025-12-31,20:35:17.486] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,20:35:24.133] [DEBUG] 6 processes running of frp type [2025-12-31,20:50:18.011] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,20:50:31.983] [DEBUG] 6 processes running of frp type [2025-12-31,21:05:17.187] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,21:05:23.704] [DEBUG] 6 processes running of frp type 2025-12-31 21:09:42.741 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2025-12-31 21:09:52.744 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 21:09:52.744 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2025-12-31 21:10:02.746 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 21:10:02.746 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2025-12-31 21:10:03.987 [I] [client/service.go:286] [c01123ed9fbaccc2] login to server success, get run id [c01123ed9fbaccc2] 2025-12-31 21:10:03.988 [I] [proxy/proxy_manager.go:173] [c01123ed9fbaccc2] proxy added: [DTN57CC4444] 2025-12-31 21:10:04.386 [I] [client/control.go:168] [c01123ed9fbaccc2] [DTN57CC4444] start proxy success [2025-12-31,21:20:18.005] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,21:20:24.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-31,21:35:17.378] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,21:35:23.964] [DEBUG] 6 processes running of frp type 2025-12-31 21:43:23.423 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2025-12-31 21:43:36.881 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: i/o deadline reached 2025-12-31 21:43:36.881 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2025-12-31 21:43:50.827 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: connection write timeout 2025-12-31 21:43:50.827 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2025-12-31 21:44:01.969 [I] [client/service.go:286] [c01123ed9fbaccc2] login to server success, get run id [c01123ed9fbaccc2] 2025-12-31 21:44:01.970 [I] [proxy/proxy_manager.go:173] [c01123ed9fbaccc2] proxy added: [DTN57CC4444] 2025-12-31 21:44:07.667 [I] [client/control.go:168] [c01123ed9fbaccc2] [DTN57CC4444] start proxy success 2025-12-31 21:45:04.621 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2025-12-31 21:45:18.194 [I] [client/service.go:286] [c01123ed9fbaccc2] login to server success, get run id [c01123ed9fbaccc2] 2025-12-31 21:45:18.195 [I] [proxy/proxy_manager.go:173] [c01123ed9fbaccc2] proxy added: [DTN57CC4444] 2025-12-31 21:45:27.652 [I] [client/control.go:168] [c01123ed9fbaccc2] [DTN57CC4444] start proxy success 2025-12-31 21:45:47.478 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2025-12-31 21:45:57.480 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 21:45:57.481 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2025-12-31 21:46:03.798 [I] [client/service.go:286] [c01123ed9fbaccc2] login to server success, get run id [c01123ed9fbaccc2] 2025-12-31 21:46:03.800 [I] [proxy/proxy_manager.go:173] [c01123ed9fbaccc2] proxy added: [DTN57CC4444] 2025-12-31 21:46:06.987 [I] [client/control.go:168] [c01123ed9fbaccc2] [DTN57CC4444] start proxy success [2025-12-31,21:50:17.221] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,21:50:23.802] [DEBUG] 6 processes running of frp type [2025-12-31,22:05:17.101] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,22:05:23.645] [DEBUG] 6 processes running of frp type [2025-12-31,22:20:17.874] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,22: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-31,22:35:18.068] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,22:35:24.607] [DEBUG] 6 processes running of frp type [2025-12-31,22:50:17.717] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,22:50:24.466] [DEBUG] 6 processes running of frp type [2025-12-31,23:05:18.005] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,23:05:24.562] [DEBUG] 6 processes running of frp type [2025-12-31,23:20:17.751] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,23:20:28.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-12-31 23:31:12.864 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2025-12-31 23:31:22.866 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 23:31:22.867 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2025-12-31 23:31:32.869 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 23:31:32.869 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2025-12-31 23:31:42.871 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 23:31:42.872 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2025-12-31 23:31:52.873 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 23:31:52.874 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2025-12-31 23:31:54.020 [I] [client/service.go:286] [c01123ed9fbaccc2] login to server success, get run id [c01123ed9fbaccc2] 2025-12-31 23:31:54.021 [I] [proxy/proxy_manager.go:173] [c01123ed9fbaccc2] proxy added: [DTN57CC4444] 2025-12-31 23:31:54.354 [I] [client/control.go:168] [c01123ed9fbaccc2] [DTN57CC4444] start proxy success [2025-12-31,23:35:17.062] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,23:35:23.590] [DEBUG] 6 processes running of frp type [2025-12-31,23:50:17.640] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2025-12-31,23:50:24.171] [DEBUG] 6 processes running of frp type [2026-01-01,00:05:17.337] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,00:05:23.963] [DEBUG] 6 processes running of frp type [2026-01-01,00:20:17.623] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,00:20:28.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-01-01,00:35:17.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,00:35:24.369] [DEBUG] 6 processes running of frp type [2026-01-01,00:50:17.516] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,00:50:24.079] [DEBUG] 6 processes running of frp type [2026-01-01,01:05:17.422] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,01:05:23.932] [DEBUG] 6 processes running of frp type [2026-01-01,01:20:17.126] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,01: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-01,01:35:17.919] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,01:35:24.411] [DEBUG] 6 processes running of frp type [2026-01-01,01:50:17.429] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,01:50:24.324] [DEBUG] 6 processes running of frp type [2026-01-01,02:05:17.534] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,02:05:24.001] [DEBUG] 6 processes running of frp type [2026-01-01,02:20:17.252] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,02: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-01-01,02:35:17.393] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,02:35:23.961] [DEBUG] 6 processes running of frp type [2026-01-01,02:50:18.069] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,02:50:25.659] [DEBUG] 6 processes running of frp type 2026-01-01 02:52:34.413 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2026-01-01 02:52:38.734 [I] [client/service.go:286] [c01123ed9fbaccc2] login to server success, get run id [c01123ed9fbaccc2] 2026-01-01 02:52:38.735 [I] [proxy/proxy_manager.go:173] [c01123ed9fbaccc2] proxy added: [DTN57CC4444] 2026-01-01 02:52:39.345 [I] [client/control.go:168] [c01123ed9fbaccc2] [DTN57CC4444] start proxy success [2026-01-01,03:05:18.024] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,03:05:24.596] [DEBUG] 6 processes running of frp type 2026-01-01 03:17:20.984 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2026-01-01 03:17:21.928 [I] [client/service.go:286] [c01123ed9fbaccc2] login to server success, get run id [c01123ed9fbaccc2] 2026-01-01 03:17:21.928 [I] [proxy/proxy_manager.go:173] [c01123ed9fbaccc2] proxy added: [DTN57CC4444] 2026-01-01 03:17:22.240 [I] [client/control.go:168] [c01123ed9fbaccc2] [DTN57CC4444] start proxy success [2026-01-01,03:20:17.919] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,03: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-01-01,03:35:17.747] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,03:35:24.217] [DEBUG] 6 processes running of frp type [2026-01-01,03:50:17.252] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,03:50:23.752] [DEBUG] 6 processes running of frp type [2026-01-01,04:05:17.964] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,04:05:24.446] [DEBUG] 6 processes running of frp type 2026-01-01 04:06:37.408 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2026-01-01 04:06:39.234 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 04:06:39.234 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2026-01-01 04:06:39.239 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 04:06:43.818 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2026-01-01 04:06:43.822 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 04:06:53.509 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2026-01-01 04:06:53.514 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 04:07:13.515 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2026-01-01 04:07:13.520 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 04:07:33.521 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2026-01-01 04:07:33.524 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 04:07:53.525 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2026-01-01 04:07:53.531 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 04:08:13.533 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2026-01-01 04:08:13.536 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 04:08:33.538 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2026-01-01 04:08:33.592 [W] [client/service.go:297] [c01123ed9fbaccc2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-01 04:08:53.593 [I] [client/service.go:294] [c01123ed9fbaccc2] try to connect to server... 2026-01-01 04:08:54.985 [I] [client/service.go:286] [c01123ed9fbaccc2] login to server success, get run id [c01123ed9fbaccc2] 2026-01-01 04:08:54.986 [I] [proxy/proxy_manager.go:173] [c01123ed9fbaccc2] proxy added: [DTN57CC4444] 2026-01-01 04:08:55.314 [I] [client/control.go:168] [c01123ed9fbaccc2] [DTN57CC4444] start proxy success [2026-01-01,04:20:17.738] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,04: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-01,04:35:17.908] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,04:35:24.540] [DEBUG] 6 processes running of frp type [2026-01-01,04:50:17.895] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,04:50:26.303] [DEBUG] 6 processes running of frp type [2026-01-01,05:05:17.689] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,05:05:24.255] [DEBUG] 6 processes running of frp type [2026-01-01,05:20:17.696] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,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-01,05:35:17.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,05:35:23.772] [DEBUG] 6 processes running of frp type [2026-01-01,05:50:17.396] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,05:50:24.332] [DEBUG] 6 processes running of frp type [2026-01-01,06:05:17.600] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,06:05:24.624] [DEBUG] 6 processes running of frp type [2026-01-01,06:20:18.659] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,06:20:25.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-01,06:30:41.049] [INFO] Initializing BusSpeedStateManager V2 [2026-01-01,06:30:41.054] [INFO] LocationSqlManager initialising [2026-01-01,06:30:41.054] [INFO] Location DB initialising [2026-01-01,06:30:41.064] [INFO] LocationSqlManager initialisation complete [2026-01-01,06:30:41.065] [DEBUG] UploadManager Init [2026-01-01,06:30:41.065] [DEBUG] UploadManager Init Complete [2026-01-01,06:30:41.068] [INFO] Initializing GPS... [2026-01-01,06:30:41.071] [INFO] Starting location capture [2026-01-01,06:31:46.902] [INFO] Initializing BusSpeedStateManager V2 [2026-01-01,06:31:46.906] [INFO] LocationSqlManager initialising [2026-01-01,06:31:46.907] [INFO] Location DB initialising [2026-01-01,06:31:46.916] [INFO] LocationSqlManager initialisation complete [2026-01-01,06:31:46.917] [DEBUG] UploadManager Init [2026-01-01,06:31:46.917] [DEBUG] UploadManager Init Complete [2026-01-01,06:31:46.920] [INFO] Initializing GPS... [2026-01-01,06:31:46.922] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:50.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,06:33:57.855] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:19.408] [DEBUG] Log Upload Complete! [2026-01-01,06:36:50.760] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,06:36:57.890] [DEBUG] Remote Access Enabled [2026-01-01,06:37:04.530] [INFO] Server Address: 138.201.17.179 [2026-01-01,06:37:04.532] [INFO] Server Port: 7000 [2026-01-01,06:37:04.536] [DEBUG] Starting Remote Access! 2026-01-01 06:37:04.672 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-01 06:37:04.672 [I] [client/service.go:294] try to connect to server... 2026-01-01 06:37:05.637 [I] [client/service.go:286] [2fd9514291df7a93] login to server success, get run id [2fd9514291df7a93] 2026-01-01 06:37:05.639 [I] [proxy/proxy_manager.go:173] [2fd9514291df7a93] proxy added: [DTN57CC4444] 2026-01-01 06:37:06.140 [I] [client/control.go:168] [2fd9514291df7a93] [DTN57CC4444] start proxy success [2026-01-01,06:50:17.072] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,06:50:23.714] [DEBUG] 6 processes running of frp type [2026-01-01,07:05:31.203] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,07:05:37.795] [DEBUG] 6 processes running of frp type [2026-01-01,07:20:17.029] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,07: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' [2026-01-01,07:35:17.402] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,07:35:24.375] [DEBUG] 6 processes running of frp type [2026-01-01,07:50:18.020] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,07:50:59.994] [DEBUG] 6 processes running of frp type [2026-01-01,08:02:17.173] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,08:02:23.767] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:03:27.443] [DEBUG] Log Upload Complete! [2026-01-01,08:05:18.638] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,08:05:25.281] [DEBUG] 6 processes running of frp type [2026-01-01,08:20:17.501] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,08:20:24.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-01-01,08:35:17.908] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,08:35:24.628] [DEBUG] 6 processes running of frp type [2026-01-01,08:50:17.236] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,08:50:24.202] [DEBUG] 6 processes running of frp type [2026-01-01,09:05:17.521] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,09:05:24.373] [DEBUG] 6 processes running of frp type [2026-01-01,09:20:17.867] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,09: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-01,09:35:17.584] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,09:35:24.374] [DEBUG] 6 processes running of frp type [2026-01-01,09:50:18.035] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,09:50:24.732] [DEBUG] 6 processes running of frp type [2026-01-01,10:05:17.017] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,10:05:23.685] [DEBUG] 6 processes running of frp type [2026-01-01,10:20:17.059] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,10: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-01-01,10:35:17.777] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,10:35:24.821] [DEBUG] 6 processes running of frp type [2026-01-01,10:50:17.745] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,10:50:24.707] [DEBUG] 6 processes running of frp type [2026-01-01,11:05:17.699] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,11:05:26.438] [DEBUG] 6 processes running of frp type [2026-01-01,11:20:17.620] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,11: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' [2026-01-01,11:35:18.114] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,11:35:24.951] [DEBUG] 6 processes running of frp type [2026-01-01,11:50:17.926] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,11:50:24.644] [DEBUG] 6 processes running of frp type [2026-01-01,12:05:18.036] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,12:05:24.658] [DEBUG] 6 processes running of frp type [2026-01-01,12:20:18.022] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,12: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' [2026-01-01,12:35:17.558] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,12:35:24.139] [DEBUG] 6 processes running of frp type [2026-01-01,12:50:17.778] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,12:50:24.414] [DEBUG] 6 processes running of frp type [2026-01-01,13:05:17.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,13:05:24.574] [DEBUG] 6 processes running of frp type [2026-01-01,13:20:17.912] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,13: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,13:35:17.134] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,13:35:23.792] [DEBUG] 6 processes running of frp type [2026-01-01,13:50:17.476] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,13:50:24.399] [DEBUG] 6 processes running of frp type [2026-01-01,14:05:17.766] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,14:05:24.410] [DEBUG] 6 processes running of frp type [2026-01-01,14:20:17.722] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,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' [2026-01-01,14:35:17.727] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,14:35:24.690] [DEBUG] 6 processes running of frp type [2026-01-01,14:50:17.734] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,14:50:24.526] [DEBUG] 6 processes running of frp type [2026-01-01,15:05:18.045] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,15:05:25.013] [DEBUG] 6 processes running of frp type [2026-01-01,15:20:17.550] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,15: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-01-01,15:35:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,15:35:24.292] [DEBUG] 6 processes running of frp type [2026-01-01,15:50:17.816] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,15:50:24.550] [DEBUG] 6 processes running of frp type [2026-01-01,16:05:18.286] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,16:05:25.052] [DEBUG] 6 processes running of frp type [2026-01-01,16:20:17.361] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,16: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-01-01,16:35:17.798] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,16:35:24.945] [DEBUG] 6 processes running of frp type [2026-01-01,16:50:17.725] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,16:50:24.489] [DEBUG] 6 processes running of frp type [2026-01-01,17:05:17.956] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,17:05:24.766] [DEBUG] 6 processes running of frp type [2026-01-01,17:20:17.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,17: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-01,17:35:18.054] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,17:35:25.110] [DEBUG] 6 processes running of frp type [2026-01-01,17:50:17.401] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,17:50:24.091] [DEBUG] 6 processes running of frp type [2026-01-01,18:05:17.295] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,18:05:24.286] [DEBUG] 6 processes running of frp type [2026-01-01,18:20:18.189] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,18:20:25.197] [DEBUG] 6 processes running of frp type [2026-01-01,18:25:41.032] [INFO] Initializing BusSpeedStateManager V2 [2026-01-01,18:25:41.038] [INFO] LocationSqlManager initialising [2026-01-01,18:25:41.039] [INFO] Location DB initialising [2026-01-01,18:25:41.050] [INFO] LocationSqlManager initialisation complete [2026-01-01,18:25:41.051] [DEBUG] UploadManager Init [2026-01-01,18:25:41.052] [DEBUG] UploadManager Init Complete [2026-01-01,18:25:41.057] [INFO] Initializing GPS... [2026-01-01,18:25:41.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' [2026-01-01,18:27:44.634] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,18:27:56.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-01-01,18:28:21.888] [DEBUG] Log Upload Complete! [2026-01-01,18:30:39.846] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,18:30:46.488] [DEBUG] Remote Access Enabled [2026-01-01,18:30:53.148] [INFO] Server Address: 138.201.17.179 [2026-01-01,18:30:53.149] [INFO] Server Port: 7000 [2026-01-01,18:30:53.154] [DEBUG] Starting Remote Access! 2026-01-01 18:30:53.285 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-01 18:30:53.286 [I] [client/service.go:294] try to connect to server... 2026-01-01 18:30:54.317 [I] [client/service.go:286] [dc64ffc5a349f59e] login to server success, get run id [dc64ffc5a349f59e] 2026-01-01 18:30:54.318 [I] [proxy/proxy_manager.go:173] [dc64ffc5a349f59e] proxy added: [DTN57CC4444] 2026-01-01 18:30:54.629 [I] [client/control.go:168] [dc64ffc5a349f59e] [DTN57CC4444] start proxy success [2026-01-01,18:35:17.092] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,18:35:23.770] [DEBUG] 6 processes running of frp type [2026-01-01,18:50:17.602] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,18:50:24.484] [DEBUG] 6 processes running of frp type [2026-01-01,19:05:18.220] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,19:05:25.276] [DEBUG] 6 processes running of frp type [2026-01-01,19:20:17.612] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,19:20:25.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-01-01,19:35:17.466] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,19:35:24.019] [DEBUG] 6 processes running of frp type [2026-01-01,19:50:18.128] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,19:50:25.967] [DEBUG] 6 processes running of frp type [2026-01-01,20:05:17.317] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,20:05:23.970] [DEBUG] 6 processes running of frp type [2026-01-01,20:20:17.136] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,20: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-01,20:35:17.879] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,20:35:34.082] [DEBUG] 6 processes running of frp type [2026-01-01,20:50:17.394] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-01-01 20:50:34.083 [I] [client/service.go:294] [dc64ffc5a349f59e] try to connect to server... [2026-01-01,20:50:35.420] [DEBUG] 6 processes running of frp type 2026-01-01 20:50:35.421 [I] [client/service.go:286] [dc64ffc5a349f59e] login to server success, get run id [dc64ffc5a349f59e] 2026-01-01 20:50:35.422 [I] [proxy/proxy_manager.go:173] [dc64ffc5a349f59e] proxy added: [DTN57CC4444] 2026-01-01 20:50:35.729 [I] [client/control.go:168] [dc64ffc5a349f59e] [DTN57CC4444] start proxy success [2026-01-01,21:05:18.191] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,21:05:25.842] [DEBUG] 6 processes running of frp type [2026-01-01,21:20:17.191] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,21: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-01,21:35:18.244] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,21:35:25.158] [DEBUG] 6 processes running of frp type [2026-01-01,21:50:17.210] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,21:50:23.877] [DEBUG] 6 processes running of frp type [2026-01-01,22:05:17.110] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,22:05:23.794] [DEBUG] 6 processes running of frp type 2026-01-01 22:18:38.192 [I] [client/service.go:294] [dc64ffc5a349f59e] try to connect to server... 2026-01-01 22:18:39.079 [I] [client/service.go:286] [dc64ffc5a349f59e] login to server success, get run id [dc64ffc5a349f59e] 2026-01-01 22:18:39.079 [I] [proxy/proxy_manager.go:173] [dc64ffc5a349f59e] proxy added: [DTN57CC4444] 2026-01-01 22:18:39.384 [I] [client/control.go:168] [dc64ffc5a349f59e] [DTN57CC4444] start proxy success [2026-01-01,22:20:16.972] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,22:20:23.502] [DEBUG] 6 processes running of frp type 2026-01-01 22:22:20.683 [I] [client/service.go:294] [dc64ffc5a349f59e] try to connect to server... 2026-01-01 22:22:21.727 [I] [client/service.go:286] [dc64ffc5a349f59e] login to server success, get run id [dc64ffc5a349f59e] 2026-01-01 22:22:21.728 [I] [proxy/proxy_manager.go:173] [dc64ffc5a349f59e] proxy added: [DTN57CC4444] 2026-01-01 22:22:22.060 [I] [client/control.go:168] [dc64ffc5a349f59e] [DTN57CC4444] 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,22:35:17.265] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,22:35:24.005] [DEBUG] 6 processes running of frp type [2026-01-01,22:50:18.054] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,22:50:24.818] [DEBUG] 6 processes running of frp type 2026-01-01 23:00:36.314 [I] [client/service.go:294] [dc64ffc5a349f59e] try to connect to server... 2026-01-01 23:00:37.639 [I] [client/service.go:286] [dc64ffc5a349f59e] login to server success, get run id [dc64ffc5a349f59e] 2026-01-01 23:00:37.640 [I] [proxy/proxy_manager.go:173] [dc64ffc5a349f59e] proxy added: [DTN57CC4444] 2026-01-01 23:00:38.742 [I] [client/control.go:168] [dc64ffc5a349f59e] [DTN57CC4444] start proxy success [2026-01-01,23:05:17.518] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,23:05:24.408] [DEBUG] 6 processes running of frp type [2026-01-01,23:20:17.784] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,23: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-01,23:35:17.847] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,23:35:25.100] [DEBUG] 6 processes running of frp type [2026-01-01,23:50:17.321] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-01,23:50:23.942] [DEBUG] 6 processes running of frp type [2026-01-02,00:05:18.468] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-01-02 00:05:20.393 [I] [client/service.go:294] [dc64ffc5a349f59e] try to connect to server... 2026-01-02 00:05:21.374 [I] [client/service.go:286] [dc64ffc5a349f59e] login to server success, get run id [dc64ffc5a349f59e] 2026-01-02 00:05:21.374 [I] [proxy/proxy_manager.go:173] [dc64ffc5a349f59e] proxy added: [DTN57CC4444] 2026-01-02 00:05:21.705 [I] [client/control.go:168] [dc64ffc5a349f59e] [DTN57CC4444] start proxy success [2026-01-02,00:05:25.629] [DEBUG] 6 processes running of frp type [2026-01-02,00:20:17.796] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,00: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-02,00:35:17.792] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,00:35:24.513] [DEBUG] 6 processes running of frp type [2026-01-02,00:50:17.618] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,00:50:24.458] [DEBUG] 6 processes running of frp type [2026-01-02,01:05:17.675] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,01:05:24.232] [DEBUG] 6 processes running of frp type [2026-01-02,01:20:17.423] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,01:20:24.016] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:31:44.015 [I] [client/service.go:294] [dc64ffc5a349f59e] try to connect to server... 2026-01-02 01:31:54.582 [W] [client/service.go:297] [dc64ffc5a349f59e] connect to server error: connection write timeout 2026-01-02 01:31:54.583 [I] [client/service.go:294] [dc64ffc5a349f59e] try to connect to server... 2026-01-02 01:31:57.007 [I] [client/service.go:286] [dc64ffc5a349f59e] login to server success, get run id [dc64ffc5a349f59e] 2026-01-02 01:31:57.007 [I] [proxy/proxy_manager.go:173] [dc64ffc5a349f59e] proxy added: [DTN57CC4444] 2026-01-02 01:32:05.491 [I] [client/control.go:168] [dc64ffc5a349f59e] [DTN57CC4444] start proxy success [2026-01-02,01:35:17.524] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,01:35:24.302] [DEBUG] 6 processes running of frp type 2026-01-02 01:40:52.644 [I] [client/service.go:294] [dc64ffc5a349f59e] try to connect to server... 2026-01-02 01:41:02.647 [W] [client/service.go:297] [dc64ffc5a349f59e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 01:41:02.648 [I] [client/service.go:294] [dc64ffc5a349f59e] try to connect to server... 2026-01-02 01:41:12.650 [W] [client/service.go:297] [dc64ffc5a349f59e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 01:41:12.651 [I] [client/service.go:294] [dc64ffc5a349f59e] try to connect to server... 2026-01-02 01:41:14.608 [I] [client/service.go:286] [dc64ffc5a349f59e] login to server success, get run id [dc64ffc5a349f59e] 2026-01-02 01:41:14.610 [I] [proxy/proxy_manager.go:173] [dc64ffc5a349f59e] proxy added: [DTN57CC4444] 2026-01-02 01:41:14.910 [I] [client/control.go:168] [dc64ffc5a349f59e] [DTN57CC4444] start proxy success [2026-01-02,01:50:17.935] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,01:50:24.536] [DEBUG] 6 processes running of frp type [2026-01-02,02:05:17.799] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,02:05:24.245] [DEBUG] 6 processes running of frp type [2026-01-02,02:20:17.393] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,02: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-01-02,02:35:17.405] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,02:35:24.101] [DEBUG] 6 processes running of frp type [2026-01-02,02:50:17.307] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,02:50:23.759] [DEBUG] 6 processes running of frp type [2026-01-02,03:05:17.955] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,03:05:24.461] [DEBUG] 6 processes running of frp type [2026-01-02,03:20:17.658] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,03: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-01-02,03:35:17.543] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,03:35:24.089] [DEBUG] 6 processes running of frp type [2026-01-02,03:50:17.331] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,03:50:23.855] [DEBUG] 6 processes running of frp type [2026-01-02,04:05:17.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,04:05:23.667] [DEBUG] 6 processes running of frp type 2026-01-02 04:06:44.980 [I] [client/service.go:294] [dc64ffc5a349f59e] try to connect to server... 2026-01-02 04:06:45.869 [I] [client/service.go:286] [dc64ffc5a349f59e] login to server success, get run id [dc64ffc5a349f59e] 2026-01-02 04:06:45.871 [I] [proxy/proxy_manager.go:173] [dc64ffc5a349f59e] proxy added: [DTN57CC4444] 2026-01-02 04:06:46.165 [I] [client/control.go:168] [dc64ffc5a349f59e] [DTN57CC4444] start proxy success [2026-01-02,04:20:17.987] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,04: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-01-02,04:35:17.852] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,04:35:24.406] [DEBUG] 6 processes running of frp type [2026-01-02,04:50:17.412] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,04:50:24.651] [DEBUG] 6 processes running of frp type [2026-01-02,05:05:18.375] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,05:05:24.886] [DEBUG] 6 processes running of frp type [2026-01-02,05:20:17.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,05: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,05:35:17.958] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,05:35:24.757] [DEBUG] 6 processes running of frp type [2026-01-02,05:50:17.519] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,05:50:24.196] [DEBUG] 6 processes running of frp type [2026-01-02,06:05:17.844] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,06:05:25.967] [DEBUG] 6 processes running of frp type [2026-01-02,06:20:17.176] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,06: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-02,06:30:41.995] [INFO] Initializing BusSpeedStateManager V2 [2026-01-02,06:30:41.999] [INFO] LocationSqlManager initialising [2026-01-02,06:30:42.000] [INFO] Location DB initialising [2026-01-02,06:30:42.010] [INFO] LocationSqlManager initialisation complete [2026-01-02,06:30:42.010] [DEBUG] UploadManager Init [2026-01-02,06:30:42.011] [DEBUG] UploadManager Init Complete [2026-01-02,06:30:42.013] [INFO] Initializing GPS... [2026-01-02,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' [2026-01-02,06:32:45.238] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,06:32:51.860] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:04.905] [DEBUG] Log Upload Complete! [2026-01-02,06:35:45.219] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,06:35:51.855] [DEBUG] Remote Access Enabled [2026-01-02,06:35:58.144] [INFO] Server Address: 138.201.17.179 [2026-01-02,06:35:58.145] [INFO] Server Port: 7000 [2026-01-02,06:35:58.150] [DEBUG] Starting Remote Access! 2026-01-02 06:35:58.282 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-02 06:35:58.283 [I] [client/service.go:294] try to connect to server... 2026-01-02 06:35:59.221 [I] [client/service.go:286] [422de3718eacb765] login to server success, get run id [422de3718eacb765] 2026-01-02 06:35:59.222 [I] [proxy/proxy_manager.go:173] [422de3718eacb765] proxy added: [DTN57CC4444] 2026-01-02 06:35:59.525 [I] [client/control.go:168] [422de3718eacb765] [DTN57CC4444] start proxy success [2026-01-02,06:50:17.488] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,06:50:24.162] [DEBUG] 6 processes running of frp type [2026-01-02,07:05:17.476] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,07:05:27.033] [DEBUG] 6 processes running of frp type [2026-01-02,07:20:17.258] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,07: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-01-02,07:35:17.715] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,07:35:24.272] [DEBUG] 6 processes running of frp type [2026-01-02,07:50:17.433] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,07:50:27.557] [DEBUG] 6 processes running of frp type [2026-01-02,08:02:17.790] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,08:02:24.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( [2026-01-02,08:02:38.639] [DEBUG] Log Upload Complete! [2026-01-02,08:05:18.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,08:05:24.714] [DEBUG] 6 processes running of frp type [2026-01-02,08:20:18.080] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,08: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-01-02,08:35:20.512] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,08:35:28.121] [DEBUG] 6 processes running of frp type 2026-01-02 08:38:58.288 [I] [client/service.go:294] [422de3718eacb765] try to connect to server... 2026-01-02 08:39:08.290 [W] [client/service.go:297] [422de3718eacb765] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 08:39:08.291 [I] [client/service.go:294] [422de3718eacb765] try to connect to server... 2026-01-02 08:39:18.293 [W] [client/service.go:297] [422de3718eacb765] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 08:39:18.293 [I] [client/service.go:294] [422de3718eacb765] try to connect to server... 2026-01-02 08:39:28.296 [W] [client/service.go:297] [422de3718eacb765] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 08:39:28.297 [I] [client/service.go:294] [422de3718eacb765] try to connect to server... 2026-01-02 08:39:29.780 [I] [client/service.go:286] [422de3718eacb765] login to server success, get run id [422de3718eacb765] 2026-01-02 08:39:29.781 [I] [proxy/proxy_manager.go:173] [422de3718eacb765] proxy added: [DTN57CC4444] 2026-01-02 08:39:30.080 [I] [client/control.go:168] [422de3718eacb765] [DTN57CC4444] start proxy success [2026-01-02,08:50:17.236] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,08:50:26.454] [DEBUG] 6 processes running of frp type [2026-01-02,09:05:17.825] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,09:05:24.398] [DEBUG] 6 processes running of frp type [2026-01-02,09:20:17.679] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,09: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-01-02,09:35:18.071] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,09:35:24.648] [DEBUG] 6 processes running of frp type [2026-01-02,09:50:17.142] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,09:50:24.412] [DEBUG] 6 processes running of frp type [2026-01-02,10:05:17.723] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,10:05:24.363] [DEBUG] 6 processes running of frp type [2026-01-02,10:20:17.697] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,10: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-02,10:35:18.088] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,10:35:25.313] [DEBUG] 6 processes running of frp type 2026-01-02 10:38:14.647 [I] [client/service.go:294] [422de3718eacb765] try to connect to server... 2026-01-02 10:38:15.684 [I] [client/service.go:286] [422de3718eacb765] login to server success, get run id [422de3718eacb765] 2026-01-02 10:38:15.685 [I] [proxy/proxy_manager.go:173] [422de3718eacb765] proxy added: [DTN57CC4444] 2026-01-02 10:38:16.023 [I] [client/control.go:168] [422de3718eacb765] [DTN57CC4444] start proxy success [2026-01-02,10:50:17.485] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,10:50:24.689] [DEBUG] 6 processes running of frp type [2026-01-02,11:05:18.172] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,11:05:25.507] [DEBUG] 6 processes running of frp type [2026-01-02,11:20:17.877] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,11: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-02,11:35:18.609] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,11:35:41.463] [DEBUG] 6 processes running of frp type [2026-01-02,11:50:18.186] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,11:50:26.709] [DEBUG] 6 processes running of frp type 2026-01-02 11:55:30.866 [I] [client/service.go:294] [422de3718eacb765] try to connect to server... 2026-01-02 11:55:41.542 [W] [client/service.go:297] [422de3718eacb765] connect to server error: connection write timeout 2026-01-02 11:55:41.543 [I] [client/service.go:294] [422de3718eacb765] try to connect to server... 2026-01-02 11:55:42.536 [I] [client/service.go:286] [422de3718eacb765] login to server success, get run id [422de3718eacb765] 2026-01-02 11:55:42.538 [I] [proxy/proxy_manager.go:173] [422de3718eacb765] proxy added: [DTN57CC4444] 2026-01-02 11:55:42.839 [I] [client/control.go:168] [422de3718eacb765] [DTN57CC4444] start proxy success [2026-01-02,12:05:16.996] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,12:05:28.809] [DEBUG] 6 processes running of frp type 2026-01-02 12:06:51.239 [I] [client/service.go:294] [422de3718eacb765] try to connect to server... 2026-01-02 12:06:52.163 [I] [client/service.go:286] [422de3718eacb765] login to server success, get run id [422de3718eacb765] 2026-01-02 12:06:52.164 [I] [proxy/proxy_manager.go:173] [422de3718eacb765] proxy added: [DTN57CC4444] 2026-01-02 12:06:52.462 [I] [client/control.go:168] [422de3718eacb765] [DTN57CC4444] start proxy success [2026-01-02,12:20:17.223] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,12:20:30.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-01-02,12:35:16.912] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,12:35:23.561] [DEBUG] 6 processes running of frp type [2026-01-02,12:50:17.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,12:50:24.669] [DEBUG] 6 processes running of frp type [2026-01-02,13:05:18.263] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,13:05:24.973] [DEBUG] 6 processes running of frp type [2026-01-02,13:20:17.483] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,13:20:24.089] [DEBUG] 6 processes running of frp type 2026-01-02 13:21:13.133 [I] [client/service.go:294] [422de3718eacb765] try to connect to server... 2026-01-02 13:21:23.135 [W] [client/service.go:297] [422de3718eacb765] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 13:21:23.136 [I] [client/service.go:294] [422de3718eacb765] try to connect to server... 2026-01-02 13:21:33.138 [W] [client/service.go:297] [422de3718eacb765] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 13:21:33.139 [I] [client/service.go:294] [422de3718eacb765] try to connect to server... 2026-01-02 13:21:43.853 [I] [client/service.go:286] [422de3718eacb765] login to server success, get run id [422de3718eacb765] 2026-01-02 13:21:43.854 [I] [proxy/proxy_manager.go:173] [422de3718eacb765] proxy added: [DTN57CC4444] 2026-01-02 13:21:44.246 [I] [client/control.go:168] [422de3718eacb765] [DTN57CC4444] start proxy success 2026-01-02 13:23:24.343 [I] [client/service.go:294] [422de3718eacb765] try to connect to server... 2026-01-02 13:23:25.299 [I] [client/service.go:286] [422de3718eacb765] login to server success, get run id [422de3718eacb765] 2026-01-02 13:23:25.300 [I] [proxy/proxy_manager.go:173] [422de3718eacb765] proxy added: [DTN57CC4444] 2026-01-02 13:23:25.606 [I] [client/control.go:168] [422de3718eacb765] [DTN57CC4444] start proxy success 2026-01-02 13:24:04.669 [I] [client/service.go:294] [422de3718eacb765] try to connect to server... 2026-01-02 13:24:05.553 [I] [client/service.go:286] [422de3718eacb765] login to server success, get run id [422de3718eacb765] 2026-01-02 13:24:05.554 [I] [proxy/proxy_manager.go:173] [422de3718eacb765] proxy added: [DTN57CC4444] 2026-01-02 13:24:05.871 [I] [client/control.go:168] [422de3718eacb765] [DTN57CC4444] 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,13:35:18.013] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,13:35:24.629] [DEBUG] 6 processes running of frp type [2026-01-02,13:50:17.130] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,13:50:23.725] [DEBUG] 6 processes running of frp type [2026-01-02,14:05:17.414] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,14:05:24.069] [DEBUG] 6 processes running of frp type [2026-01-02,14:20:22.273] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,14:20:29.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' [2026-01-02,14:35:17.256] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,14:35:23.882] [DEBUG] 6 processes running of frp type [2026-01-02,14:50:17.462] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,14:50:24.060] [DEBUG] 6 processes running of frp type [2026-01-02,15:05:17.513] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,15:05:24.066] [DEBUG] 6 processes running of frp type [2026-01-02,15:20:17.472] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,15:20:24.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-02,15:35:18.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,15:35:24.576] [DEBUG] 6 processes running of frp type [2026-01-02,15:50:17.040] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,15:50:23.648] [DEBUG] 6 processes running of frp type [2026-01-02,16:05:18.114] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,16:05:24.706] [DEBUG] 6 processes running of frp type [2026-01-02,16:20:16.965] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,16:20:28.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-01-02,16:35:17.496] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,16:35:25.988] [DEBUG] 6 processes running of frp type [2026-01-02,16:50:17.805] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,16:50:24.351] [DEBUG] 6 processes running of frp type [2026-01-02,17:05:17.754] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,17:05:24.394] [DEBUG] 6 processes running of frp type [2026-01-02,17:20:17.702] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,17: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-02,17:35:17.255] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,17:35:23.838] [DEBUG] 6 processes running of frp type [2026-01-02,17:50:17.511] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,17:50:24.095] [DEBUG] 6 processes running of frp type [2026-01-02,18:05:17.463] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,18:05:24.102] [DEBUG] 6 processes running of frp type [2026-01-02,18:20:17.224] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,18:20:23.953] [DEBUG] 6 processes running of frp type [2026-01-02,18:25:41.032] [INFO] Initializing BusSpeedStateManager V2 [2026-01-02,18:25:41.038] [INFO] LocationSqlManager initialising [2026-01-02,18:25:41.039] [INFO] Location DB initialising [2026-01-02,18:25:41.053] [INFO] LocationSqlManager initialisation complete [2026-01-02,18:25:41.055] [DEBUG] UploadManager Init [2026-01-02,18:25:41.056] [DEBUG] UploadManager Init Complete [2026-01-02,18:25:41.061] [INFO] Initializing GPS... [2026-01-02,18:25:41.064] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.719] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,18:27:57.347] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:06.891] [DEBUG] Log Upload Complete! [2026-01-02,18:30:44.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,18:30:51.374] [DEBUG] Remote Access Enabled [2026-01-02,18:30:57.574] [INFO] Server Address: 138.201.17.179 [2026-01-02,18:30:57.575] [INFO] Server Port: 7000 [2026-01-02,18:30:57.580] [DEBUG] Starting Remote Access! 2026-01-02 18:30:57.714 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-02 18:30:57.715 [I] [client/service.go:294] try to connect to server... 2026-01-02 18:30:58.614 [I] [client/service.go:286] [ad3be4546edf1ab4] login to server success, get run id [ad3be4546edf1ab4] 2026-01-02 18:30:58.615 [I] [proxy/proxy_manager.go:173] [ad3be4546edf1ab4] proxy added: [DTN57CC4444] 2026-01-02 18:30:58.914 [I] [client/control.go:168] [ad3be4546edf1ab4] [DTN57CC4444] start proxy success [2026-01-02,18:35:17.156] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,18:35:23.824] [DEBUG] 6 processes running of frp type [2026-01-02,18:50:18.177] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,18:50:24.716] [DEBUG] 6 processes running of frp type [2026-01-02,19:05:16.969] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,19:05:23.618] [DEBUG] 6 processes running of frp type [2026-01-02,19:20:18.851] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,19:20:25.432] [DEBUG] 6 processes running of frp type 2026-01-02 19:25:42.422 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 19:25:52.425 [W] [client/service.go:297] [ad3be4546edf1ab4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:25:52.425 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 19:26:02.426 [W] [client/service.go:297] [ad3be4546edf1ab4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:26:02.426 [I] [client/service.go:294] [ad3be4546edf1ab4] 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:12.428 [W] [client/service.go:297] [ad3be4546edf1ab4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:26:12.429 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 19:26:22.430 [W] [client/service.go:297] [ad3be4546edf1ab4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:26:22.431 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 19:26:32.433 [W] [client/service.go:297] [ad3be4546edf1ab4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:26:52.434 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 19:26:53.416 [I] [client/service.go:286] [ad3be4546edf1ab4] login to server success, get run id [ad3be4546edf1ab4] 2026-01-02 19:26:53.417 [I] [proxy/proxy_manager.go:173] [ad3be4546edf1ab4] proxy added: [DTN57CC4444] 2026-01-02 19:26:53.762 [I] [client/control.go:168] [ad3be4546edf1ab4] [DTN57CC4444] start proxy success 2026-01-02 19:30:35.901 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 19:30:37.744 [I] [client/service.go:286] [ad3be4546edf1ab4] login to server success, get run id [ad3be4546edf1ab4] 2026-01-02 19:30:37.746 [I] [proxy/proxy_manager.go:173] [ad3be4546edf1ab4] proxy added: [DTN57CC4444] 2026-01-02 19:30:37.960 [I] [client/control.go:168] [ad3be4546edf1ab4] [DTN57CC4444] start proxy success [2026-01-02,19:35:17.779] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,19:35:24.424] [DEBUG] 6 processes running of frp type [2026-01-02,19:50:17.292] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,19:50:23.866] [DEBUG] 6 processes running of frp type 2026-01-02 19:57:01.941 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 19:57:11.942 [W] [client/service.go:297] [ad3be4546edf1ab4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:57:11.943 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 19:57:20.007 [I] [client/service.go:286] [ad3be4546edf1ab4] login to server success, get run id [ad3be4546edf1ab4] 2026-01-02 19:57:20.009 [I] [proxy/proxy_manager.go:173] [ad3be4546edf1ab4] proxy added: [DTN57CC4444] 2026-01-02 19:57:20.232 [I] [client/control.go:168] [ad3be4546edf1ab4] [DTN57CC4444] start proxy success 2026-01-02 20:03:32.564 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 20:03:42.565 [W] [client/service.go:297] [ad3be4546edf1ab4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:03:42.566 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 20:03:52.567 [W] [client/service.go:297] [ad3be4546edf1ab4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:03:52.568 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 20:03:53.572 [I] [client/service.go:286] [ad3be4546edf1ab4] login to server success, get run id [ad3be4546edf1ab4] 2026-01-02 20:03:53.574 [I] [proxy/proxy_manager.go:173] [ad3be4546edf1ab4] proxy added: [DTN57CC4444] 2026-01-02 20:03:53.875 [I] [client/control.go:168] [ad3be4546edf1ab4] [DTN57CC4444] start proxy success [2026-01-02,20:05:17.321] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,20:05:23.850] [DEBUG] 6 processes running of frp type 2026-01-02 20:06:54.643 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 20:06:55.508 [I] [client/service.go:286] [ad3be4546edf1ab4] login to server success, get run id [ad3be4546edf1ab4] 2026-01-02 20:06:55.509 [I] [proxy/proxy_manager.go:173] [ad3be4546edf1ab4] proxy added: [DTN57CC4444] 2026-01-02 20:06:55.812 [I] [client/control.go:168] [ad3be4546edf1ab4] [DTN57CC4444] start proxy success 2026-01-02 20:09:36.161 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 20:09:46.162 [W] [client/service.go:297] [ad3be4546edf1ab4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:09:46.163 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 20:09:56.164 [W] [client/service.go:297] [ad3be4546edf1ab4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:09:56.165 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 20:10:04.186 [I] [client/service.go:286] [ad3be4546edf1ab4] login to server success, get run id [ad3be4546edf1ab4] 2026-01-02 20:10:04.188 [I] [proxy/proxy_manager.go:173] [ad3be4546edf1ab4] proxy added: [DTN57CC4444] 2026-01-02 20:10:04.415 [I] [client/control.go:168] [ad3be4546edf1ab4] [DTN57CC4444] start proxy success [2026-01-02,20:20:17.142] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-01-02 20:20:19.478 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... [2026-01-02,20:20:23.962] [DEBUG] 6 processes running of frp type 2026-01-02 20:20:29.479 [W] [client/service.go:297] [ad3be4546edf1ab4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:20:29.480 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-02 20:20:39.723 [I] [client/service.go:286] [ad3be4546edf1ab4] login to server success, get run id [ad3be4546edf1ab4] 2026-01-02 20:20:39.724 [I] [proxy/proxy_manager.go:173] [ad3be4546edf1ab4] proxy added: [DTN57CC4444] 2026-01-02 20:20:39.975 [I] [client/control.go:168] [ad3be4546edf1ab4] [DTN57CC4444] 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.776] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,20:35:25.691] [DEBUG] 6 processes running of frp type [2026-01-02,20:50:17.879] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,20:50:28.629] [DEBUG] 6 processes running of frp type [2026-01-02,21:05:18.015] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,21:05:25.057] [DEBUG] 6 processes running of frp type [2026-01-02,21:20:17.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,21: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-01-02,21:35:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,21:35:24.552] [DEBUG] 6 processes running of frp type [2026-01-02,21:50:17.713] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,21:50:24.398] [DEBUG] 6 processes running of frp type [2026-01-02,22:05:18.069] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,22:05:31.962] [DEBUG] 6 processes running of frp type [2026-01-02,22:20:17.157] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,22:20:23.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-02,22:35:17.357] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,22:35:24.380] [DEBUG] 6 processes running of frp type [2026-01-02,22:50:17.700] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,22:50:24.191] [DEBUG] 6 processes running of frp type [2026-01-02,23:05:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,23:05:24.021] [DEBUG] 6 processes running of frp type [2026-01-02,23:20:17.318] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,23:20:26.653] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:18.180] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,23:35:24.826] [DEBUG] 6 processes running of frp type [2026-01-02,23:50:18.032] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-02,23:50:24.513] [DEBUG] 6 processes running of frp type [2026-01-03,00:05:17.681] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,00:05:24.363] [DEBUG] 6 processes running of frp type [2026-01-03,00:20:19.732] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,00:20:26.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-01-03,00:35:17.615] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,00:35:24.539] [DEBUG] 6 processes running of frp type [2026-01-03,00:50:18.086] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,00:50:24.596] [DEBUG] 6 processes running of frp type [2026-01-03,01:05:17.818] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,01:05:24.381] [DEBUG] 6 processes running of frp type [2026-01-03,01:20:18.710] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,01:20:25.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-01-03,01:35:17.561] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,01:35:24.027] [DEBUG] 6 processes running of frp type [2026-01-03,01:50:16.998] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,01:50:27.151] [DEBUG] 6 processes running of frp type [2026-01-03,02:05:17.345] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,02:05:23.893] [DEBUG] 6 processes running of frp type [2026-01-03,02:20:17.067] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,02: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-03,02:35:17.339] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,02:35:23.860] [DEBUG] 6 processes running of frp type [2026-01-03,02:50:18.094] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,02:50:24.970] [DEBUG] 6 processes running of frp type 2026-01-03 02:58:37.232 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-03 02:58:47.233 [W] [client/service.go:297] [ad3be4546edf1ab4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 02:58:47.234 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-03 02:59:06.755 [W] [client/service.go:297] [ad3be4546edf1ab4] connect to server error: i/o deadline reached 2026-01-03 02:59:06.756 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-03 02:59:12.412 [I] [client/service.go:286] [ad3be4546edf1ab4] login to server success, get run id [ad3be4546edf1ab4] 2026-01-03 02:59:12.413 [I] [proxy/proxy_manager.go:173] [ad3be4546edf1ab4] proxy added: [DTN57CC4444] 2026-01-03 02:59:12.818 [I] [client/control.go:168] [ad3be4546edf1ab4] [DTN57CC4444] start proxy success [2026-01-03,03:05:17.187] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,03:05:23.750] [DEBUG] 6 processes running of frp type [2026-01-03,03:20:16.985] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,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-03,03:35:17.819] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,03:35:24.346] [DEBUG] 6 processes running of frp type [2026-01-03,03:50:17.498] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,03:50:24.043] [DEBUG] 6 processes running of frp type [2026-01-03,04:05:17.547] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,04:05:24.122] [DEBUG] 6 processes running of frp type 2026-01-03 04:06:39.310 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-03 04:06:49.311 [W] [client/service.go:297] [ad3be4546edf1ab4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 04:06:49.312 [I] [client/service.go:294] [ad3be4546edf1ab4] try to connect to server... 2026-01-03 04:06:59.647 [I] [client/service.go:286] [ad3be4546edf1ab4] login to server success, get run id [ad3be4546edf1ab4] 2026-01-03 04:06:59.648 [I] [proxy/proxy_manager.go:173] [ad3be4546edf1ab4] proxy added: [DTN57CC4444] 2026-01-03 04:06:59.952 [I] [client/control.go:168] [ad3be4546edf1ab4] [DTN57CC4444] start proxy success [2026-01-03,04:20:17.319] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,04: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-03,04:35:17.256] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,04:35:23.811] [DEBUG] 6 processes running of frp type [2026-01-03,04:50:17.412] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,04:50:24.003] [DEBUG] 6 processes running of frp type [2026-01-03,05:05:17.306] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,05:05:23.890] [DEBUG] 6 processes running of frp type [2026-01-03,05:20:17.075] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,05: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-03,05:35:17.726] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,05:35:24.318] [DEBUG] 6 processes running of frp type [2026-01-03,05:50:18.339] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,05:50:26.084] [DEBUG] 6 processes running of frp type [2026-01-03,06:05:17.466] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,06:05:24.044] [DEBUG] 6 processes running of frp type [2026-01-03,06:20:17.422] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,06: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-01-03,06:30:40.582] [INFO] Initializing BusSpeedStateManager V2 [2026-01-03,06:30:40.588] [INFO] LocationSqlManager initialising [2026-01-03,06:30:40.588] [INFO] Location DB initialising [2026-01-03,06:30:40.598] [INFO] LocationSqlManager initialisation complete [2026-01-03,06:30:40.599] [DEBUG] UploadManager Init [2026-01-03,06:30:40.599] [DEBUG] UploadManager Init Complete [2026-01-03,06:30:40.603] [INFO] Initializing GPS... [2026-01-03,06:30:40.605] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:49.539] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,06:32:56.434] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:07.217] [DEBUG] Log Upload Complete! [2026-01-03,06:35:44.603] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,06:35:51.114] [DEBUG] Remote Access Enabled [2026-01-03,06:35:58.374] [INFO] Server Address: 138.201.17.179 [2026-01-03,06:35:58.375] [INFO] Server Port: 7000 [2026-01-03,06:35:58.380] [DEBUG] Starting Remote Access! 2026-01-03 06:35:58.520 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-03 06:35:58.521 [I] [client/service.go:294] try to connect to server... 2026-01-03 06:35:59.403 [I] [client/service.go:286] [3aded079f7c2cb7f] login to server success, get run id [3aded079f7c2cb7f] 2026-01-03 06:35:59.404 [I] [proxy/proxy_manager.go:173] [3aded079f7c2cb7f] proxy added: [DTN57CC4444] 2026-01-03 06:35:59.713 [I] [client/control.go:168] [3aded079f7c2cb7f] [DTN57CC4444] start proxy success [2026-01-03,06:50:17.365] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,06:50:23.975] [DEBUG] 6 processes running of frp type [2026-01-03,07:05:20.382] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,07:05:27.315] [DEBUG] 6 processes running of frp type [2026-01-03,07:20:17.727] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,07: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-01-03,07:35:17.579] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,07:35:24.445] [DEBUG] 6 processes running of frp type [2026-01-03,07:50:18.316] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,07:50:24.832] [DEBUG] 6 processes running of frp type 2026-01-03 08:01:52.844 [I] [client/service.go:294] [3aded079f7c2cb7f] try to connect to server... 2026-01-03 08:02:02.848 [W] [client/service.go:297] [3aded079f7c2cb7f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 08:02:02.849 [I] [client/service.go:294] [3aded079f7c2cb7f] try to connect to server... 2026-01-03 08:02:07.225 [I] [client/service.go:286] [3aded079f7c2cb7f] login to server success, get run id [3aded079f7c2cb7f] 2026-01-03 08:02:07.226 [I] [proxy/proxy_manager.go:173] [3aded079f7c2cb7f] proxy added: [DTN57CC4444] 2026-01-03 08:02:07.816 [I] [client/control.go:168] [3aded079f7c2cb7f] [DTN57CC4444] start proxy success [2026-01-03,08:02:17.220] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,08:02:28.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( 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-01-03,08:05:17.351] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,08:05:24.082] [DEBUG] 6 processes running of frp type [2026-01-03,08:20:17.423] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,08: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-01-03,08:35:17.974] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,08:35:31.965] [DEBUG] 6 processes running of frp type [2026-01-03,08:50:18.215] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,08:50:56.568] [DEBUG] 6 processes running of frp type [2026-01-03,09:05:18.136] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,09:05:24.892] [DEBUG] 6 processes running of frp type [2026-01-03,09:20:17.437] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,09: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-01-03,09:35:17.840] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,09:35:24.372] [DEBUG] 6 processes running of frp type [2026-01-03,09:50:17.095] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,09:50:23.619] [DEBUG] 6 processes running of frp type [2026-01-03,10:05:17.825] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,10:05:24.398] [DEBUG] 6 processes running of frp type [2026-01-03,10:20:17.906] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,10: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-01-03,10:35:17.537] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,10:35:24.544] [DEBUG] 6 processes running of frp type [2026-01-03,10:50:18.678] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,10:50:25.353] [DEBUG] 6 processes running of frp type [2026-01-03,11:05:18.253] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,11:05:25.110] [DEBUG] 6 processes running of frp type [2026-01-03,11:20:17.332] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,11: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-01-03,11:35:17.303] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,11:35:24.137] [DEBUG] 6 processes running of frp type [2026-01-03,11:50:17.564] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,11:50:24.185] [DEBUG] 6 processes running of frp type [2026-01-03,12:05:17.693] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,12:05:24.281] [DEBUG] 6 processes running of frp type 2026-01-03 12:06:53.151 [I] [client/service.go:294] [3aded079f7c2cb7f] try to connect to server... 2026-01-03 12:07:03.153 [W] [client/service.go:297] [3aded079f7c2cb7f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:07:03.154 [I] [client/service.go:294] [3aded079f7c2cb7f] try to connect to server... 2026-01-03 12:07:13.156 [W] [client/service.go:297] [3aded079f7c2cb7f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:07:13.157 [I] [client/service.go:294] [3aded079f7c2cb7f] try to connect to server... 2026-01-03 12:07:23.158 [W] [client/service.go:297] [3aded079f7c2cb7f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:07:23.159 [I] [client/service.go:294] [3aded079f7c2cb7f] try to connect to server... 2026-01-03 12:07:33.160 [W] [client/service.go:297] [3aded079f7c2cb7f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:07:33.161 [I] [client/service.go:294] [3aded079f7c2cb7f] try to connect to server... 2026-01-03 12:07:43.162 [W] [client/service.go:297] [3aded079f7c2cb7f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 12:08:03.164 [I] [client/service.go:294] [3aded079f7c2cb7f] try to connect to server... 2026-01-03 12:08:03.168 [W] [client/service.go:297] [3aded079f7c2cb7f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-03 12:08:23.169 [I] [client/service.go:294] [3aded079f7c2cb7f] try to connect to server... 2026-01-03 12:08:24.133 [I] [client/service.go:286] [3aded079f7c2cb7f] login to server success, get run id [3aded079f7c2cb7f] 2026-01-03 12:08:24.135 [I] [proxy/proxy_manager.go:173] [3aded079f7c2cb7f] proxy added: [DTN57CC4444] 2026-01-03 12:08:24.727 [I] [client/control.go:168] [3aded079f7c2cb7f] [DTN57CC4444] start proxy success [2026-01-03,12:20:17.676] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,12:20:26.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-01-03,12:35:17.644] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,12:35:24.271] [DEBUG] 6 processes running of frp type [2026-01-03,12:50:17.839] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,12:50:24.413] [DEBUG] 6 processes running of frp type [2026-01-03,13:05:18.178] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,13:05:24.907] [DEBUG] 6 processes running of frp type [2026-01-03,13:20:17.095] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,13: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-01-03,13:35:17.271] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,13:35:24.090] [DEBUG] 6 processes running of frp type [2026-01-03,13:50:17.720] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,13:50:24.388] [DEBUG] 6 processes running of frp type [2026-01-03,14:05:17.997] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,14:05:25.156] [DEBUG] 6 processes running of frp type 2026-01-03 14:15:55.281 [I] [client/service.go:294] [3aded079f7c2cb7f] try to connect to server... 2026-01-03 14:16:05.283 [W] [client/service.go:297] [3aded079f7c2cb7f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 14:16:05.284 [I] [client/service.go:294] [3aded079f7c2cb7f] try to connect to server... 2026-01-03 14:16:11.557 [I] [client/service.go:286] [3aded079f7c2cb7f] login to server success, get run id [3aded079f7c2cb7f] 2026-01-03 14:16:11.559 [I] [proxy/proxy_manager.go:173] [3aded079f7c2cb7f] proxy added: [DTN57CC4444] 2026-01-03 14:16:11.885 [I] [client/control.go:168] [3aded079f7c2cb7f] [DTN57CC4444] start proxy success [2026-01-03,14:20:17.354] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,14: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-01-03,14:35:17.797] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,14:35:24.664] [DEBUG] 6 processes running of frp type [2026-01-03,14:50:17.724] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,14:50:24.768] [DEBUG] 6 processes running of frp type [2026-01-03,15:05:17.084] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,15:05:24.107] [DEBUG] 6 processes running of frp type [2026-01-03,15:20:17.959] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,15:20:25.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-01-03,15:35:17.709] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,15:35:24.588] [DEBUG] 6 processes running of frp type [2026-01-03,15:50:17.050] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,15:50:23.677] [DEBUG] 6 processes running of frp type [2026-01-03,16:05:17.957] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,16:05:25.186] [DEBUG] 6 processes running of frp type [2026-01-03,16:20:17.453] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,16:20:24.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-01-03,16:35:17.570] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,16:35:24.140] [DEBUG] 6 processes running of frp type [2026-01-03,16:50:18.232] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,16:50:24.830] [DEBUG] 6 processes running of frp type [2026-01-03,17:05:17.232] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,17:05:23.835] [DEBUG] 6 processes running of frp type [2026-01-03,17:20:17.005] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,17:20:23.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-03,17:35:18.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,17:35:24.855] [DEBUG] 6 processes running of frp type [2026-01-03,17:50:17.967] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,17:50:24.806] [DEBUG] 6 processes running of frp type [2026-01-03,18:05:17.029] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,18:05:23.703] [DEBUG] 6 processes running of frp type [2026-01-03,18:20:18.159] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,18:20:24.926] [DEBUG] 6 processes running of frp type [2026-01-03,18:25:41.150] [INFO] Initializing BusSpeedStateManager V2 [2026-01-03,18:25:41.155] [INFO] LocationSqlManager initialising [2026-01-03,18:25:41.155] [INFO] Location DB initialising [2026-01-03,18:25:41.165] [INFO] LocationSqlManager initialisation complete [2026-01-03,18:25:41.165] [DEBUG] UploadManager Init [2026-01-03,18:25:41.166] [DEBUG] UploadManager Init Complete [2026-01-03,18:25:41.168] [INFO] Initializing GPS... [2026-01-03,18:25:41.170] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.786] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,18:27:51.763] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:28:09.761] [DEBUG] Log Upload Complete! [2026-01-03,18:30:44.724] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,18:30:51.539] [DEBUG] Remote Access Enabled [2026-01-03,18:30:54.637] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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:59.199] [INFO] Server Address: 138.201.17.179 [2026-01-03,18:30:59.200] [INFO] Server Port: 7000 [2026-01-03,18:30:59.212] [DEBUG] Starting Remote Access! 2026-01-03 18:30:59.359 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-03 18:30:59.360 [I] [client/service.go:294] try to connect to server... 2026-01-03 18:31:01.070 [I] [client/service.go:286] [17c782ddcf5b22a4] login to server success, get run id [17c782ddcf5b22a4] 2026-01-03 18:31:01.071 [I] [proxy/proxy_manager.go:173] [17c782ddcf5b22a4] proxy added: [DTN57CC4444] 2026-01-03 18:31:01.395 [I] [client/control.go:168] [17c782ddcf5b22a4] [DTN57CC4444] start proxy success [2026-01-03,18:35:17.445] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,18:35:24.205] [DEBUG] 6 processes running of frp type [2026-01-03,18:46:05.723] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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:49:25.299 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-03 18:49:35.300 [I] [client/service.go:286] [17c782ddcf5b22a4] login to server success, get run id [17c782ddcf5b22a4] 2026-01-03 18:49:35.302 [I] [proxy/proxy_manager.go:173] [17c782ddcf5b22a4] proxy added: [DTN57CC4444] 2026-01-03 18:49:44.641 [I] [client/control.go:168] [17c782ddcf5b22a4] [DTN57CC4444] start proxy success [2026-01-03,19:05:20.196] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,19:05:28.308] [DEBUG] 6 processes running of frp type [2026-01-03,19:20:17.526] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,19: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-01-03,19:35:18.582] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,19:35:25.157] [DEBUG] 6 processes running of frp type 2026-01-03 19:40:26.496 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-03 19:40:40.671 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: connection write timeout 2026-01-03 19:40:40.672 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-03 19:40:42.640 [I] [client/service.go:286] [17c782ddcf5b22a4] login to server success, get run id [17c782ddcf5b22a4] 2026-01-03 19:40:42.641 [I] [proxy/proxy_manager.go:173] [17c782ddcf5b22a4] proxy added: [DTN57CC4444] 2026-01-03 19:40:42.931 [I] [client/control.go:168] [17c782ddcf5b22a4] [DTN57CC4444] start proxy success [2026-01-03,19:50:20.406] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,19:50:42.177] [DEBUG] 6 processes running of frp type [2026-01-03,20:05:17.580] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,20:05:24.198] [DEBUG] 6 processes running of frp type [2026-01-03,20:20:17.420] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,20: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-01-03,20:35:22.207] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,20:35:29.849] [DEBUG] 6 processes running of frp type [2026-01-03,20:50:17.825] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,20:50:24.934] [DEBUG] 6 processes running of frp type [2026-01-03,21:05:17.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,21:05:25.274] [DEBUG] 6 processes running of frp type [2026-01-03,21:20:17.501] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,21:20:24.478] [DEBUG] 6 processes running of frp type 2026-01-03 21:23:20.879 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-03 21:23:35.211 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: connection write timeout 2026-01-03 21:23:35.212 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-03 21:23:38.776 [I] [client/service.go:286] [17c782ddcf5b22a4] login to server success, get run id [17c782ddcf5b22a4] 2026-01-03 21:23:38.778 [I] [proxy/proxy_manager.go:173] [17c782ddcf5b22a4] proxy added: [DTN57CC4444] 2026-01-03 21:23:39.685 [I] [client/control.go:168] [17c782ddcf5b22a4] [DTN57CC4444] start proxy success 2026-01-03 21:24:47.345 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-03 21:24:48.788 [I] [client/service.go:286] [17c782ddcf5b22a4] login to server success, get run id [17c782ddcf5b22a4] 2026-01-03 21:24:48.789 [I] [proxy/proxy_manager.go:173] [17c782ddcf5b22a4] proxy added: [DTN57CC4444] 2026-01-03 21:24:49.087 [I] [client/control.go:168] [17c782ddcf5b22a4] [DTN57CC4444] 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,21:35:18.164] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,21:35:28.636] [DEBUG] 6 processes running of frp type [2026-01-03,21:50:18.385] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,21:50:28.864] [DEBUG] 6 processes running of frp type [2026-01-03,22:05:17.295] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,22:05:26.025] [DEBUG] 6 processes running of frp type [2026-01-03,22:20:17.259] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,22: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-03,22:35:17.683] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,22:35:25.069] [DEBUG] 6 processes running of frp type 2026-01-03 22:39:57.424 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-03 22:39:58.615 [I] [client/service.go:286] [17c782ddcf5b22a4] login to server success, get run id [17c782ddcf5b22a4] 2026-01-03 22:39:58.616 [I] [proxy/proxy_manager.go:173] [17c782ddcf5b22a4] proxy added: [DTN57CC4444] 2026-01-03 22:39:58.939 [I] [client/control.go:168] [17c782ddcf5b22a4] [DTN57CC4444] start proxy success 2026-01-03 22:41:08.627 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-03 22:41:18.629 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 22:41:18.630 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-03 22:41:31.651 [I] [client/service.go:286] [17c782ddcf5b22a4] login to server success, get run id [17c782ddcf5b22a4] 2026-01-03 22:41:31.652 [I] [proxy/proxy_manager.go:173] [17c782ddcf5b22a4] proxy added: [DTN57CC4444] 2026-01-03 22:41:32.328 [I] [client/control.go:168] [17c782ddcf5b22a4] [DTN57CC4444] start proxy success 2026-01-03 22:43:04.575 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-03 22:43:14.577 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-03 22:43:14.578 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-03 22:43:20.065 [I] [client/service.go:286] [17c782ddcf5b22a4] login to server success, get run id [17c782ddcf5b22a4] 2026-01-03 22:43:20.067 [I] [proxy/proxy_manager.go:173] [17c782ddcf5b22a4] proxy added: [DTN57CC4444] 2026-01-03 22:43:21.663 [I] [client/control.go:168] [17c782ddcf5b22a4] [DTN57CC4444] start proxy success [2026-01-03,22:50:17.858] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,22:50:24.839] [DEBUG] 6 processes running of frp type [2026-01-03,23:05:17.867] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,23:05:29.340] [DEBUG] 6 processes running of frp type [2026-01-03,23:20:17.647] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,23:20:31.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-01-03,23:35:17.967] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,23:35:25.231] [DEBUG] 6 processes running of frp type [2026-01-03,23:50:17.635] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-03,23:50:25.653] [DEBUG] 6 processes running of frp type [2026-01-04,00:05:17.928] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,00:05:24.933] [DEBUG] 6 processes running of frp type [2026-01-04,00:20:17.133] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,00:20:23.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' [2026-01-04,00:35:17.007] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,00:35:23.587] [DEBUG] 6 processes running of frp type [2026-01-04,00:50:17.165] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,00:50:23.829] [DEBUG] 6 processes running of frp type [2026-01-04,01:05:17.075] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,01:05:23.609] [DEBUG] 6 processes running of frp type 2026-01-04 01:10:05.503 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 01:10:15.504 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 01:10:15.505 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 01:10:25.507 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 01:10:25.507 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 01:10:35.508 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 01:10:35.509 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 01:10:45.509 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 01:10:45.510 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 01:10:55.511 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 01:11:15.512 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 01:11:15.516 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 01:11:35.517 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 01:11:38.079 [I] [client/service.go:286] [17c782ddcf5b22a4] login to server success, get run id [17c782ddcf5b22a4] 2026-01-04 01:11:38.080 [I] [proxy/proxy_manager.go:173] [17c782ddcf5b22a4] proxy added: [DTN57CC4444] 2026-01-04 01:11:38.414 [I] [client/control.go:168] [17c782ddcf5b22a4] [DTN57CC4444] start proxy success [2026-01-04,01:20:22.868] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,01:20:29.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-01-04,01:35:17.034] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,01:35:23.631] [DEBUG] 6 processes running of frp type [2026-01-04,01:50:17.755] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,01:50:24.436] [DEBUG] 6 processes running of frp type [2026-01-04,02:05:17.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,02:05:24.251] [DEBUG] 6 processes running of frp type [2026-01-04,02:20:17.563] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,02: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' 2026-01-04 02:32:54.171 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 02:32:55.298 [I] [client/service.go:286] [17c782ddcf5b22a4] login to server success, get run id [17c782ddcf5b22a4] 2026-01-04 02:32:55.300 [I] [proxy/proxy_manager.go:173] [17c782ddcf5b22a4] proxy added: [DTN57CC4444] 2026-01-04 02:32:55.605 [I] [client/control.go:168] [17c782ddcf5b22a4] [DTN57CC4444] start proxy success [2026-01-04,02:35:17.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,02:35:24.294] [DEBUG] 6 processes running of frp type [2026-01-04,02:50:17.387] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,02:50:23.927] [DEBUG] 6 processes running of frp type [2026-01-04,03:05:17.177] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,03:05:23.633] [DEBUG] 6 processes running of frp type [2026-01-04,03:20:17.829] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,03: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-01-04,03:35:17.630] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,03:35:24.225] [DEBUG] 6 processes running of frp type [2026-01-04,03:50:17.527] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,03:50:24.335] [DEBUG] 6 processes running of frp type [2026-01-04,04:05:17.559] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,04:05:24.115] [DEBUG] 6 processes running of frp type 2026-01-04 04:06:35.574 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 04:06:37.731 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:06:37.732 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 04:06:39.770 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:06:44.190 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 04:06:44.192 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:06:53.232 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 04:06:53.236 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:07:12.885 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 04:07:12.889 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:07:32.890 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 04:07:32.894 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:07:52.895 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 04:07:52.899 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:08:12.900 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 04:08:12.903 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:08:32.904 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 04:08:32.958 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:08:52.959 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 04:08:52.962 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:09:12.963 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 04:09:12.968 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:09:32.969 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 04:09:32.972 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:09:52.973 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 04:09:52.976 [W] [client/service.go:297] [17c782ddcf5b22a4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 04:10:12.978 [I] [client/service.go:294] [17c782ddcf5b22a4] try to connect to server... 2026-01-04 04:10:14.214 [I] [client/service.go:286] [17c782ddcf5b22a4] login to server success, get run id [17c782ddcf5b22a4] 2026-01-04 04:10:14.216 [I] [proxy/proxy_manager.go:173] [17c782ddcf5b22a4] proxy added: [DTN57CC4444] 2026-01-04 04:10:14.536 [I] [client/control.go:168] [17c782ddcf5b22a4] [DTN57CC4444] start proxy success [2026-01-04,04:20:17.380] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,04: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-01-04,04:35:17.347] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,04:35:23.947] [DEBUG] 6 processes running of frp type [2026-01-04,04:50:17.428] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,04:50:24.920] [DEBUG] 6 processes running of frp type [2026-01-04,05:05:17.505] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,05:05:24.116] [DEBUG] 6 processes running of frp type [2026-01-04,05:20:17.464] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,05: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-01-04,05:35:18.110] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,05:35:24.736] [DEBUG] 6 processes running of frp type [2026-01-04,05:50:17.618] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,05:50:24.621] [DEBUG] 6 processes running of frp type [2026-01-04,06:05:17.851] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,06:05:24.495] [DEBUG] 6 processes running of frp type [2026-01-04,06:20:17.831] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,06: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-04,06:30:41.907] [INFO] Initializing BusSpeedStateManager V2 [2026-01-04,06:30:41.913] [INFO] LocationSqlManager initialising [2026-01-04,06:30:41.913] [INFO] Location DB initialising [2026-01-04,06:30:41.923] [INFO] LocationSqlManager initialisation complete [2026-01-04,06:30:41.924] [DEBUG] UploadManager Init [2026-01-04,06:30:41.924] [DEBUG] UploadManager Init Complete [2026-01-04,06:30:41.928] [INFO] Initializing GPS... [2026-01-04,06:30:41.930] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45.273] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,06:32:51.763] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:08.444] [DEBUG] Log Upload Complete! [2026-01-04,06:35:45.355] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,06:35:45.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-01-04,06:35:51.961] [DEBUG] Remote Access Enabled [2026-01-04,06:35:58.190] [INFO] Server Address: 138.201.17.179 [2026-01-04,06:35:58.191] [INFO] Server Port: 7000 [2026-01-04,06:35:58.196] [DEBUG] Starting Remote Access! 2026-01-04 06:35:58.325 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-04 06:35:58.326 [I] [client/service.go:294] try to connect to server... 2026-01-04 06:35:59.243 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 06:35:59.244 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 06:35:59.550 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success [2026-01-04,06:50:17.409] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,06:50:24.019] [DEBUG] 6 processes running of frp type [2026-01-04,07:05:17.302] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,07:05:23.904] [DEBUG] 6 processes running of frp type [2026-01-04,07:20:17.381] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,07: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-01-04,07:35:17.264] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,07:35:23.887] [DEBUG] 6 processes running of frp type [2026-01-04,07:50:17.693] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,07:50:24.318] [DEBUG] 6 processes running of frp type [2026-01-04,08:02:17.607] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,08:02:24.153] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:03:11.561] [DEBUG] Log Upload Complete! [2026-01-04,08:05:17.754] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,08:05:24.588] [DEBUG] 6 processes running of frp type [2026-01-04,08:20:17.880] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,08:20:24.460] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:18.000] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,08:35:24.564] [DEBUG] 6 processes running of frp type [2026-01-04,08:50:17.614] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,08:50:24.242] [DEBUG] 6 processes running of frp type [2026-01-04,09:05:17.709] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,09:05:24.265] [DEBUG] 6 processes running of frp type [2026-01-04,09:20:17.766] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,09: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-01-04,09:35:17.028] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,09:35:23.581] [DEBUG] 6 processes running of frp type [2026-01-04,09:50:17.034] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,09:50:23.649] [DEBUG] 6 processes running of frp type [2026-01-04,10:05:18.016] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,10:05:25.175] [DEBUG] 6 processes running of frp type [2026-01-04,10:20:17.713] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,10: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-01-04,10:35:18.364] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,10:35:24.957] [DEBUG] 6 processes running of frp type [2026-01-04,10:50:17.365] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,10:50:24.337] [DEBUG] 6 processes running of frp type [2026-01-04,11:05:17.709] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,11:05:24.513] [DEBUG] 6 processes running of frp type [2026-01-04,11:20:18.131] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,11: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-01-04,11:35:17.593] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,11:35:24.222] [DEBUG] 6 processes running of frp type [2026-01-04,11:50:18.169] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,11:50:24.830] [DEBUG] 6 processes running of frp type [2026-01-04,12:05:17.475] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,12:05:24.128] [DEBUG] 6 processes running of frp type [2026-01-04,12:20:17.542] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,12:20:24.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-01-04,12:35:17.710] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-04,12:35:24.292] [DEBUG] 6 processes running of frp type 2026-01-04 12:45:17.294 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:45:21.255 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 12:45:21.256 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:45:24.295 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 12:45:24.296 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:45:27.336 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 12:45:36.984 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:45:36.999 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 12:45:56.480 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:45:57.398 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 12:45:57.399 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 12:45:57.742 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 12:53:18.200 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:53:28.202 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 12:53:28.203 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:53:38.205 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 12:53:38.206 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:53:48.208 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 12:53:48.209 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:53:54.322 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 12:54:14.323 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:54:17.362 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 12:54:37.363 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:54:47.365 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 12:55:07.367 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:55:08.482 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 12:55:28.483 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:55:29.426 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 12:55:29.428 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 12:55:29.772 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 12:58:43.171 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:58:54.568 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 12:58:54.568 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:59:13.408 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: i/o deadline reached 2026-01-04 12:59:13.409 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:59:23.410 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 12:59:23.412 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:59:33.413 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 12:59:33.414 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 12:59:39.495 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 12:59:59.497 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:00:09.498 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:00:29.499 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:00:30.579 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 13:00:30.581 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 13:00:30.921 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 13:02:40.868 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:02:50.870 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:02:50.871 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:03:00.872 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:03:00.873 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:03:10.875 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:03:10.875 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:03:20.877 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:03:20.878 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:03:23.922 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:03:43.923 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:03:46.962 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:04:06.963 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:04:16.966 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:04:36.967 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:04:41.015 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:05:01.017 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:05:03.308 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:05:23.309 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:05:25.602 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:05:45.603 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:05:46.550 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 13:05:46.551 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 13:05:46.872 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 13:08:28.688 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:08:38.690 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:08:38.691 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:08:48.692 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:08:48.693 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:08:59.800 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 13:08:59.801 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:09:12.295 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 13:09:12.296 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:09:27.152 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 13:09:47.154 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:09:57.156 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:10:17.157 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:10:19.602 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:10:39.604 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:10:40.522 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 13:10:40.524 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 13:10:40.849 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 13:13:25.225 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:13:35.227 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:13:35.227 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:13:45.229 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:13:45.229 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:13:55.230 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:13:55.231 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:14:01.361 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:14:19.164 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:14:22.215 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:14:42.216 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:14:44.135 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:15:04.136 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:15:06.429 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:15:26.430 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:15:34.941 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 13:15:34.941 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 13:15:35.553 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 13:17:44.924 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:17:54.925 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:17:54.927 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:18:04.928 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:18:04.929 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:18:14.931 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:18:14.931 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:18:21.201 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:18:39.002 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:18:40.029 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:19:00.030 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:19:10.032 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:19:30.032 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:19:30.242 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:19:50.243 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:19:52.535 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:20:12.536 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:20:13.816 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:20:33.818 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:20:38.248 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 13:20:38.249 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 13:20:38.563 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 13:23:21.744 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:23:31.747 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:23:31.748 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:23:41.750 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:23:41.750 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:23:51.752 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:23:51.753 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:24:01.754 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:24:01.754 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:24:07.869 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:24:27.870 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:24:30.162 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:24:50.164 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:24:52.455 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:25:12.457 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:25:22.458 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:25:42.461 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:25:43.407 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 13:25:43.408 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 13:25:43.707 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] 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 13:28:25.564 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:28:39.559 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: i/o deadline reached 2026-01-04 13:28:39.560 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:28:49.562 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:28:49.563 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:28:59.565 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:28:59.565 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:29:09.567 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:29:09.568 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:29:19.569 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:29:39.571 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:29:42.615 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:30:02.617 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:30:12.620 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:30:32.621 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:30:40.923 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 13:30:40.924 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 13:30:41.239 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 13:31:50.290 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:32:00.294 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:32:00.294 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:32:10.297 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:32:10.298 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:32:18.851 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 13:32:18.852 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 13:32:19.165 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 13:32:57.698 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:33:09.022 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 13:33:09.022 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:33:21.465 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: i/o deadline reached 2026-01-04 13:33:21.465 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:33:31.467 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:33:31.467 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:33:41.469 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:33:41.469 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:33:51.471 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:34:11.473 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:34:11.601 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:34:31.603 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:34:32.081 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:34:52.082 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:34:52.722 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:35:12.723 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:35:14.481 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:35:34.483 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:35:43.067 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 13:35:43.068 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 13:35:43.723 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 13:39:29.402 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:39:39.404 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:39:39.405 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:39:49.406 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:39:49.407 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:39:59.408 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:39:59.409 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:40:09.410 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:40:09.411 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:40:18.269 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:40:38.270 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:40:41.309 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:41:01.309 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:41:02.217 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 13:41:02.219 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 13:41:02.533 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 13:43:42.809 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:43:52.810 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:43:52.811 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:44:02.812 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:44:02.813 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:44:12.815 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:44:12.816 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:44:30.304 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 13:44:30.305 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:44:41.803 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 13:45:01.805 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:45:11.806 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:45:31.807 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:45:41.809 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:46:01.811 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:46:02.703 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 13:46:02.705 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 13:46:03.021 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 13:47:42.714 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:47:52.716 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:47:52.717 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:48:02.719 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:48:02.720 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:48:12.722 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:48:12.722 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:48:22.724 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:48:22.725 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:48:23.015 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:48:43.016 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:48:46.056 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:49:06.057 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:49:08.349 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:49:28.350 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:49:38.353 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:49:58.354 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:50:01.388 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:50:21.389 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:50:31.391 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:50:51.393 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:50:52.297 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 13:50:52.298 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 13:50:52.591 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 13:53:02.607 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:53:12.609 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:53:12.610 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:53:22.612 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:53:22.613 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:53:25.657 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:53:34.195 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:53:37.228 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:53:55.702 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:53:57.495 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:54:17.496 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:54:27.499 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:54:47.500 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:54:48.802 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:55:08.803 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:55:11.096 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:55:31.097 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:55:41.099 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:56:01.100 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:56:02.014 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 13:56:02.015 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 13:56:02.325 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 13:58:12.339 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:58:23.645 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 13:58:23.646 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:58:33.762 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 13:58:33.764 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 13:59:04.951 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:59:14.952 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 13:59:14.953 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:59:18.002 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:59:18.002 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:59:21.042 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:59:29.749 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:59:32.802 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 13:59:50.892 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 13:59:51.655 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:00:11.657 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:00:21.658 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:00:41.659 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:00:47.762 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:01:07.762 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:01:08.703 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 14:01:08.704 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 14:01:09.011 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 14:02:48.659 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:02:58.662 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:02:58.663 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:03:08.664 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:03:08.665 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:03:18.667 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:03:18.668 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:03:21.708 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:03:40.072 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:03:43.122 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:04:03.123 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:04:05.415 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:04:25.416 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:04:25.681 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:04:45.682 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:04:47.975 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:05:07.976 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:05:10.268 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:05:30.268 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:05:30.535 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:05:50.537 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:05:51.481 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 14:05:51.483 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 14:05:51.796 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 14:08:01.736 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:08:03.816 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:08:03.817 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:08:06.855 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:08:06.856 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:08:09.895 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:08:18.771 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:08:20.028 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:08:39.380 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:08:42.428 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:09:02.429 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:09:12.430 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:09:32.432 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:09:33.708 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:09:53.709 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:10:03.711 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:10:23.713 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:10:25.015 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:10:45.016 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:10:47.309 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:11:07.311 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:11:08.288 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 14:11:08.289 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 14:11:08.601 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 14:13:18.594 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:13:28.596 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:13:28.597 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:13:38.598 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:13:38.599 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:13:44.721 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:13:44.722 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:13:47.762 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:14:05.739 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:14:15.741 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:14:35.742 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:14:38.775 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:14:58.777 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:14:59.041 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:15:19.043 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:15:21.335 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:15:41.336 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:15:51.339 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:16:11.340 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:16:12.247 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 14:16:12.249 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 14:16:12.567 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 14:17:52.223 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:18:04.186 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 14:18:04.187 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:18:14.189 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:18:14.190 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:18:24.192 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:18:24.193 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:18:34.194 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:18:34.195 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:18:44.197 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:19:04.198 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:19:14.200 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:19:34.202 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:19:44.204 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:20:04.205 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:20:05.869 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:20:25.870 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:20:28.162 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:20:48.163 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:20:56.592 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 14:20:56.594 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 14:20:56.978 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 14:23:37.910 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:23:40.962 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:23:40.963 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:23:44.002 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:23:44.003 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:23:47.042 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:23:56.733 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:23:57.175 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:24:17.176 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:24:20.215 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:24:40.216 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:24:42.508 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:25:02.510 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:25:04.801 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:25:24.802 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:25:34.803 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:25:54.805 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:25:57.775 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 14:25:57.776 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 14:25:58.087 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] 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 14:28:06.811 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:28:16.814 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:28:16.814 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:28:26.816 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:28:26.817 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:28:37.357 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 14:28:37.358 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:28:47.360 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:28:47.361 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:28:57.362 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:29:17.363 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:29:27.365 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:29:47.366 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:29:57.368 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:30:17.370 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:30:20.348 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:30:40.349 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:30:42.642 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:31:02.643 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:31:03.558 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 14:31:03.560 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 14:31:03.860 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 14:33:13.857 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:33:31.318 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 14:33:31.319 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:33:41.321 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:33:41.321 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:33:51.323 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:33:51.324 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:33:54.375 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:34:12.956 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:34:13.895 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:34:33.896 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:34:44.324 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 14:35:04.325 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:35:06.001 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:35:26.003 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:35:27.762 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:35:47.763 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:35:50.055 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:36:10.058 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:36:10.994 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 14:36:10.996 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 14:36:11.685 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 14:40:37.783 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:40:47.786 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:40:47.787 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:40:57.789 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:40:57.789 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:41:02.215 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 14:41:02.216 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 14:41:02.813 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 14:43:12.167 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:43:22.170 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:43:22.171 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:43:32.172 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:43:32.173 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:43:36.241 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:43:45.853 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:43:48.908 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:44:08.910 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:44:09.894 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:44:29.896 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:44:30.161 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:44:50.162 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:44:52.455 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:45:12.456 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:45:14.748 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:45:34.750 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:45:35.015 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:45:55.017 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:45:57.308 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:46:17.309 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:46:18.213 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 14:46:18.214 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 14:46:18.515 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 14:48:28.494 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:48:38.496 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:48:38.497 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:48:48.499 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:48:48.499 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:48:58.501 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:48:58.501 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:49:08.503 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:49:08.504 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:49:28.030 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 14:49:48.031 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:49:58.034 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:50:18.036 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:50:18.855 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:50:38.856 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:50:39.121 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:50:59.123 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:51:07.512 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 14:51:07.513 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 14:51:07.807 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 14:53:17.548 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:53:27.551 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:53:27.551 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:53:37.554 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:53:37.554 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:53:40.588 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:53:49.316 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:53:52.348 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:54:11.025 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:54:21.028 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:54:41.029 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:54:47.227 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:55:07.228 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:55:07.494 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:55:27.496 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:55:29.790 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:55:49.791 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:55:52.081 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:56:12.083 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:56:13.061 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 14:56:13.062 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 14:56:13.394 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 14:58:23.375 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:58:33.377 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:58:33.377 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:58:43.379 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:58:43.380 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:58:53.382 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 14:58:53.382 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:58:53.628 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:59:10.727 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:59:11.014 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 14:59:31.016 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 14:59:41.018 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:00:01.020 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:00:04.055 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:00:24.056 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:00:27.095 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:00:47.096 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:00:49.387 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:01:09.389 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:01:10.358 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 15:01:10.360 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 15:01:10.681 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 15:03:20.680 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:03:30.681 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:03:30.682 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:03:40.683 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:03:40.684 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:03:50.686 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:03:50.687 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:04:00.687 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:04:00.688 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:04:00.827 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:04:20.829 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:04:30.831 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:04:50.833 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:05:00.507 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:05:20.508 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:05:21.788 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:05:41.790 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:05:51.792 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:06:11.793 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:06:12.671 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 15:06:12.672 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 15:06:12.966 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 15:09:26.675 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:09:36.676 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:09:36.677 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:09:46.678 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:09:46.679 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:09:56.681 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:09:56.682 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:10:02.854 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:10:22.100 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:10:25.148 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:10:45.149 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:10:55.151 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:11:15.153 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:11:16.055 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 15:11:16.057 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 15:11:16.353 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 15:13:26.836 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:13:36.839 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:13:36.840 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:13:46.842 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:13:46.842 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:13:49.894 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:13:58.167 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:14:00.295 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:14:16.843 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:14:18.961 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:14:38.964 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:14:48.965 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:15:08.967 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:15:10.268 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:15:30.269 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:15:30.535 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:15:50.536 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:15:52.828 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:16:12.830 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:16:13.844 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 15:16:13.845 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 15:16:14.163 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 15:18:55.931 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:18:58.082 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:18:58.082 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:19:01.121 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:19:01.121 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:19:04.161 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:19:13.656 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:19:14.961 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:19:34.567 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:19:44.569 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:20:04.570 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:20:05.255 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:20:25.256 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:20:26.534 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:20:46.535 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:20:48.828 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:21:08.829 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:21:13.858 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 15:21:13.860 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 15:21:14.220 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 15:23:20.083 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:23:30.086 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:23:30.087 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:23:40.088 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:23:40.089 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:23:50.090 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:23:50.091 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:24:00.093 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:24:00.094 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:24:10.096 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:24:30.097 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:24:40.099 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:25:00.100 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:25:10.101 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:25:30.103 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:25:40.105 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:26:00.106 [I] [client/service.go:294] [6d9c7863780d1b6f] 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 15:26:03.147 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:26:23.149 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:26:24.142 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 15:26:24.143 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 15:26:24.463 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 15:28:35.008 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:28:45.010 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:28:45.010 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:28:55.012 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:28:55.013 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:29:05.015 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:29:05.015 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:29:15.017 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:29:15.018 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:29:25.019 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:29:45.020 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:29:55.021 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:30:15.023 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:30:25.024 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:30:45.026 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:30:45.520 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:31:05.522 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:31:07.814 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:31:27.815 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:31:31.790 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 15:31:31.791 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 15:31:32.410 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 15:35:20.385 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:35:34.609 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: i/o deadline reached 2026-01-04 15:35:34.609 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:35:44.612 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:35:44.612 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:35:54.614 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:35:54.615 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:36:12.870 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 15:36:12.871 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:36:21.260 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 15:36:21.262 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 15:36:21.883 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 15:39:04.845 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:39:14.847 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:39:14.848 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:39:24.850 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:39:24.850 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:39:40.349 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 15:39:40.349 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:39:50.352 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:39:50.353 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:40:00.354 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:40:20.356 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:40:28.268 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:40:48.270 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:40:48.534 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:41:08.534 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:41:10.828 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:41:30.829 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:41:31.752 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 15:41:31.753 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 15:41:32.084 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 15:45:23.776 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:45:33.779 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:45:33.780 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:45:43.782 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:45:43.782 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:45:53.785 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:45:53.785 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:46:03.787 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:46:03.788 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:46:03.921 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:46:23.922 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:46:24.951 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 15:46:24.952 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 15:46:25.276 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 15:49:10.118 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:49:25.994 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 15:49:25.995 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:49:35.996 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:49:35.997 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:49:51.580 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 15:49:51.581 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:50:04.303 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 15:50:04.303 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:50:14.305 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:50:34.306 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:50:37.254 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:50:57.255 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:51:00.188 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:51:20.190 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:51:22.806 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 15:51:22.807 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 15:51:23.109 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 15:54:05.331 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:54:15.334 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:54:15.335 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:54:25.336 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:54:25.337 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:54:45.244 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 15:54:45.245 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:54:58.450 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 15:54:58.450 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:55:10.533 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 15:55:30.534 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:55:36.721 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:55:56.722 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:55:59.761 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:56:19.763 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:56:21.148 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 15:56:41.149 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:56:42.032 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 15:56:42.034 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 15:56:42.343 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 15:58:22.031 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:58:34.014 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 15:58:34.015 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:58:45.594 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 15:58:45.595 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:58:57.616 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: i/o deadline reached 2026-01-04 15:58:57.617 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:59:07.618 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:59:07.619 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:59:17.621 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 15:59:37.623 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 15:59:47.624 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:00:07.626 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:00:10.214 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:00:30.216 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:00:40.218 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:01:00.219 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:01:02.054 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:01:22.055 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:01:26.771 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 16:01:26.773 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 16:01:27.085 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 16:04:40.616 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:04:50.619 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:04:50.619 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:05:00.622 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:05:00.622 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:05:03.654 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:05:13.483 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:05:23.485 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:05:23.485 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:05:33.487 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:05:53.488 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:05:54.881 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:06:14.883 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:06:17.174 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:06:37.176 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:06:38.118 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 16:06:38.120 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 16:06:38.451 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 16:08:48.707 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:08:58.708 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:08:58.709 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:09:08.711 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:09:08.712 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:09:11.761 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:09:20.816 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:09:23.175 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:09:42.043 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:09:52.044 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:10:12.046 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:10:13.388 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:10:33.389 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:10:36.428 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:10:56.429 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:10:58.721 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:11:18.723 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:11:21.014 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:11:41.016 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:11:41.958 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 16:11:41.960 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 16:11:42.267 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 16:13:52.528 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:14:02.531 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:14:02.532 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:14:12.533 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:14:12.534 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:14:15.574 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:14:24.560 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:14:24.694 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:14:43.426 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:14:55.731 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 16:15:15.733 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:15:25.735 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:15:45.737 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:15:46.081 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:16:06.083 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:16:08.375 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:16:28.376 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:16:30.550 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 16:16:30.551 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 16:16:30.901 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 16:18:40.862 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:18:50.864 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:18:50.865 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:19:00.866 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:19:00.867 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:19:10.868 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:19:10.869 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:19:20.871 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:19:20.872 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:19:21.147 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:19:41.149 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:19:51.151 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:20:11.153 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:20:21.154 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:20:41.155 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:20:43.708 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:21:03.709 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:21:03.977 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:21:23.979 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:21:26.267 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:21:46.269 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:21:46.274 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:22:06.276 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:22:07.221 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 16:22:07.223 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 16:22:07.525 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 16:23:47.553 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:23:57.556 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:23:57.557 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:24:07.558 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:24:07.559 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:24:17.561 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:24:17.561 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:24:27.563 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:24:27.564 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:24:33.681 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:24:53.683 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:24:53.947 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:25:13.949 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:25:23.951 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:25:43.953 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:25:50.054 [W] [client/service.go:297] [6d9c7863780d1b6f] 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-04 16:26:10.056 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:26:12.348 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:26:32.350 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:26:34.035 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 16:26:34.036 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 16:26:34.345 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 16:29:14.593 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:29:26.045 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 16:29:26.046 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:29:38.154 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 16:29:38.155 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:29:49.933 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 16:29:49.934 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:29:59.935 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:29:59.936 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:30:09.938 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:30:29.939 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:30:39.941 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:30:59.942 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:31:09.943 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:31:29.945 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:31:38.269 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 16:31:38.270 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 16:31:38.571 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 16:34:19.504 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:34:29.506 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:34:29.507 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:34:39.509 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:34:39.510 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:34:49.512 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:34:49.512 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:35:06.810 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 16:35:06.810 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:35:08.347 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:35:28.349 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:35:29.841 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:35:49.842 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:35:51.547 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:36:11.549 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:36:13.254 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:36:33.256 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:36:37.700 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 16:36:37.701 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 16:36:38.047 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 16:39:22.157 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:39:35.266 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 16:39:35.266 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:39:52.407 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: i/o deadline reached 2026-01-04 16:39:52.407 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:40:02.409 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:40:02.409 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:40:12.411 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:40:12.411 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:40:22.412 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:40:42.414 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:40:52.416 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:41:12.418 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:41:22.420 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:41:42.421 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:41:43.326 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 16:41:43.327 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 16:41:43.626 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 16:43:53.629 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:44:03.631 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:44:03.632 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:44:13.633 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:44:13.634 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:44:23.636 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:44:23.636 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:44:26.667 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:44:45.746 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:44:46.934 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:45:06.937 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:45:16.939 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:45:36.941 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:45:46.942 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:46:06.944 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:46:09.361 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:46:29.362 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:46:31.654 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:46:51.656 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:46:52.564 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 16:46:52.566 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 16:46:52.885 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 16:50:44.198 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:50:58.453 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 16:50:58.454 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:51:08.456 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:51:08.456 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:51:19.630 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 16:51:19.632 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:51:33.876 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 16:51:33.877 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:51:48.379 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 16:52:08.379 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:52:09.351 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 16:52:09.353 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 16:52:09.647 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 16:54:22.831 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:54:22.832 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 16:54:24.893 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:54:24.894 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 16:54:29.298 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:54:29.300 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 16:54:38.736 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:54:38.737 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 16:54:58.334 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:54:58.336 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 16:55:18.337 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:55:18.338 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 16:55:38.338 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:55:38.339 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 16:55:58.340 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:55:58.342 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 16:56:18.343 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:56:18.344 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 16:56:38.345 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:56:38.346 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 16:56:58.347 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:56:58.349 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 16:57:18.351 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:57:19.283 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 16:57:19.284 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 16:57:19.603 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 16:59:31.875 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:59:34.374 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:59:34.375 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:59:37.414 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:59:37.416 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:59:40.454 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 16:59:49.708 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 16:59:59.710 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 16:59:59.711 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:00:09.713 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:00:29.714 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:00:30.054 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:00:50.055 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:00:51.867 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:01:11.868 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:01:14.907 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:01:34.908 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:01:37.200 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:01:57.202 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:01:58.292 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 17:01:58.294 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 17:01:58.655 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 17:04:10.724 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:04:20.726 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:04:20.727 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:04:30.729 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:04:30.730 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:04:33.761 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:04:43.143 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:04:44.987 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:05:04.989 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:05:07.281 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:05:27.282 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:05:37.284 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:05:57.285 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:05:59.521 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:06:19.522 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:06:29.525 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:06:49.526 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:06:50.454 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 17:06:50.456 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 17:06:50.772 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 17:10:40.812 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:10:50.814 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:10:50.815 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:10:51.067 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:10:55.326 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:10:58.374 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:11:06.946 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:11:10.000 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:11:27.961 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:11:30.428 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:11:50.429 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:11:51.412 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 17:11:51.414 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 17:11:51.743 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 17:14:39.067 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:14:49.069 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:14:49.070 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:14:59.072 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:14:59.072 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:15:14.578 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: i/o deadline reached 2026-01-04 17:15:14.578 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:15:24.580 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:15:24.581 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:15:34.583 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:15:54.584 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:15:57.627 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:16:17.628 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:16:17.894 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:16:37.895 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:16:47.898 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:17:07.900 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:17:08.826 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 17:17:08.827 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 17:17:09.126 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 17:25:03.165 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:25:13.167 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:25:13.168 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:25:23.169 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:25:23.170 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:25:33.172 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:25:33.173 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:25:42.907 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:25:42.908 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:25:45.947 [W] [client/service.go:297] [6d9c7863780d1b6f] 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-04 17:26:05.948 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:26:08.240 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:26:28.242 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:26:40.396 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 17:27:00.397 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:27:01.431 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 17:27:01.432 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 17:27:01.772 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 17:29:11.721 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:29:21.724 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:29:21.724 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:29:31.726 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:29:31.727 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:29:34.774 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:29:43.643 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:29:44.507 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:30:02.914 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:30:05.947 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:30:25.949 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:30:35.950 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:30:55.952 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:31:00.000 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:31:20.002 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:31:23.040 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:31:43.041 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:31:45.334 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:32:05.335 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:32:06.217 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 17:32:06.218 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 17:32:06.542 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 17:34:18.305 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:34:28.306 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:34:28.307 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:34:38.308 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:34:38.309 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:34:48.310 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:34:48.311 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:34:58.312 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:34:58.313 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:34:58.533 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:35:18.535 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:35:28.537 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:35:48.539 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:35:58.542 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:36:18.543 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:36:20.987 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:36:40.988 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:36:44.027 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:37:04.028 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:37:04.963 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 17:37:04.964 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 17:37:05.442 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 17:39:15.323 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:39:25.325 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:39:25.326 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:39:35.327 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:39:35.327 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:39:45.329 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:39:45.329 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:39:55.331 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:39:55.332 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:39:55.493 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:40:15.495 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:40:18.533 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:40:38.535 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:40:41.574 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:41:01.575 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:41:02.319 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:41:22.321 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:41:22.586 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:41:42.587 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:41:43.867 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:42:03.869 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:42:14.716 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: i/o deadline reached 2026-01-04 17:42:34.716 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:42:35.718 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 17:42:35.720 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 17:42:36.038 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 17:44:15.668 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:44:25.671 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:44:25.671 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:44:35.673 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:44:35.674 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:44:45.675 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:44:45.676 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:44:55.678 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:44:55.679 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:45:06.038 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 17:45:26.040 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:45:36.042 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:45:56.043 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:45:57.147 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:46:17.149 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:46:20.188 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:46:40.189 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:46:50.191 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:47:10.192 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:47:11.144 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 17:47:11.146 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 17:47:11.447 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 17:50:26.804 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:50:41.787 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 17:50:41.787 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:50:53.376 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 17:50:53.377 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:51:03.379 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:51:03.379 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:51:13.381 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:51:13.382 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:51:13.680 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:51:33.681 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:51:33.947 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:51:53.949 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:51:56.240 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:52:16.241 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:52:17.188 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 17:52:17.189 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 17:52:17.493 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 17:53:57.210 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:54:07.212 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:54:07.213 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:54:26.461 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 17:54:26.462 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:54:37.679 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 17:54:37.680 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:54:50.490 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 17:54:50.491 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:55:00.493 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:55:20.495 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:55:30.497 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:55:50.497 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:56:00.500 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:56:20.501 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:56:30.503 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:56:50.504 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:56:50.960 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 17:57:10.962 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 17:57:11.891 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 17:57:11.892 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 17:57:12.203 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 18:00:58.543 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:01:08.545 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:01:08.546 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:01:18.547 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:01:18.548 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:01:28.550 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:01:28.551 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:01:31.600 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:01:49.667 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:01:50.854 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:02:10.855 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:02:11.786 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 18:02:11.788 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 18:02:12.102 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 18:05:24.806 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:05:37.405 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 18:05:37.406 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:05:47.408 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:05:47.408 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:05:57.410 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:05:57.410 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:06:03.494 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:06:20.827 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:06:22.747 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:06:42.748 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:06:45.787 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:07:05.789 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:07:06.703 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 18:07:06.704 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 18:07:08.089 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 18:09:17.494 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:09:27.496 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:09:27.496 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:09:37.498 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:09:37.499 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:09:47.501 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:09:47.502 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:09:57.503 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:09:57.504 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:10:06.267 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:10:26.268 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:10:44.578 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 18:11:04.579 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:11:14.581 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:11:34.583 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:11:37.627 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:11:57.629 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:12:00.667 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:12:20.669 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:12:21.603 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 18:12:21.604 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 18:12:21.901 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 18:14:31.896 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:14:41.899 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:14:41.900 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:14:51.902 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:14:51.902 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:15:01.904 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:15:01.904 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:15:11.906 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:15:11.906 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:15:13.893 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:15:33.895 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:15:36.934 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:15:56.935 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:15:59.227 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:16:19.228 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:16:21.520 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:16:41.521 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:16:41.787 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:17:01.788 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:17:11.600 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 18:17:11.601 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 18:17:11.956 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 18:20:23.574 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:20:33.576 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:20:33.576 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:20:43.578 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:20:43.579 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:20:53.581 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:20:53.581 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:20:59.707 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:21:19.666 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:21:22.720 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:21:42.720 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:21:45.760 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:22:05.762 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:22:08.454 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-04 18:22:28.456 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:22:29.408 [I] [client/service.go:286] [6d9c7863780d1b6f] login to server success, get run id [6d9c7863780d1b6f] 2026-01-04 18:22:29.409 [I] [proxy/proxy_manager.go:173] [6d9c7863780d1b6f] proxy added: [DTN57CC4444] 2026-01-04 18:22:29.722 [I] [client/control.go:168] [6d9c7863780d1b6f] [DTN57CC4444] start proxy success 2026-01-04 18:24:40.785 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:24:52.114 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: connection write timeout 2026-01-04 18:24:52.115 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:25:02.116 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:25:02.117 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... 2026-01-04 18:25:12.117 [W] [client/service.go:297] [6d9c7863780d1b6f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:25:12.118 [I] [client/service.go:294] [6d9c7863780d1b6f] try to connect to server... [2026-01-04,18:25:41.951] [INFO] Initializing BusSpeedStateManager V2 [2026-01-04,18:25:41.955] [INFO] LocationSqlManager initialising [2026-01-04,18:25:41.956] [INFO] Location DB initialising [2026-01-04,18:25:41.965] [INFO] LocationSqlManager initialisation complete [2026-01-04,18:25:41.966] [DEBUG] UploadManager Init [2026-01-04,18:25:41.966] [DEBUG] UploadManager Init Complete [2026-01-04,18:25:41.969] [INFO] Initializing GPS... [2026-01-04,18:25:41.970] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30:30.655] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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,18:45: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-01-04,19:00:30.801] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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,19:15: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-04,19:30:30.959] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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,19:45:31.083] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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,20:00:31.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-01-04,20:15:31.302] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-04,20:30:31.379] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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,20:45:31.499] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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,21:00:31.522] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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,21:15:31.633] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-04,21:30:31.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-04,21:45:31.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-04,22:00:31.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')) [2026-01-04,22:15:31.948] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-04,22:30:31.999] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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,22:45:32.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-01-04,23:00:32.242] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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,23:15:32.366] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-04,23:30:32.471] [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-01-05,06:30:38.806] [INFO] Initializing BusSpeedStateManager V2 [2026-01-05,06:30:38.811] [INFO] LocationSqlManager initialising [2026-01-05,06:30:38.812] [INFO] Location DB initialising [2026-01-05,06:30:38.822] [INFO] LocationSqlManager initialisation complete [2026-01-05,06:30:38.823] [DEBUG] UploadManager Init [2026-01-05,06:30:38.823] [DEBUG] UploadManager Init Complete [2026-01-05,06:30:38.827] [INFO] Initializing GPS... [2026-01-05,06:30:38.829] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:27.489] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-05,06:50:27.601] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-05,07:05:27.720] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-05,07:20:27.775] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-05,07:35:27.895] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-05,07:50:27.959] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-05,08:05:28.009] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-05,08:20:28.131] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-05,08:35:28.255] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-05,08:50:28.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-01-05,09:05:28.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-01-05,09:20:28.575] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-05,09:35:28.633] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-05,09:50:28.754] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-05,10:05:28.785] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-05,10:20:28.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:28.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-01-05,10:50:29.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-01-05,11:05:29.148] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-05,11:20:29.221] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-05,11:35:29.226] [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-01-04,18:25:33.839] [INFO] Initializing BusSpeedStateManager V2 [2026-01-04,18:25:33.851] [INFO] LocationSqlManager initialising [2026-01-04,18:25:33.853] [INFO] Location DB initialising [2026-01-04,18:25:33.877] [INFO] LocationSqlManager initialisation complete [2026-01-04,18:25:33.878] [DEBUG] UploadManager Init [2026-01-04,18:25:33.880] [DEBUG] UploadManager Init Complete [2026-01-04,18:25:33.889] [INFO] Initializing GPS... [2026-01-04,18:25:33.898] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45:19.510] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,15:45:26.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-01-05,15:45:41.472] [DEBUG] Log Upload Complete! [2026-01-05,15:48:22.420] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,15:48:33.787] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-05,15:48:34.470] [DEBUG] Remote Access Enabled [2026-01-05,15:48:40.786] [INFO] Server Address: 138.201.17.179 [2026-01-05,15:48:40.788] [INFO] Server Port: 7000 [2026-01-05,15:48:40.800] [DEBUG] Starting Remote Access! 2026-01-05 15:48:41.100 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-05 15:48:41.102 [I] [client/service.go:294] try to connect to server... 2026-01-05 15:48:42.030 [I] [client/service.go:286] [2f1387295c89c2f1] login to server success, get run id [2f1387295c89c2f1] 2026-01-05 15:48:42.032 [I] [proxy/proxy_manager.go:173] [2f1387295c89c2f1] proxy added: [DTN57CC4444] 2026-01-05 15:48:42.336 [I] [client/control.go:168] [2f1387295c89c2f1] [DTN57CC4444] start proxy success 2026-01-05 15:49:52.031 [I] [client/service.go:294] [2f1387295c89c2f1] try to connect to server... 2026-01-05 15:49:53.553 [I] [client/service.go:286] [2f1387295c89c2f1] login to server success, get run id [2f1387295c89c2f1] 2026-01-05 15:49:53.555 [I] [proxy/proxy_manager.go:173] [2f1387295c89c2f1] proxy added: [DTN57CC4444] 2026-01-05 15:49:53.861 [I] [client/control.go:168] [2f1387295c89c2f1] [DTN57CC4444] start proxy success [2026-01-05,15:50:20.197] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,15:50:27.222] [DEBUG] 6 processes running of frp type [2026-01-05,16:05:20.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,16:05:27.393] [DEBUG] 6 processes running of frp type [2026-01-05,16:20:20.479] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,16:20:27.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-01-05,16:35:17.447] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,16:35:24.163] [DEBUG] 6 processes running of frp type [2026-01-05,16:50:18.287] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,16:50:25.267] [DEBUG] 6 processes running of frp type [2026-01-05,17:05:17.588] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,17:05:24.339] [DEBUG] 6 processes running of frp type [2026-01-05,17:20:17.902] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,17:20:34.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-05,17:35:17.480] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,17:35:24.155] [DEBUG] 6 processes running of frp type [2026-01-05,17:50:19.919] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,17:50:26.949] [DEBUG] 6 processes running of frp type [2026-01-05,18:05:19.975] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,18:05:27.577] [DEBUG] 6 processes running of frp type 2026-01-05 18:18:34.798 [I] [client/service.go:294] [2f1387295c89c2f1] try to connect to server... 2026-01-05 18:18:35.889 [I] [client/service.go:286] [2f1387295c89c2f1] login to server success, get run id [2f1387295c89c2f1] 2026-01-05 18:18:35.891 [I] [proxy/proxy_manager.go:173] [2f1387295c89c2f1] proxy added: [DTN57CC4444] 2026-01-05 18:18:36.853 [I] [client/control.go:168] [2f1387295c89c2f1] [DTN57CC4444] start proxy success [2026-01-05,18:20:19.439] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,18:20:26.384] [DEBUG] 6 processes running of frp type [2026-01-05,18:25:59.506] [INFO] Initializing BusSpeedStateManager V2 [2026-01-05,18:25:59.524] [INFO] LocationSqlManager initialising [2026-01-05,18:25:59.526] [INFO] Location DB initialising [2026-01-05,18:25:59.555] [INFO] LocationSqlManager initialisation complete [2026-01-05,18:25:59.557] [DEBUG] UploadManager Init [2026-01-05,18:25:59.559] [DEBUG] UploadManager Init Complete [2026-01-05,18:25:59.571] [INFO] Initializing GPS... [2026-01-05,18:25:59.582] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:58.535] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,18:28:05.178] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:28:20.569] [DEBUG] Log Upload Complete! [2026-01-05,18:30:58.609] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,18:31:05.826] [DEBUG] Remote Access Enabled [2026-01-05,18:31:12.274] [INFO] Server Address: 138.201.17.179 [2026-01-05,18:31:12.276] [INFO] Server Port: 7000 [2026-01-05,18:31:12.288] [DEBUG] Starting Remote Access! 2026-01-05 18:31:12.581 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-05 18:31:12.582 [I] [client/service.go:294] try to connect to server... 2026-01-05 18:31:13.503 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-05 18:31:13.505 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-05 18:31:13.893 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-05,18:35:19.363] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,18:35:26.578] [DEBUG] 6 processes running of frp type [2026-01-05,18:50:19.769] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,18:50:27.079] [DEBUG] 6 processes running of frp type [2026-01-05,19:05:19.834] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,19:05:27.525] [DEBUG] 6 processes running of frp type [2026-01-05,19:20:19.350] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,19:20:26.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-05,19:35:19.258] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,19:35:26.508] [DEBUG] 6 processes running of frp type [2026-01-05,19:50:19.793] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,19:50:27.299] [DEBUG] 6 processes running of frp type [2026-01-05,20:05:20.284] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,20:05:27.767] [DEBUG] 6 processes running of frp type [2026-01-05,20:20:19.572] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,20:20:26.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-01-05,20:35:19.389] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,20:35:28.361] [DEBUG] 6 processes running of frp type [2026-01-05,20:50:17.415] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,20:50:27.060] [DEBUG] 6 processes running of frp type [2026-01-05,21:05:17.475] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,21:05:24.935] [DEBUG] 6 processes running of frp type [2026-01-05,21:20:17.517] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,21:20:24.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' 2026-01-05 21:27:20.934 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-05 21:27:22.190 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-05 21:27:22.192 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-05 21:27:22.567 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-05,21:35:17.453] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,21:35:25.758] [DEBUG] 6 processes running of frp type [2026-01-05,21:50:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,21:50:24.487] [DEBUG] 6 processes running of frp type [2026-01-05,22:05:17.695] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,22:05:24.208] [DEBUG] 6 processes running of frp type 2026-01-05 22:09:02.378 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-05 22:09:07.162 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-05 22:09:07.164 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-05 22:09:07.962 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-05,22:20:17.929] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,22:20:25.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-01-05,22:35:17.559] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,22:35:24.095] [DEBUG] 6 processes running of frp type 2026-01-05 22:42:30.590 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-05 22:42:39.352 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-05 22:42:39.353 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-05 22:42:40.209 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-05,22:50:17.595] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,22:50:28.964] [DEBUG] 6 processes running of frp type [2026-01-05,23:05:18.750] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,23:05:25.576] [DEBUG] 6 processes running of frp type [2026-01-05,23:20:17.858] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,23: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-01-05,23:35:17.847] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,23:35:24.703] [DEBUG] 6 processes running of frp type [2026-01-05,23:50:17.802] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-05,23:50:24.509] [DEBUG] 6 processes running of frp type [2026-01-06,00:05:17.697] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,00:05:24.353] [DEBUG] 6 processes running of frp type [2026-01-06,00:20:17.573] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,00: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' [2026-01-06,00:35:17.734] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,00:35:24.332] [DEBUG] 6 processes running of frp type [2026-01-06,00:50:17.531] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,00:50:24.047] [DEBUG] 6 processes running of frp type [2026-01-06,01:05:17.273] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,01:05:25.488] [DEBUG] 6 processes running of frp type [2026-01-06,01:20:17.716] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,01: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-06 01:31:26.292 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 01:31:30.038 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 01:31:30.039 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 01:31:30.404 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-06,01:35:17.666] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,01:35:24.354] [DEBUG] 6 processes running of frp type [2026-01-06,01:50:17.487] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,01:50:24.105] [DEBUG] 6 processes running of frp type [2026-01-06,02:05:17.298] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,02:05:24.176] [DEBUG] 6 processes running of frp type 2026-01-06 02:19:11.811 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 02:19:16.207 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 02:19:16.209 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 02:19:16.516 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-06,02:20:17.433] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,02:20:24.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-01-06,02:35:17.672] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,02:35:24.602] [DEBUG] 6 processes running of frp type [2026-01-06,02:50:17.062] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,02:50:23.789] [DEBUG] 6 processes running of frp type [2026-01-06,03:05:17.180] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,03:05:23.796] [DEBUG] 6 processes running of frp type [2026-01-06,03:20:17.437] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,03:20:24.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-01-06,03:35:17.926] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,03:35:25.539] [DEBUG] 6 processes running of frp type [2026-01-06,03:50:18.047] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,03:50:25.623] [DEBUG] 6 processes running of frp type 2026-01-06 04:03:42.156 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:03:42.166 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:03:44.195 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:03:44.199 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:03:48.572 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:03:48.575 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:03:57.573 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:03:57.577 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:04:17.225 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:04:17.229 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:04:37.230 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:04:37.235 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:04:57.237 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:04:57.241 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:05:17.242 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:05:17.247 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:05:37.248 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:05:37.253 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:05:57.254 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:05:57.260 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:06:17.261 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:06:17.266 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:06:37.267 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:06:37.271 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:06:57.272 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:06:57.276 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:07:17.277 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:07:17.282 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:07:37.283 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:07:37.288 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:07:57.289 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:07:57.294 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:08:17.295 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:08:17.299 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:08:37.300 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:08:37.304 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:08:57.306 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:09:05.855 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 04:09:05.856 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 04:09:06.245 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 04:10:45.458 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:10:55.460 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:10:55.461 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:11:05.462 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:11:05.463 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:11:17.504 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 04:11:17.506 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:11:27.507 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:11:27.508 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:11:37.510 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:11:57.512 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:12:07.514 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:12:27.515 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:12:29.759 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:12:49.760 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:12:52.052 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:13:12.053 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:13:14.345 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:13:34.347 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:13:35.262 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 04:13:35.263 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 04:13:35.569 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 04:15:45.889 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:15:57.471 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 04:15:57.472 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:16:07.473 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:16:07.474 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:16:17.475 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:16:17.476 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:16:27.477 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:16:27.478 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:16:37.480 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:16:57.482 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:17:00.532 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:17:20.533 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:17:23.572 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:17:43.574 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:17:45.012 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:18:05.013 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:18:07.305 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:18:27.306 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:18:29.598 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:18:49.599 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:18:50.461 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 04:18:50.462 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 04:18:50.745 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-06,04:20:17.087] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-01-06 04:20:30.726 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:20:40.728 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:20:40.729 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:20:50.730 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:20:50.731 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:20:50.932 [W] [client/service.go:297] [3b1aad8fedee9af0] 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) 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host')) 2026-01-06 04:21:00.563 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:21:02.719 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:21:22.538 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:21:25.572 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:21:45.573 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:21:55.575 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:22:15.576 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:22:25.578 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:22:45.579 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:22:46.078 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:23:06.079 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:23:06.345 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:23:26.347 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:23:29.385 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:23:49.386 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:23:50.294 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 04:23:50.295 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 04:23:50.594 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 04:26:00.962 [I] [client/service.go:294] [3b1aad8fedee9af0] 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-06 04:26:10.964 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:26:10.965 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:26:20.967 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:26:20.967 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:26:30.968 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:26:30.969 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:26:40.971 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:27:00.972 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:27:04.025 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:27:24.026 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:27:27.065 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:27:47.066 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:27:50.105 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:28:10.106 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:28:12.398 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:28:32.399 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:28:34.692 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:28:54.694 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:28:55.631 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 04:28:55.633 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 04:28:55.941 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 04:31:39.763 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:31:49.765 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:31:49.765 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:31:59.767 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:31:59.768 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:32:09.770 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:32:09.770 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:32:19.772 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:32:19.773 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:32:29.775 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:32:49.777 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:32:52.318 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:33:12.319 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:33:14.612 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:33:34.613 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:33:36.676 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 04:33:36.678 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 04:33:36.982 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-06,04:35:17.458] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,04:35:24.064] [DEBUG] 6 processes running of frp type 2026-01-06 04:36:18.951 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:36:37.276 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: i/o deadline reached 2026-01-06 04:36:37.277 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:36:50.607 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 04:36:50.608 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:37:00.609 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:37:00.609 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:37:10.611 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:37:10.612 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:37:20.613 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:37:40.615 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:37:42.186 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:38:02.187 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:38:12.189 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:38:32.191 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:38:32.398 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:38:52.399 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:38:53.284 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 04:38:53.286 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 04:38:53.588 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 04:41:04.602 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:41:05.918 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:41:05.919 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:41:08.958 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:41:08.958 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:41:11.999 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:41:21.281 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:41:24.158 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:41:42.887 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:41:45.439 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:42:05.441 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:42:15.443 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:42:35.444 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:42:39.491 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:42:59.493 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:43:01.784 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:43:21.785 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:43:24.078 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:43:44.079 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:43:45.024 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 04:43:45.026 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 04:43:45.341 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 04:45:55.326 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:46:05.328 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:46:05.328 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:46:25.019 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 04:46:25.019 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:46:35.021 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:46:35.022 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:46:45.024 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:46:45.024 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:46:57.808 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: i/o deadline reached 2026-01-06 04:47:17.809 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:47:27.812 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:47:47.813 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:47:57.815 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:48:17.816 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:48:20.212 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:48:40.213 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:48:41.889 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 04:48:41.889 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 04:48:42.203 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-06,04:50:17.719] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,04:50:24.372] [DEBUG] 6 processes running of frp type 2026-01-06 04:50:52.127 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:51:09.066 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 04:51:09.067 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:51:21.601 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 04:51:21.602 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:51:35.137 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 04:51:35.137 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:51:45.140 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:51:45.141 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:52:01.394 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 04:52:21.395 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:52:31.397 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:52:51.398 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:52:51.465 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:53:11.466 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:53:11.731 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:53:31.733 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:53:41.735 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:54:01.736 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:54:02.734 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 04:54:02.736 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 04:54:03.050 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 04:56:45.681 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:56:55.683 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:56:55.684 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:57:05.686 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:57:05.687 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:57:15.688 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 04:57:15.688 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:57:18.718 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:57:37.862 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:57:40.905 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:58:00.906 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:58:01.011 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:58:21.013 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:58:23.785 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 04:58:43.786 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 04:58:45.757 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 04:58:45.758 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 04:58:46.094 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 05:01:26.434 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:01:36.436 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:01:36.437 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:01:46.439 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:01:46.439 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:01:56.441 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:01:56.441 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:01:59.492 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:02:16.972 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:02:19.465 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:02:39.466 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:02:49.468 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:03:09.470 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:03:19.472 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:03:39.473 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:03:47.373 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 05:03:47.374 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 05:03:47.699 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-06,05:05:17.889] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,05:05:25.527] [DEBUG] 6 processes running of frp type 2026-01-06 05:06:30.226 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:06:40.229 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:06:40.229 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:06:50.231 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:06:50.232 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:06:50.398 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:06:58.798 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:07:14.878 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: i/o deadline reached 2026-01-06 05:07:14.879 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:07:24.881 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:07:44.882 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:07:47.917 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:08:07.919 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:08:10.212 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:08:30.213 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:08:40.215 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:09:00.217 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:09:01.276 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 05:09:01.277 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 05:09:01.593 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 05:12:48.193 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:12:52.238 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:12:52.239 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:13:04.636 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 05:13:04.637 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:13:18.116 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 05:13:18.117 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:13:30.684 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 05:13:30.685 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:13:40.687 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:14:00.688 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:14:01.567 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 05:14:01.568 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 05:14:01.869 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 05:16:14.640 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:16:16.799 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:16:16.800 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:16:19.839 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:16:19.841 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:16:22.878 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:16:31.966 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:16:33.012 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:16:51.216 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:16:52.264 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:17:12.265 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:17:12.531 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:17:32.532 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:17:34.825 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:17:54.826 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:17:57.118 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:18:17.119 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:18:17.384 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:18:37.386 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:18:39.679 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:18:59.681 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:19:00.661 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 05:19:00.663 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 05:19:01.050 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-06,05:20:17.975] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,05:20:24.438] [DEBUG] 6 processes running of frp type 2026-01-06 05:21:10.975 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:21:20.977 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:21:20.978 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:21:30.979 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:21:30.980 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:21:43.183 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 05:21:43.184 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:21:57.286 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 05:21:57.286 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:22:07.289 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:22:27.290 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:22:37.292 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:22:57.293 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:22:58.505 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:23:18.507 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:23:21.545 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:23:41.547 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:23:43.838 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:24:03.840 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:24:04.782 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 05:24:04.784 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 05:24:05.096 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] 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-06 05:26:15.062 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:26:25.064 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:26:25.064 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:26:35.067 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:26:35.067 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:26:45.069 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:26:45.070 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:26:46.558 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:27:03.198 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:27:13.201 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:27:33.204 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:27:39.465 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:27:59.466 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:28:02.504 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:28:22.506 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:28:24.798 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:28:44.800 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:28:45.065 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:29:05.066 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:29:05.980 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 05:29:05.981 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 05:29:06.298 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 05:31:16.423 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:31:26.425 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:31:26.426 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:31:36.427 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:31:36.428 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:31:46.430 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:31:46.431 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:32:02.337 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 05:32:02.338 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:32:12.340 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:32:32.342 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:32:42.344 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:33:02.345 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:33:04.692 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:33:24.693 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:33:26.985 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:33:46.986 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:33:47.251 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:34:07.252 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:34:08.157 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 05:34:08.158 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 05:34:08.472 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-06,05:35:17.695] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,05:35:24.503] [DEBUG] 6 processes running of frp type 2026-01-06 05:35:54.186 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:36:04.189 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:36:04.190 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:36:14.192 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:36:14.193 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:36:24.195 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:36:24.195 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:36:34.197 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:36:34.197 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:36:40.478 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:37:00.479 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:37:10.481 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:37:30.482 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:37:40.484 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:38:00.484 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:38:01.117 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:38:21.119 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:38:21.384 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:38:41.386 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:38:51.389 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:39:11.390 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:39:12.676 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 05:39:12.678 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 05:39:13.107 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 05:41:22.727 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:41:25.758 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:41:25.759 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:41:28.798 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:41:28.799 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:41:31.838 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:41:41.020 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:41:44.051 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:42:03.287 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:42:14.404 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 05:42:34.406 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:42:44.408 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:43:04.410 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:43:05.491 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:43:25.493 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:43:35.496 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:43:55.498 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:44:00.113 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 05:44:00.114 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 05:44:00.627 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 05:46:10.047 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:46:20.048 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:46:20.049 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:46:30.050 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:46:30.051 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:46:40.053 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:46:40.053 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:46:50.055 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:46:50.055 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:46:59.971 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:47:19.972 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:47:29.974 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:47:49.976 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:47:59.978 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:48:19.979 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:48:20.344 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:48:40.345 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:48:50.347 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:49:10.348 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:49:11.300 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 05:49:11.301 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 05:49:11.612 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-06,05:50:17.924] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,05:50:24.545] [DEBUG] 6 processes running of frp type 2026-01-06 05:52:24.738 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:52:34.740 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:52:34.741 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:52:51.963 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 05:52:51.964 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:53:05.463 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 05:53:05.463 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:53:18.168 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 05:53:18.169 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:53:32.081 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 05:53:52.081 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:54:02.618 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 05:54:02.620 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 05:54:02.936 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 05:56:43.290 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:56:53.292 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:56:53.293 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:57:03.294 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:57:03.295 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:57:13.296 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:57:13.297 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:57:16.345 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:57:35.578 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:57:38.291 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:57:58.292 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:58:08.295 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:58:28.295 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:58:38.298 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 05:58:58.299 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:58:58.851 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 05:59:18.852 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 05:59:19.866 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 05:59:19.868 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 05:59:20.212 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 06:02:02.783 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:02:12.785 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:02:12.786 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:02:32.117 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 06:02:32.118 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:02:45.857 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 06:02:45.858 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:02:58.382 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 06:02:58.383 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:03:10.842 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 06:03:30.843 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:03:40.845 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:04:00.845 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:04:02.024 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:04:22.025 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:04:22.978 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 06:04:22.980 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 06:04:23.295 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-06,06:05:17.803] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,06:05:24.922] [DEBUG] 6 processes running of frp type 2026-01-06 06:06:03.038 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:06:13.039 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:06:13.040 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:06:23.041 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:06:23.042 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:06:32.477 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:06:32.478 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:06:35.518 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:06:55.048 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:06:57.811 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:07:17.812 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:07:27.814 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:07:47.815 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:07:57.817 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:08:17.818 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:08:20.851 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:08:40.853 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:08:43.144 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:09:03.145 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:09:03.411 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:09:23.413 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:09:24.404 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 06:09:24.406 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 06:09:24.979 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 06:11:34.660 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:11:36.825 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:11:36.825 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:11:39.865 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:11:39.865 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:11:42.905 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:11:52.210 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:11:55.065 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:12:15.066 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:12:26.346 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 06:12:46.348 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:12:49.384 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:13:09.386 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:13:11.358 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:13:31.359 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:13:33.651 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:13:53.652 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:13:53.917 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:14:13.919 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:14:15.058 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 06:14:15.058 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 06:14:15.396 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success 2026-01-06 06:16:25.235 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:16:28.265 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:16:28.266 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:16:31.305 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:16:31.306 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:16:34.344 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:16:43.272 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:16:43.464 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:17:02.557 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:17:03.731 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:17:23.733 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:17:26.024 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:17:46.026 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:17:56.028 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:18:16.029 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:18:17.224 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:18:37.225 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:18:37.491 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:18:57.492 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:18:59.784 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:19:19.785 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:19:20.776 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 06:19:20.778 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 06:19:21.084 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-06,06:20:17.129] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,06:20:23.699] [DEBUG] 6 processes running of frp type 2026-01-06 06:21:31.279 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:21:43.340 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 06:21:43.341 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:21:55.880 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 06:21:55.881 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:22:08.682 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 06:22:08.683 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:22:18.685 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:22:18.686 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:22:32.815 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 06:22:52.816 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:22:56.881 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:23:16.883 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:23:19.170 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:23:39.172 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:23:41.465 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:24:01.466 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:24:01.730 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:24:21.732 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:24:22.653 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 06:24:22.654 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 06:24:22.967 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] 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-06 06:26:32.983 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:26:49.567 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 06:26:49.567 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:26:59.570 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:26:59.570 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:27:12.362 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 06:27:12.363 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:27:25.471 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 06:27:25.474 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:27:39.025 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: connection write timeout 2026-01-06 06:27:59.027 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:28:09.029 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:28:29.031 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:28:31.891 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:28:51.893 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:29:01.894 [W] [client/service.go:297] [3b1aad8fedee9af0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:29:21.895 [I] [client/service.go:294] [3b1aad8fedee9af0] try to connect to server... 2026-01-06 06:29:22.872 [I] [client/service.go:286] [3b1aad8fedee9af0] login to server success, get run id [3b1aad8fedee9af0] 2026-01-06 06:29:22.873 [I] [proxy/proxy_manager.go:173] [3b1aad8fedee9af0] proxy added: [DTN57CC4444] 2026-01-06 06:29:23.208 [I] [client/control.go:168] [3b1aad8fedee9af0] [DTN57CC4444] start proxy success [2026-01-06,06:30:41.392] [INFO] Initializing BusSpeedStateManager V2 [2026-01-06,06:30:41.399] [INFO] LocationSqlManager initialising [2026-01-06,06:30:41.400] [INFO] Location DB initialising [2026-01-06,06:30:41.411] [INFO] LocationSqlManager initialisation complete [2026-01-06,06:30:41.412] [DEBUG] UploadManager Init [2026-01-06,06:30:41.413] [DEBUG] UploadManager Init Complete [2026-01-06,06:30:41.417] [INFO] Initializing GPS... [2026-01-06,06:30:41.420] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:44.907] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,06:35:51.521] [DEBUG] Remote Access Enabled [2026-01-06,06:35:57.784] [INFO] Server Address: 138.201.17.179 [2026-01-06,06:35:57.785] [INFO] Server Port: 7000 [2026-01-06,06:35:57.791] [DEBUG] Starting Remote Access! 2026-01-06 06:35:57.926 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-06 06:35:57.927 [I] [client/service.go:294] try to connect to server... 2026-01-06 06:35:58.872 [I] [client/service.go:286] [07801c997c2a1fa5] login to server success, get run id [07801c997c2a1fa5] 2026-01-06 06:35:58.873 [I] [proxy/proxy_manager.go:173] [07801c997c2a1fa5] proxy added: [DTN57CC4444] 2026-01-06 06:35:59.184 [I] [client/control.go:168] [07801c997c2a1fa5] [DTN57CC4444] start proxy success 2026-01-06 06:36:38.235 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:36:48.238 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:36:48.238 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:36:51.291 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:36:51.292 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:36:54.331 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:37:04.055 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:37:07.104 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:37:27.105 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:37:27.370 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:37:47.372 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:37:57.375 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:38:17.375 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:38:26.517 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:38:46.518 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:38:47.798 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:39:07.799 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:39:09.078 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:39:29.080 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:39:29.991 [I] [client/service.go:286] [07801c997c2a1fa5] login to server success, get run id [07801c997c2a1fa5] 2026-01-06 06:39:29.993 [I] [proxy/proxy_manager.go:173] [07801c997c2a1fa5] proxy added: [DTN57CC4444] 2026-01-06 06:39:30.290 [I] [client/control.go:168] [07801c997c2a1fa5] [DTN57CC4444] start proxy success 2026-01-06 06:41:40.304 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:41:50.306 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:41:50.307 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:42:00.309 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:42:00.310 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:42:10.311 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:42:10.312 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:42:20.224 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:42:20.225 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:42:23.265 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:42:43.266 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:42:53.268 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:43:13.269 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:43:23.272 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:43:43.273 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:43:45.878 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:44:05.879 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:44:08.918 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:44:28.919 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:44:29.932 [I] [client/service.go:286] [07801c997c2a1fa5] login to server success, get run id [07801c997c2a1fa5] 2026-01-06 06:44:29.934 [I] [proxy/proxy_manager.go:173] [07801c997c2a1fa5] proxy added: [DTN57CC4444] 2026-01-06 06:44:30.248 [I] [client/control.go:168] [07801c997c2a1fa5] [DTN57CC4444] start proxy success 2026-01-06 06:46:40.143 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:46:52.800 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: connection write timeout 2026-01-06 06:46:52.800 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:47:02.801 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:47:02.802 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:47:12.803 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:47:12.804 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:47:12.971 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:47:32.692 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:47:42.695 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:48:02.695 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:48:12.698 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:48:32.699 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:48:35.744 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:48:55.745 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:48:58.037 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:49:18.039 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:49:19.429 [I] [client/service.go:286] [07801c997c2a1fa5] login to server success, get run id [07801c997c2a1fa5] 2026-01-06 06:49:19.430 [I] [proxy/proxy_manager.go:173] [07801c997c2a1fa5] proxy added: [DTN57CC4444] 2026-01-06 06:49:19.761 [I] [client/control.go:168] [07801c997c2a1fa5] [DTN57CC4444] start proxy success [2026-01-06,06:50:17.758] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,06:50:24.428] [DEBUG] 6 processes running of frp type 2026-01-06 06:52:31.730 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:52:41.732 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:52:41.734 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:52:51.735 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:52:51.736 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:53:04.599 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: connection write timeout 2026-01-06 06:53:04.600 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:53:15.367 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: connection write timeout 2026-01-06 06:53:15.367 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:53:26.527 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: connection write timeout 2026-01-06 06:53:46.528 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:54:03.476 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: connection write timeout 2026-01-06 06:54:23.478 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:54:24.390 [I] [client/service.go:286] [07801c997c2a1fa5] login to server success, get run id [07801c997c2a1fa5] 2026-01-06 06:54:24.392 [I] [proxy/proxy_manager.go:173] [07801c997c2a1fa5] proxy added: [DTN57CC4444] 2026-01-06 06:54:24.705 [I] [client/control.go:168] [07801c997c2a1fa5] [DTN57CC4444] start proxy success 2026-01-06 06:56:35.193 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:56:45.195 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:56:45.196 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:57:02.800 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: connection write timeout 2026-01-06 06:57:02.801 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:57:21.620 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: connection write timeout 2026-01-06 06:57:21.621 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:57:34.657 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: connection write timeout 2026-01-06 06:57:34.657 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:57:49.441 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: connection write timeout 2026-01-06 06:58:09.442 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:58:19.443 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 06:58:39.445 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:58:41.504 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:59:01.506 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:59:01.610 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:59:21.611 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:59:27.690 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 06:59:47.691 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 06:59:48.635 [I] [client/service.go:286] [07801c997c2a1fa5] login to server success, get run id [07801c997c2a1fa5] 2026-01-06 06:59:48.636 [I] [proxy/proxy_manager.go:173] [07801c997c2a1fa5] proxy added: [DTN57CC4444] 2026-01-06 06:59:48.943 [I] [client/control.go:168] [07801c997c2a1fa5] [DTN57CC4444] start proxy success 2026-01-06 07:01:59.644 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:02:11.594 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: connection write timeout 2026-01-06 07:02:11.595 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:02:21.596 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:02:21.597 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:02:31.598 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:02:31.599 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:02:41.601 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:02:41.601 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:02:54.785 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: connection write timeout 2026-01-06 07:03:14.787 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:03:24.789 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:03:44.790 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:03:54.793 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:04:14.794 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:04:23.783 [I] [client/service.go:286] [07801c997c2a1fa5] login to server success, get run id [07801c997c2a1fa5] 2026-01-06 07:04:23.784 [I] [proxy/proxy_manager.go:173] [07801c997c2a1fa5] proxy added: [DTN57CC4444] 2026-01-06 07:04:24.080 [I] [client/control.go:168] [07801c997c2a1fa5] [DTN57CC4444] start proxy success [2026-01-06,07:05:17.780] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,07:05:24.403] [DEBUG] 6 processes running of frp type 2026-01-06 07:06:28.371 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:06:38.373 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:06:38.373 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:06:48.374 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:06:48.375 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:06:58.377 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:06:58.377 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:06:58.677 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:07:18.679 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:07:21.078 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:07:41.079 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:07:51.081 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:08:11.082 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:08:21.084 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:08:41.085 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:08:44.118 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:09:04.119 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:09:04.384 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:09:24.385 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:09:25.873 [I] [client/service.go:286] [07801c997c2a1fa5] login to server success, get run id [07801c997c2a1fa5] 2026-01-06 07:09:25.874 [I] [proxy/proxy_manager.go:173] [07801c997c2a1fa5] proxy added: [DTN57CC4444] 2026-01-06 07:09:26.168 [I] [client/control.go:168] [07801c997c2a1fa5] [DTN57CC4444] start proxy success 2026-01-06 07:11:36.151 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:11:46.153 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:11:46.154 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:11:56.155 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:11:56.156 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:12:06.158 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:12:06.158 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:12:16.160 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:12:16.161 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:12:16.330 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:12:36.332 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:12:37.398 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:12:57.399 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:12:59.691 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:13:19.693 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:13:19.957 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:13:39.958 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:13:42.251 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:14:02.252 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:14:04.545 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:14:24.546 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:14:24.811 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:14:44.812 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:14:45.744 [I] [client/service.go:286] [07801c997c2a1fa5] login to server success, get run id [07801c997c2a1fa5] 2026-01-06 07:14:45.745 [I] [proxy/proxy_manager.go:173] [07801c997c2a1fa5] proxy added: [DTN57CC4444] 2026-01-06 07:14:46.058 [I] [client/control.go:168] [07801c997c2a1fa5] [DTN57CC4444] start proxy success 2026-01-06 07:16:57.247 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:17:00.278 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:17:00.278 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:17:03.318 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:17:03.318 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:17:06.358 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:17:15.509 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:17:18.544 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:17:38.070 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:17:48.072 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:18:08.073 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:18:16.331 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:18:36.333 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:18:36.544 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:18:56.545 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:18:59.584 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:19:19.586 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:19:20.865 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:19:40.866 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:19:41.827 [I] [client/service.go:286] [07801c997c2a1fa5] login to server success, get run id [07801c997c2a1fa5] 2026-01-06 07:19:41.828 [I] [proxy/proxy_manager.go:173] [07801c997c2a1fa5] proxy added: [DTN57CC4444] 2026-01-06 07:19:42.137 [I] [client/control.go:168] [07801c997c2a1fa5] [DTN57CC4444] start proxy success [2026-01-06,07:20:17.741] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,07:20:24.320] [DEBUG] 6 processes running of frp type 2026-01-06 07:22:24.728 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:22:27.770 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:22:27.771 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:22:30.811 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:22:30.812 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:22:43.275 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: connection write timeout 2026-01-06 07:22:43.275 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:22:53.277 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:22:53.278 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:23:03.280 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:23:23.281 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:23:33.284 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:23:53.285 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:23:56.331 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:24:16.332 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:24:18.624 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:24:38.625 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:24:40.095 [I] [client/service.go:286] [07801c997c2a1fa5] login to server success, get run id [07801c997c2a1fa5] 2026-01-06 07:24:40.098 [I] [proxy/proxy_manager.go:173] [07801c997c2a1fa5] proxy added: [DTN57CC4444] 2026-01-06 07:24:40.420 [I] [client/control.go:168] [07801c997c2a1fa5] [DTN57CC4444] 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-06 07:26:49.872 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:26:59.874 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:26:59.874 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:27:09.876 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:27:09.877 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:27:19.878 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:27:19.879 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:27:29.880 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 07:27:29.881 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:27:36.010 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:27:56.011 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:27:59.051 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:28:19.052 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:28:22.091 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:28:42.092 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:28:42.410 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:29:02.411 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:29:02.677 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:29:22.679 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:29:24.971 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 07:29:44.972 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:29:45.887 [I] [client/service.go:286] [07801c997c2a1fa5] login to server success, get run id [07801c997c2a1fa5] 2026-01-06 07:29:45.888 [I] [proxy/proxy_manager.go:173] [07801c997c2a1fa5] proxy added: [DTN57CC4444] 2026-01-06 07:29:46.193 [I] [client/control.go:168] [07801c997c2a1fa5] [DTN57CC4444] start proxy success 2026-01-06 07:31:56.177 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:31:56.178 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:31:58.242 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:31:58.243 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:32:02.434 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:32:02.435 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:32:11.605 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:32:11.606 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:32:31.607 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:32:31.609 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:32:51.610 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:32:51.611 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:33:11.611 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:33:11.613 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:33:31.614 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:33:31.616 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:33:51.617 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:33:51.619 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:34:11.619 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:34:11.621 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:34:31.622 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:34:31.623 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:34:51.625 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:34:51.627 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:35:11.627 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:35:11.629 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:35:31.630 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:35:31.631 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:35:51.632 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:35:51.633 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:36:11.635 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:36:11.636 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:36:31.637 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:36:31.638 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:36:51.639 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:36:51.640 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:37:11.641 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:37:11.643 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:37:31.644 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:37:31.645 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:37:51.646 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:37:51.647 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:38:11.649 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:38:11.650 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:38:31.651 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:38:31.653 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:38:51.654 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:38:51.655 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:39:11.656 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:39:11.658 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:39:31.658 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:39:31.660 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:39:51.661 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:39:51.663 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:40:11.663 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:40:11.665 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:40:31.666 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:40:31.668 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:40:51.669 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:40:51.670 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:41:11.671 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:41:11.672 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:41:31.674 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:41:31.675 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:41:51.677 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:41:51.678 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:42:11.679 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:42:11.681 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:42:31.682 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:42:31.683 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:42:51.685 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:42:51.686 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:43:11.686 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:43:11.688 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:43:31.689 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:43:31.690 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:43:51.691 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:43:51.692 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:44:11.694 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:44:11.695 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:44:31.697 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:44:31.698 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:44:51.699 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:44:51.700 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:45:11.700 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:45:11.702 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:45:31.703 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:45:31.704 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:45:51.705 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:45:51.707 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:46:11.708 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:46:11.709 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:46:31.710 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:46:31.712 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:46:51.713 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:46:51.714 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:47:11.715 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:47:11.716 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:47:31.717 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:47:31.719 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:47:51.720 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:47:51.721 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:48:11.722 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:48:11.724 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:48:31.725 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:48:31.727 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:48:51.728 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:48:51.729 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:49:11.731 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:49:11.732 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:49:31.734 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:49:31.735 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:49:51.737 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:49:51.738 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:50:11.739 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:50:11.741 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:50:31.742 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:50:31.743 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:50:51.745 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:50:51.746 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:51:11.748 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:51:11.749 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:51:31.750 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:51:31.751 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:51:51.753 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:51:51.754 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:52:11.755 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:52:11.756 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:52:31.757 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:52:31.758 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:52:51.760 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:52:51.761 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:53:11.762 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:53:11.763 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:53:31.764 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:53:31.765 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:53:51.766 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:53:51.767 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:54:11.769 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:54:11.770 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:54:31.771 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:54:31.773 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:54:51.773 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:54:51.774 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:55:11.775 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:55:11.776 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:55:31.777 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:55:31.778 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:55:51.779 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:55:51.780 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:56:11.781 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:56:11.782 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:56:31.783 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:56:31.785 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:56:51.786 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:56:51.788 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:57:11.789 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:57:11.790 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:57:31.791 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:57:31.792 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:57:51.794 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:57:51.795 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:58:11.797 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:58:11.798 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:58:31.799 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:58:31.801 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:58:51.802 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:58:51.803 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:59:11.803 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:59:11.805 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:59:31.806 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:59:31.808 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 07:59:51.808 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 07:59:51.810 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:00:11.811 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:00:11.813 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:00:31.813 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:00:31.815 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:00:51.816 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:00:51.818 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:01:11.819 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:01:11.820 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:01:31.822 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:01:31.824 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:01:51.824 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:01:51.826 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:02:11.828 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:02:11.829 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:02:31.830 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:02:31.832 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:02:51.833 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:02:51.835 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:03:11.836 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:03:11.837 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:03:31.839 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:03:31.840 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:03:51.841 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:03:51.843 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:04:11.844 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:04:11.845 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:04:31.847 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:04:31.848 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:04:51.850 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:04:51.851 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:05:11.853 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:05:11.854 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:05:31.855 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:05:31.856 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:05:51.861 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:05:51.863 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:06:11.864 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:06:11.865 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:06:31.867 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:06:31.867 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:06:51.868 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:06:51.870 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:07:11.871 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:07:11.873 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:07:31.874 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:07:31.903 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:07:51.904 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:07:51.906 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:08:11.907 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:08:11.908 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:08:31.909 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:08:31.910 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:08:51.910 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:08:51.912 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:09:11.913 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:09:11.914 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:09:31.915 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:09:31.917 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:09:51.919 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:09:51.920 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:10:11.921 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:10:11.922 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:10:31.924 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:10:31.925 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:10:51.925 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:10:51.927 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:11:11.928 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:11:11.929 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:11:31.931 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:11:31.934 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:11:51.935 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:11:51.936 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:12:11.937 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:12:11.939 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:12:31.940 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:12:31.942 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:12:51.942 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:12:51.944 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:13:11.945 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:13:11.946 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:13:31.948 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:13:31.950 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:13:51.951 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:13:51.953 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:14:11.953 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:14:11.955 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:14:31.956 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:14:31.957 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:14:51.958 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:14:51.959 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:15:11.960 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:15:11.961 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:15:31.961 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:15:31.965 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:15:51.967 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:15:51.969 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:16:11.970 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:16:11.972 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:16:31.973 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:16:31.974 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:16:51.975 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:16:51.976 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:17:11.977 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:17:11.979 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:17:31.980 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:17:31.983 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:17:51.984 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:17:51.985 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:18:11.986 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:18:11.988 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:18:31.988 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:18:31.989 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:18:51.991 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:18:51.992 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:19:11.994 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:19:11.995 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:19:31.997 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:19:31.999 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:19:52.000 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:19:52.001 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:20:12.002 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:20:12.004 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:20:32.005 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:20:32.006 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:20:52.007 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:20:52.008 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:21:12.008 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:21:12.010 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:21:32.012 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:21:32.014 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:21:52.015 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:21:52.016 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:22:12.018 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:22:12.019 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:22:32.021 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:22:32.022 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:22:52.024 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:22:52.025 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:23:12.026 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:23:12.027 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:23:32.030 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:23:32.032 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:23:52.033 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:23:52.034 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:24:12.035 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:24:12.036 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:24:32.037 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:24:32.038 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:24:52.039 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:24:52.041 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:25:12.042 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:25:12.043 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:25:32.045 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:25:32.047 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:25:52.048 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:25:52.049 [W] [client/service.go:297] [07801c997c2a1fa5] 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-06 08:26:12.051 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:26:12.052 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:26:32.053 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:26:32.055 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:26:52.056 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:26:52.058 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:27:12.059 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:27:12.060 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:27:32.061 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:27:32.067 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:27:52.068 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:27:52.070 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:28:12.071 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:28:12.072 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:28:32.073 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:28:32.074 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:28:52.075 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:28:52.076 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:29:12.077 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:29:12.079 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:29:32.081 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:29:32.083 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:29:52.084 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:29:52.085 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:30:12.086 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:30:12.087 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:30:32.087 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:30:32.089 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:30:52.090 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:30:52.091 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:31:12.092 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:31:12.093 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:31:32.094 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:31:32.098 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:31:52.099 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:31:52.101 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:32:12.101 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:32:12.103 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:32:32.104 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:32:32.106 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:32:52.106 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:32:52.108 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:33:12.109 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:33:12.110 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:33:32.110 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:33:32.113 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:33:52.115 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:33:52.116 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:34:12.118 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:34:12.119 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:34:32.120 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:34:32.122 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:34:52.123 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:34:52.124 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:35:12.126 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:35:12.127 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:35:32.127 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:35:32.130 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:35:52.131 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:35:52.133 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:36:12.134 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:36:12.135 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:36:32.137 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:36:32.138 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:36:52.139 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:36:52.141 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:37:12.141 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:37:12.142 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:37:32.145 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:37:32.146 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:37:52.148 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:37:52.150 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:38:12.151 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:38:12.152 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:38:32.153 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:38:32.154 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:38:52.156 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:38:52.157 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:39:12.159 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:39:12.160 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:39:32.161 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:39:32.164 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:39:52.164 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:39:52.166 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:40:12.168 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:40:12.169 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:40:32.170 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:40:32.171 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:40:52.172 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:40:52.174 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:41:12.174 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:41:12.176 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:41:32.178 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:41:32.180 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:41:52.180 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:41:52.182 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:42:12.183 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:42:12.184 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:42:32.185 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:42:32.186 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:42:52.188 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:42:52.189 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:43:12.190 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:43:12.191 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:43:32.193 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:43:32.195 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:43:52.196 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:43:52.197 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:44:12.199 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:44:12.200 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:44:32.200 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:44:32.202 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:44:52.204 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:44:52.206 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:45:12.207 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:45:12.208 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:45:32.209 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:45:32.213 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:45:52.214 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:45:52.215 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:46:12.216 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:46:12.218 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:46:32.219 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:46:32.220 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:46:52.221 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:46:52.222 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:47:12.223 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:47:12.225 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:47:32.226 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:47:32.227 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:47:52.229 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:47:52.231 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:48:12.232 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:48:12.234 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:48:32.234 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:48:32.235 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:48:52.236 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:48:52.238 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:49:12.239 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:49:12.241 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:49:32.241 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:49:32.243 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:49:52.244 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:49:52.245 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:50:12.247 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:50:12.248 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:50:32.250 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:50:32.251 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:50:52.251 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:50:52.253 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:51:12.254 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:51:12.255 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:51:32.256 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:51:32.258 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:51:52.259 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:51:52.261 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:52:12.262 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:52:12.263 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:52:32.264 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:52:32.265 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:52:52.266 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:52:52.267 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:53:12.268 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:53:12.270 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:53:32.272 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:53:32.273 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:53:52.275 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:53:52.276 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:54:12.277 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:54:12.278 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:54:32.279 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:54:32.280 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:54:52.282 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:54:52.283 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:55:12.284 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:55:12.285 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:55:32.287 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:55:32.289 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:55:52.291 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:55:52.293 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:56:12.293 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:56:12.295 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:56:32.296 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:56:32.297 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:56:52.298 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:56:52.299 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:57:12.300 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:57:12.301 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:57:32.302 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:57:32.306 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:57:52.307 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:57:52.309 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:58:12.311 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:58:12.312 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:58:32.314 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:58:32.315 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:58:52.316 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:58:52.318 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:59:12.318 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:59:12.320 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:59:32.322 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:59:32.324 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 08:59:52.325 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 08:59:52.326 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:00:12.327 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:00:12.328 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:00:32.330 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:00:32.331 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:00:52.332 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:00:52.333 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:01:12.333 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:01:12.335 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:01:32.335 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:01:32.339 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:01:52.340 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:01:52.341 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:02:12.342 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:02:12.343 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:02:32.344 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:02:32.346 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:02:52.347 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:02:52.348 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:03:12.348 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:03:12.350 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:03:32.350 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:03:32.354 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:03:52.355 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:03:52.356 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:04:12.357 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:04:12.358 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:04:32.359 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:04:32.360 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:04:52.361 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:04:52.362 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:05:12.363 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:05:12.364 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:05:32.366 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:05:32.368 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:05:52.370 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:05:52.372 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:06:12.372 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:06:12.374 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:06:32.374 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:06:32.376 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:06:52.377 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:06:52.379 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:07:12.380 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:07:12.381 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:07:32.384 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:07:32.387 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:07:52.388 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:07:52.390 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:08:12.390 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:08:12.392 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:08:32.392 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:08:32.393 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:08:52.395 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:08:52.396 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:09:12.397 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:09:12.398 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:09:32.401 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:09:32.402 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:09:52.404 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:09:52.406 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:10:12.407 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:10:12.408 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:10:32.409 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:10:32.411 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:10:52.412 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:10:52.414 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:11:12.415 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:11:12.416 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:11:32.418 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:11:32.420 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:11:52.420 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:11:52.422 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:12:12.423 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:12:12.424 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:12:32.426 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:12:32.427 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:12:52.428 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:12:52.430 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:13:12.431 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:13:12.432 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:13:32.432 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:13:32.436 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:13:52.438 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:13:52.439 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:14:12.441 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:14:12.442 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:14:32.442 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:14:32.444 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:14:52.445 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:14:52.446 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:15:12.448 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:15:12.449 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:15:32.450 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:15:32.455 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:15:52.456 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:15:52.458 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:16:12.459 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:16:12.460 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:16:32.461 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:16:32.463 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:16:52.464 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:16:52.465 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:17:12.466 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:17:12.467 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:17:32.470 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:17:32.471 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:17:52.473 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:17:52.474 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:18:12.475 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:18:12.477 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:18:32.477 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:18:32.479 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:18:52.481 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:18:52.482 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:19:12.483 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:19:12.485 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:19:32.487 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:19:32.491 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:19:52.492 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:19:52.493 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:20:12.494 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:20:12.495 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:20:32.496 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:20:32.497 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:20:52.498 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:20:52.500 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:21:12.501 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:21:12.502 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:21:32.504 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:21:32.507 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:21:52.507 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:21:52.509 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:22:12.511 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:22:12.512 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:22:32.513 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:22:32.514 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:22:52.515 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:22:52.516 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:23:12.518 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:23:12.519 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:23:32.522 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:23:32.552 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:23:52.554 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:23:52.556 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:24:12.556 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:24:12.558 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:24:32.559 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:24:32.560 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:24:52.561 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:24:52.562 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:25:12.564 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:25:12.566 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:25:32.566 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:25:32.570 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:25:52.571 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:25:52.573 [W] [client/service.go:297] [07801c997c2a1fa5] 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-06 09:26:12.574 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:26:12.575 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:26:32.576 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:26:32.578 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:26:52.578 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:26:52.580 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:27:12.580 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:27:12.582 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:27:32.583 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:27:32.585 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:27:52.586 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:27:52.587 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:28:12.589 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:28:12.590 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:28:32.591 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:28:32.592 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:28:52.593 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:28:52.594 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:29:12.595 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:29:12.597 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:29:32.598 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:29:32.599 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:29:52.601 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:29:52.602 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:30:12.603 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:30:12.605 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:30:32.606 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:30:32.607 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:30:52.608 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:30:52.610 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:31:12.610 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:31:12.612 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:31:32.614 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:31:32.616 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:31:52.617 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:31:52.618 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:32:12.620 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:32:12.621 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:32:32.622 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:32:32.624 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:32:52.625 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:32:52.626 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:33:12.628 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:33:12.629 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:33:32.632 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:33:32.633 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:33:52.635 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:33:52.636 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:34:12.637 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:34:12.638 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:34:32.640 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:34:32.641 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:34:52.642 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:34:52.643 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:35:12.645 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:35:12.646 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:35:32.648 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:35:32.650 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:35:52.652 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:35:52.653 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:36:12.654 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:36:12.655 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:36:32.657 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:36:32.658 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:36:52.660 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:36:52.661 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:37:12.662 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:37:12.663 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:37:32.666 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:37:32.667 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:37:52.669 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:37:52.670 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:38:12.671 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:38:12.673 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:38:32.674 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:38:32.675 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:38:52.677 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:38:52.678 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:39:12.679 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:39:12.681 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:39:32.683 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:39:32.686 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:39:52.687 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:39:52.688 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:40:12.689 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:40:12.691 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:40:32.692 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:40:32.694 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:40:52.695 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:40:52.696 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:41:12.697 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:41:12.698 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:41:32.700 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:41:32.703 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:41:52.705 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:41:52.706 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:42:12.706 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:42:12.708 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:42:32.709 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:42:32.710 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:42:52.711 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:42:52.712 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:43:12.713 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:43:12.714 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:43:32.715 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:43:32.719 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:43:52.721 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:43:52.722 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:44:12.723 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:44:12.725 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:44:32.726 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:44:32.727 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:44:52.728 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:44:52.730 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:45:12.731 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:45:12.732 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:45:32.734 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:45:32.736 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:45:52.737 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:45:52.738 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:46:12.739 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:46:12.740 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:46:32.741 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:46:32.742 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:46:52.743 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:46:52.744 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:47:12.745 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:47:12.746 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:47:32.749 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:47:32.752 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:47:52.753 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:47:52.754 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:48:12.756 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:48:12.757 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:48:32.758 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:48:32.759 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:48:52.760 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:48:52.762 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:49:12.763 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:49:12.764 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:49:32.766 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:49:32.768 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:49:52.768 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:49:52.770 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:50:12.771 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:50:12.772 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:50:32.773 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:50:32.774 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:50:52.775 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:50:52.776 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:51:12.777 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:51:12.779 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:51:32.781 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:51:32.784 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:51:52.785 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:51:52.786 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:52:12.788 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:52:12.789 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:52:32.790 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:52:32.791 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:52:52.792 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:52:52.794 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:53:12.795 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:53:12.796 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:53:32.797 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:53:32.800 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:53:52.801 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:53:52.803 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:54:12.804 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:54:12.805 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:54:32.807 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:54:32.808 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:54:52.809 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:54:52.810 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:55:12.812 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:55:12.813 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:55:32.814 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:55:32.816 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:55:52.817 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:55:52.819 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:56:12.820 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:56:12.821 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:56:32.821 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:56:32.823 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:56:52.824 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:56:52.825 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:57:12.826 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:57:12.827 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:57:32.830 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:57:32.831 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:57:52.832 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:57:52.834 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:58:12.835 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:58:12.836 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:58:32.837 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:58:32.838 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:58:52.840 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:58:52.841 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:59:12.842 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:59:12.843 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:59:32.844 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:59:32.847 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 09:59:52.848 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 09:59:52.850 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:00:12.851 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:00:12.853 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:00:32.854 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:00:32.855 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:00:52.856 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:00:52.857 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:01:12.858 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:01:12.859 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:01:32.862 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:01:32.864 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:01:52.865 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:01:52.866 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:02:12.868 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:02:12.869 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:02:32.870 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:02:32.872 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:02:52.872 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:02:52.874 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:03:12.875 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:03:12.876 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:03:32.877 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:03:32.880 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:03:52.881 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:03:52.883 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:04:12.884 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:04:12.885 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:04:32.887 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:04:32.888 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:04:52.890 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:04:52.891 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:05:12.892 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:05:12.893 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:05:32.895 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:05:32.896 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:05:52.897 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:05:52.899 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:06:12.900 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:06:12.901 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:06:32.902 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:06:32.903 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:06:52.905 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:06:52.906 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:07:12.907 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:07:12.909 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:07:32.910 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:07:32.911 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:07:52.913 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:07:52.914 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:08:12.915 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:08:12.916 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:08:32.917 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:08:32.918 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:08:52.919 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:08:52.920 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:09:12.921 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:09:12.922 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:09:32.924 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:09:32.925 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:09:52.926 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:09:52.928 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:10:12.929 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:10:12.930 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:10:32.931 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:10:32.933 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:10:52.934 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:10:52.935 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:11:12.936 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:11:12.938 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:11:32.939 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:11:32.942 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:11:52.944 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:11:52.945 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:12:12.947 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:12:12.948 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:12:32.949 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:12:32.950 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:12:52.951 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:12:52.952 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:13:12.953 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:13:12.954 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:13:32.957 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:13:32.959 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:13:52.960 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:13:52.961 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:14:12.963 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:14:12.964 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:14:32.966 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:14:32.967 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:14:52.968 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:14:52.969 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:15:12.970 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:15:12.972 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:15:32.974 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:15:32.976 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:15:52.977 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:15:52.979 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:16:12.980 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:16:12.981 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:16:32.983 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:16:32.984 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:16:52.985 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:16:52.987 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:17:12.988 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:17:12.989 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:17:32.991 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:17:32.993 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:17:52.994 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:17:52.995 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:18:12.996 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:18:12.997 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:18:32.998 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:18:32.999 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:18:53.000 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:18:53.001 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:19:13.002 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:19:13.004 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:19:33.006 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:19:33.008 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:19:53.009 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:19:53.010 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:20:13.012 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:20:13.013 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:20:33.014 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:20:33.015 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:20:53.015 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:20:53.017 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:21:13.018 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:21:13.019 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:21:33.022 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:21:33.023 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:21:53.024 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:21:53.025 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:22:13.026 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:22:13.028 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:22:33.030 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:22:33.031 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:22:53.033 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:22:53.034 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:23:13.035 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:23:13.036 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:23:33.039 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:23:33.040 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:23:53.041 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:23:53.043 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:24:13.044 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:24:13.046 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:24:33.046 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:24:33.048 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:24:53.049 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:24:53.050 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:25:13.050 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:25:13.052 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:25:33.054 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:25:33.055 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:25:53.057 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:25:53.058 [W] [client/service.go:297] [07801c997c2a1fa5] 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-06 10:26:13.059 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:26:13.061 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:26:33.062 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:26:33.063 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:26:53.064 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:26:53.066 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:27:13.066 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:27:13.068 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:27:33.070 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:27:33.072 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:27:53.073 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:27:53.074 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:28:13.076 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:28:13.077 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:28:33.078 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:28:33.080 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:28:53.080 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:28:53.082 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:29:13.083 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:29:13.084 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:29:33.086 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:29:33.088 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:29:53.089 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:29:53.091 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:30:13.092 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:30:13.093 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:30:33.094 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:30:33.095 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:30:53.096 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:30:53.097 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:31:13.099 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:31:13.100 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:31:33.102 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:31:33.104 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:31:53.104 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:31:53.106 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:32:13.107 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:32:13.109 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:32:33.110 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:32:33.111 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:32:53.112 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:32:53.113 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:33:13.114 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:33:13.115 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:33:33.117 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:33:33.119 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:33:53.120 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:33:53.121 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:34:13.123 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:34:13.124 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:34:33.125 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:34:33.126 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:34:53.127 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:34:53.129 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:35:13.130 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:35:13.131 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:35:33.134 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:35:33.136 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:35:53.137 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:35:53.138 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:36:13.139 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:36:13.141 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:36:33.142 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:36:33.143 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:36:53.144 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:36:53.146 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:37:13.146 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:37:13.149 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:37:33.150 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:37:33.153 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:37:53.154 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:37:53.156 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:38:13.157 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:38:13.159 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:38:33.160 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:38:33.161 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:38:53.163 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:38:53.164 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:39:13.166 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:39:13.167 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:39:33.168 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:39:33.170 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:39:53.171 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:39:53.173 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:40:13.174 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:40:13.176 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:40:33.177 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:40:33.178 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:40:53.179 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:40:53.181 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:41:13.181 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:41:13.182 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:41:33.183 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:41:33.186 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:41:53.189 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:41:53.190 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:42:13.191 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:42:13.193 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:42:33.194 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:42:33.195 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:42:53.196 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:42:53.197 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:43:13.198 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:43:13.200 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:43:33.201 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:43:33.203 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:43:53.203 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:43:53.205 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:44:13.205 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:44:13.207 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:44:33.208 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:44:33.209 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:44:53.211 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:44:53.212 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:45:13.213 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:45:13.215 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:45:33.216 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:45:33.217 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:45:53.218 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:45:53.219 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:46:13.220 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:46:13.222 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:46:33.223 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:46:33.224 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:46:53.225 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:46:53.226 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:47:13.228 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:47:13.229 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:47:33.232 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:47:33.235 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:47:53.236 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:47:53.237 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:48:13.239 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:48:13.240 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:48:33.241 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:48:33.242 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:48:53.244 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:48:53.245 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:49:13.246 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:49:13.247 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:49:33.249 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:49:33.250 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:49:53.251 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:49:53.253 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:50:13.253 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:50:13.255 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:50:33.256 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:50:33.257 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:50:53.259 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:50:53.260 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:51:13.261 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:51:13.263 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:51:33.265 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:51:33.266 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:51:53.268 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:51:53.270 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:52:13.271 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:52:13.272 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:52:33.273 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:52:33.274 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:52:53.275 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:52:53.276 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:53:13.278 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:53:13.279 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:53:33.280 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:53:33.283 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:53:53.285 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:53:53.286 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:54:13.286 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:54:13.288 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:54:33.289 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:54:33.290 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:54:53.291 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:54:53.293 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:55:13.294 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:55:13.295 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:55:33.298 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:55:33.300 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:55:53.301 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:55:53.302 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:56:13.303 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:56:13.304 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:56:33.305 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:56:33.306 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:56:53.308 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:56:53.309 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:57:13.310 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:57:13.312 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:57:33.313 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:57:33.316 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:57:53.317 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:57:53.318 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:58:13.319 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:58:13.320 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:58:33.321 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:58:33.323 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:58:53.324 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:58:53.325 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:59:13.326 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:59:13.327 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:59:33.329 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:59:33.332 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 10:59:53.333 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 10:59:53.334 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:00:13.336 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:00:13.337 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:00:33.338 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:00:33.339 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:00:53.340 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:00:53.342 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:01:13.342 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:01:13.344 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:01:33.346 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:01:33.349 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:01:53.350 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:01:53.352 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:02:13.353 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:02:13.355 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:02:33.356 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:02:33.357 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:02:53.359 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:02:53.360 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:03:13.361 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:03:13.362 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:03:33.363 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:03:33.366 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:03:53.368 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:03:53.369 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:04:13.370 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:04:13.372 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:04:33.372 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:04:33.374 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:04:53.375 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:04:53.376 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:05:13.378 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:05:13.379 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:05:33.380 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:05:33.382 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:05:53.383 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:05:53.385 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:06:13.386 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:06:13.388 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:06:33.389 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:06:33.390 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:06:53.392 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:06:53.393 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:07:13.394 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:07:13.395 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:07:33.397 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:07:33.399 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:07:53.400 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:07:53.401 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:08:13.403 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:08:13.404 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:08:33.405 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:08:33.406 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:08:53.407 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:08:53.408 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:09:13.409 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:09:13.410 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:09:33.412 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:09:33.414 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:09:53.414 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:09:53.416 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:10:13.416 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:10:13.417 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:10:33.418 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:10:33.419 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:10:53.420 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:10:53.421 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:11:13.422 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:11:13.423 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:11:33.425 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:11:33.427 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:11:53.430 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:11:53.432 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:12:13.433 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:12:13.434 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:12:33.435 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:12:33.436 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:12:53.437 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:12:53.438 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:13:13.439 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:13:13.440 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:13:33.442 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:13:33.445 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:13:53.447 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:13:53.448 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:14:13.449 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:14:13.451 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:14:33.452 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:14:33.454 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:14:53.455 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:14:53.456 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:15:13.457 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:15:13.458 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:15:33.461 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:15:33.463 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:15:53.465 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:15:53.466 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:16:13.467 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:16:13.468 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:16:33.470 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:16:33.471 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:16:53.472 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:16:53.473 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:17:13.474 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:17:13.476 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:17:33.478 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:17:33.479 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:17:53.481 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:17:53.482 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:18:13.483 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:18:13.484 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:18:33.485 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:18:33.487 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:18:53.487 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:18:53.489 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:19:13.490 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:19:13.491 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:19:33.494 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:19:33.495 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:19:53.496 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:19:53.498 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:20:13.499 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:20:13.501 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:20:33.502 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:20:33.504 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:20:53.505 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:20:53.506 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:21:13.508 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:21:13.509 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:21:33.510 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:21:33.512 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:21:53.514 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:21:53.515 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:22:13.516 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:22:13.518 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:22:33.518 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:22:33.519 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:22:53.521 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:22:53.522 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:23:13.524 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:23:13.525 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:23:33.526 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:23:33.528 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:23:53.529 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:23:53.530 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:24:13.532 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:24:13.533 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:24:33.534 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:24:33.535 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:24:53.536 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:24:53.537 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:25:13.539 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:25:13.540 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:25:33.542 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:25:33.543 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:25:53.544 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:25:53.546 [W] [client/service.go:297] [07801c997c2a1fa5] 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-06 11:26:13.547 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:26:13.548 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:26:33.550 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:26:33.551 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:26:53.552 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:26:53.553 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:27:13.554 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:27:13.556 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:27:33.556 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:27:33.559 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:27:53.561 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:27:53.562 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:28:13.563 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:28:13.565 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:28:33.566 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:28:33.568 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:28:53.569 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:28:53.571 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:29:13.572 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:29:13.573 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:29:33.574 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:29:33.579 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:29:53.581 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:29:53.582 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:30:13.584 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:30:13.586 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:30:33.586 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:30:33.588 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:30:53.588 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:30:53.590 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:31:13.591 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:31:13.592 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:31:33.593 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:31:33.596 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:31:53.597 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:31:53.599 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:32:13.599 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:32:13.601 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:32:33.602 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:32:33.604 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:32:53.604 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:32:53.605 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:33:13.606 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:33:13.608 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:33:33.609 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:33:33.613 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:33:53.614 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:33:53.615 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:34:13.616 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:34:13.618 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:34:33.619 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:34:33.620 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:34:53.621 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:34:53.622 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:35:13.622 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:35:13.624 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:35:33.625 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:35:33.628 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:35:53.629 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:35:53.630 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:36:13.630 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:36:13.632 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:36:33.633 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:36:33.634 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:36:53.635 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:36:53.637 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:37:13.638 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:37:13.639 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:37:33.642 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:37:33.643 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:37:53.645 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:37:53.646 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:38:13.647 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:38:13.648 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:38:33.649 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:38:33.651 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:38:53.652 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:38:53.653 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:39:13.653 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:39:13.655 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:39:33.657 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:39:33.659 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:39:53.660 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:39:53.661 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:40:13.663 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:40:13.664 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:40:33.665 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:40:33.667 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:40:53.668 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:40:53.669 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:41:13.671 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:41:13.672 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:41:33.673 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:41:33.676 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:41:53.678 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:41:53.679 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:42:13.680 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:42:13.682 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:42:33.683 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:42:33.684 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:42:53.686 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:42:53.687 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:43:13.688 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:43:13.689 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:43:33.692 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:43:33.694 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:43:53.696 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:43:53.697 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:44:13.698 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:44:13.700 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:44:33.701 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:44:33.702 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:44:53.703 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:44:53.704 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:45:13.706 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:45:13.707 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:45:33.710 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:45:33.711 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:45:53.712 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:45:53.714 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:46:13.715 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:46:13.716 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:46:33.717 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:46:33.718 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:46:53.719 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:46:53.720 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:47:13.721 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:47:13.722 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:47:33.723 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:47:33.726 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:47:53.726 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:47:53.728 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:48:13.730 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:48:13.731 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:48:33.732 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:48:33.733 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:48:53.734 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:48:53.736 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:49:13.737 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:49:13.738 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:49:33.740 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:49:33.742 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:49:53.742 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:49:53.744 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:50:13.745 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:50:13.746 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:50:33.748 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:50:33.749 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:50:53.750 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:50:53.752 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:51:13.753 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:51:13.754 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:51:33.755 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:51:33.758 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:51:53.759 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:51:53.760 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:52:13.762 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:52:13.763 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:52:33.765 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:52:33.766 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:52:53.767 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:52:53.769 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:53:13.770 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:53:13.771 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:53:33.774 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:53:33.775 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:53:53.777 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:53:53.778 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:54:13.780 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:54:13.781 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:54:33.783 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:54:33.784 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:54:53.786 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:54:53.787 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:55:13.789 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:55:13.790 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:55:33.791 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:55:33.794 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:55:53.795 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:55:53.796 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:56:13.798 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:56:13.799 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:56:33.800 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:56:33.801 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:56:53.802 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:56:53.804 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:57:13.804 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:57:13.807 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:57:33.809 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:57:33.811 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:57:53.811 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:57:53.813 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:58:13.814 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:58:13.815 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:58:33.816 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:58:33.818 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:58:53.819 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:58:53.821 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:59:13.822 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:59:13.824 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:59:33.825 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:59:33.827 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 11:59:53.827 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 11:59:53.829 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:00:13.830 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:00:13.831 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:00:33.832 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:00:33.833 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:00:53.833 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:00:53.835 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:01:13.836 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:01:13.837 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:01:33.839 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:01:33.842 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:01:53.843 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:01:53.845 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:02:13.846 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:02:13.847 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:02:33.848 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:02:33.849 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:02:53.851 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:02:53.852 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:03:13.852 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:03:13.854 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:03:33.854 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:03:33.856 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:03:53.858 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:03:53.859 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:04:13.860 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:04:13.861 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:04:33.863 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:04:33.864 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:04:53.864 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:04:53.866 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:05:13.867 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:05:13.868 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:05:33.871 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:05:33.873 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:05:53.874 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:05:53.876 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:06:13.877 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:06:13.878 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:06:33.879 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:06:33.880 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:06:53.881 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:06:53.882 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:07:13.883 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:07:13.885 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:07:33.888 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:07:33.889 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:07:53.891 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:07:53.893 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:08:13.893 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:08:13.895 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:08:33.896 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:08:33.898 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:08:53.898 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:08:53.899 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:09:13.901 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:09:13.902 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:09:33.903 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:09:33.906 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:09:53.907 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:09:53.909 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:10:13.909 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:10:13.911 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:10:33.912 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:10:33.913 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:10:53.914 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:10:53.915 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:11:13.916 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:11:13.917 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:11:33.919 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:11:33.921 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:11:53.922 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:11:53.923 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:12:13.924 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:12:13.925 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:12:33.926 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:12:33.928 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:12:53.929 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:12:53.929 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:13:13.930 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:13:13.931 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:13:33.933 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:13:33.935 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:13:53.936 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:13:53.937 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:14:13.938 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:14:13.940 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:14:33.941 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:14:33.942 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:14:53.943 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:14:53.944 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:15:13.945 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:15:13.946 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:15:33.947 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:15:33.950 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:15:53.952 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:15:53.953 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:16:13.954 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:16:13.955 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:16:33.957 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:16:33.958 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:16:53.958 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:16:53.959 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:17:13.961 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:17:13.962 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:17:33.963 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:17:33.966 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:17:53.968 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:17:53.969 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:18:13.971 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:18:13.972 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:18:33.973 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:18:33.974 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:18:53.975 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:18:53.976 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:19:13.977 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:19:13.979 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:19:33.981 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:19:33.983 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:19:53.984 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:19:53.986 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:20:13.986 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:20:13.988 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:20:33.989 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:20:33.991 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:20:53.992 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:20:53.993 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:21:13.994 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:21:13.995 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:21:33.997 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:21:34.000 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:21:54.001 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:21:54.002 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:22:14.003 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:22:14.004 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:22:34.005 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:22:34.007 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:22:54.008 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:22:54.009 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:23:14.010 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:23:14.011 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:23:34.012 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:23:34.015 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:23:54.016 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:23:54.018 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:24:14.018 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:24:14.020 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:24:34.021 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:24:34.022 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:24:54.024 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:24:54.025 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:25:14.026 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:25:14.027 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:25:34.028 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:25:34.031 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:25:54.032 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:25:54.033 [W] [client/service.go:297] [07801c997c2a1fa5] 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-06 12:26:14.035 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:26:14.036 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:26:34.037 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:26:34.038 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:26:54.039 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:26:54.040 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:27:14.042 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:27:14.043 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:27:34.044 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:27:34.047 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:27:54.048 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:27:54.049 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:28:14.051 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:28:14.052 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:28:34.053 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:28:34.054 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:28:54.055 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:28:54.057 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:29:14.057 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:29:14.058 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:29:34.059 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:29:34.061 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:29:54.062 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:29:54.064 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:30:14.065 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:30:14.067 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:30:34.068 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:30:34.069 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:30:54.070 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:30:54.072 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:31:14.073 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:31:14.074 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:31:34.077 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:31:34.078 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:31:54.079 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:31:54.081 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:32:14.082 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:32:14.083 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:32:34.084 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:32:34.086 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:32:54.086 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:32:54.088 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:33:14.089 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:33:14.090 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:33:34.093 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:33:34.094 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:33:54.096 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:33:54.098 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:34:14.099 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:34:14.100 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:34:34.101 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:34:34.102 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:34:54.103 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:34:54.105 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:35:14.106 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:35:14.107 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:35:34.108 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:35:34.111 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:35:54.113 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:35:54.114 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:36:14.116 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:36:14.117 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:36:34.118 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:36:34.119 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:36:54.120 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:36:54.122 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:37:14.123 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:37:14.124 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:37:34.125 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:37:34.126 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:37:54.128 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:37:54.129 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:38:14.131 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:38:14.132 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:38:34.133 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:38:34.134 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:38:54.135 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:38:54.137 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:39:14.138 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:39:14.139 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:39:34.140 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:39:34.142 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:39:54.143 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:39:54.145 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:40:14.146 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:40:14.147 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:40:34.148 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:40:34.149 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:40:54.150 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:40:54.151 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:41:14.152 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:41:14.154 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:41:34.155 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:41:34.156 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:41:54.157 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:41:54.159 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:42:14.160 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:42:14.161 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:42:34.162 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:42:34.163 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:42:54.165 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:42:54.166 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:43:14.167 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:43:14.168 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:43:34.171 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:43:34.173 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:43:54.173 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:43:54.175 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:44:14.176 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:44:14.178 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:44:34.178 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:44:34.180 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:44:54.180 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:44:54.182 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:45:14.182 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:45:14.184 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:45:34.186 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:45:34.196 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:45:54.198 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:45:54.199 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:46:14.201 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:46:14.202 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:46:34.203 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:46:34.204 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:46:54.204 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:46:54.206 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:47:14.208 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:47:14.209 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:47:34.210 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:47:34.213 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:47:54.215 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:47:54.217 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:48:14.217 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:48:14.219 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:48:34.220 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:48:34.222 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:48:54.223 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:48:54.225 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:49:14.226 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:49:14.228 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:49:34.230 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:49:34.232 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:49:54.233 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:49:54.234 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:50:14.235 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:50:14.237 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:50:34.238 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:50:34.239 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:50:54.241 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:50:54.242 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:51:14.242 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:51:14.243 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:51:34.246 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:51:34.247 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:51:54.249 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:51:54.250 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:52:14.251 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:52:14.252 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:52:34.254 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:52:34.255 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:52:54.256 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:52:54.257 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:53:14.259 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:53:14.260 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:53:34.261 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:53:34.264 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:53:54.265 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:53:54.266 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:54:14.266 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:54:14.268 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:54:34.269 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:54:34.271 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:54:54.272 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:54:54.274 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:55:14.275 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:55:14.277 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:55:34.277 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:55:34.281 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:55:54.282 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:55:54.284 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:56:14.285 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:56:14.286 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:56:34.287 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:56:34.289 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:56:54.289 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:56:54.291 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:57:14.293 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:57:14.294 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:57:34.296 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:57:34.298 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:57:54.299 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:57:54.301 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:58:14.302 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:58:14.303 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:58:34.305 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:58:34.306 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:58:54.307 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:58:54.308 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:59:14.309 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:59:14.311 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:59:34.313 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:59:34.315 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 12:59:54.316 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 12:59:54.317 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:00:14.318 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:00:14.319 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:00:34.319 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:00:34.321 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:00:54.322 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:00:54.324 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:01:14.325 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:01:14.326 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:01:34.328 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:01:34.330 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:01:54.332 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:01:54.333 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:02:14.334 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:02:14.335 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:02:34.336 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:02:34.337 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:02:54.338 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:02:54.340 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:03:14.340 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:03:14.341 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:03:34.344 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:03:34.345 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:03:54.347 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:03:54.348 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:04:14.349 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:04:14.350 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:04:34.352 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:04:34.353 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:04:54.355 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:04:54.356 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:05:14.356 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:05:14.357 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:05:34.358 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:05:34.362 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:05:54.362 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:05:54.364 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:06:14.364 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:06:14.365 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:06:34.366 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:06:34.368 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:06:54.368 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:06:54.370 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:07:14.371 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:07:14.372 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:07:34.373 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:07:34.376 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:07:54.377 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:07:54.379 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:08:14.379 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:08:14.381 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:08:34.382 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:08:34.383 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:08:54.384 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:08:54.385 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:09:14.387 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:09:14.388 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:09:34.389 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:09:34.392 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:09:54.393 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:09:54.394 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:10:14.395 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:10:14.396 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:10:34.397 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:10:34.398 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:10:54.399 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:10:54.401 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:11:14.402 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:11:14.403 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:11:34.403 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:11:34.407 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:11:54.409 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:11:54.410 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:12:14.412 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:12:14.414 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:12:34.414 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:12:34.416 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:12:54.417 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:12:54.418 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:13:14.419 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:13:14.420 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:13:34.421 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:13:34.424 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:13:54.425 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:13:54.427 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:14:14.428 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:14:14.429 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:14:34.430 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:14:34.431 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:14:54.433 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:14:54.434 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:15:14.436 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:15:14.437 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:15:34.438 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:15:34.440 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:15:54.441 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:15:54.442 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:16:14.443 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:16:14.445 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:16:34.445 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:16:34.446 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:16:54.448 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:16:54.450 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:17:14.451 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:17:14.452 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:17:34.454 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:17:34.455 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:17:54.457 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:17:54.458 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:18:14.459 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:18:14.460 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:18:34.462 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:18:34.463 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:18:54.464 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:18:54.465 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:19:14.466 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:19:14.468 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:19:34.470 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:19:34.472 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:19:54.473 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:19:54.475 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:20:14.476 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:20:14.478 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:20:34.479 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:20:34.480 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:20:54.481 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:20:54.482 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:21:14.483 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:21:14.485 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:21:34.487 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:21:34.489 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:21:54.490 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:21:54.492 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:22:14.493 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:22:14.494 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:22:34.495 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:22:34.497 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:22:54.498 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:22:54.499 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:23:14.500 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:23:14.502 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:23:34.504 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:23:34.505 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:23:54.506 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:23:54.508 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:24:14.509 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:24:14.511 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:24:34.512 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:24:34.512 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:24:54.513 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:24:54.514 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:25:14.515 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:25:14.517 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:25:34.519 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:25:34.521 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:25:54.523 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:25:54.525 [W] [client/service.go:297] [07801c997c2a1fa5] 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-06 13:26:14.526 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:26:14.528 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:26:34.529 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:26:34.530 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:26:54.532 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:26:54.533 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:27:14.534 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:27:14.535 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:27:34.538 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:27:34.539 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:27:54.541 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:27:54.542 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:28:14.543 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:28:14.545 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:28:34.545 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:28:34.547 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:28:54.547 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:28:54.549 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:29:14.550 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:29:14.551 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:29:34.553 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:29:34.554 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:29:54.556 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:29:54.557 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:30:14.558 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:30:14.560 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:30:34.560 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:30:34.561 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:30:54.563 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:30:54.564 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:31:14.565 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:31:14.566 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:31:34.568 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:31:34.570 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:31:54.572 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:31:54.573 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:32:14.574 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:32:14.575 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:32:34.577 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:32:34.578 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:32:54.579 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:32:54.580 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:33:14.581 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:33:14.582 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:33:34.583 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:33:34.585 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:33:54.587 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:33:54.588 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:34:14.589 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:34:14.591 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:34:34.592 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:34:34.593 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:34:54.593 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:34:54.595 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:35:14.596 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:35:14.597 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:35:34.597 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:35:34.600 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:35:54.602 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:35:54.603 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:36:14.605 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:36:14.607 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:36:34.608 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:36:34.609 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:36:54.611 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:36:54.612 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:37:14.613 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:37:14.614 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:37:34.616 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:37:34.618 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:37:54.620 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:37:54.621 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:38:14.622 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:38:14.624 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:38:34.624 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:38:34.626 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:38:54.627 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:38:54.628 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:39:14.629 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:39:14.630 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:39:34.632 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:39:34.634 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:39:54.635 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:39:54.636 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:40:14.637 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:40:14.639 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:40:34.640 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:40:34.641 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:40:54.642 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:40:54.644 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:41:14.645 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:41:14.646 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:41:34.648 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:41:34.651 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:41:54.653 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:41:54.654 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:42:14.655 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:42:14.656 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:42:34.656 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:42:34.658 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:42:54.659 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:42:54.660 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:43:14.661 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:43:14.662 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:43:34.663 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:43:34.666 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:43:54.668 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:43:54.669 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:44:14.670 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:44:14.671 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:44:34.672 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:44:34.673 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:44:54.674 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:44:54.676 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:45:14.677 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:45:14.678 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:45:34.679 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:45:34.681 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:45:54.683 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:45:54.684 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:46:14.686 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:46:14.687 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:46:34.688 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:46:34.689 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:46:54.690 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:46:54.691 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:47:14.692 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:47:14.694 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:47:34.696 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:47:34.697 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:47:54.698 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:47:54.699 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:48:14.701 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:48:14.702 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:48:34.703 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:48:34.705 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:48:54.705 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:48:54.707 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:49:14.708 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:49:14.709 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:49:34.712 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:49:34.715 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:49:54.716 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:49:54.718 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:50:14.719 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:50:14.720 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:50:34.721 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:50:34.723 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:50:54.724 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:50:54.725 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:51:14.726 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:51:14.727 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:51:34.729 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:51:34.731 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:51:54.732 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:51:54.733 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:52:14.734 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:52:14.736 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:52:34.737 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:52:34.738 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:52:54.739 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:52:54.741 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:53:14.742 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:53:14.743 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:53:34.745 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:53:34.747 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:53:54.748 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:53:54.749 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:54:14.751 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:54:14.752 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:54:34.753 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:54:34.754 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:54:54.755 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:54:54.757 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:55:14.758 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:55:14.759 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:55:34.759 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:55:34.761 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:55:54.762 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:55:54.764 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:56:14.765 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:56:14.766 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:56:34.767 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:56:34.768 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:56:54.770 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:56:54.771 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:57:14.772 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:57:14.774 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:57:34.774 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:57:34.780 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:57:54.781 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:57:54.783 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:58:14.784 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:58:14.785 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:58:34.787 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:58:34.788 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:58:54.789 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:58:54.790 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:59:14.791 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:59:14.792 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:59:34.794 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:59:34.796 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 13:59:54.797 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 13:59:54.798 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:00:14.799 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:00:14.800 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:00:34.801 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:00:34.802 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:00:54.803 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:00:54.805 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:01:14.805 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:01:14.807 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:01:34.809 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:01:34.811 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:01:54.811 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:01:54.813 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:02:14.814 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:02:14.815 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:02:34.817 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:02:34.818 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:02:54.819 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:02:54.821 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:03:14.822 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:03:14.824 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:03:34.826 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:03:34.827 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:03:54.829 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:03:54.830 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:04:14.832 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:04:14.833 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:04:34.834 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:04:34.835 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:04:54.836 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:04:54.837 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:05:14.839 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:05:14.840 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:05:34.842 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:05:34.844 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:05:54.845 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:05:54.846 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:06:14.847 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:06:14.849 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:06:34.850 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:06:34.851 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:06:54.853 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:06:54.854 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:07:14.855 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:07:14.856 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:07:34.858 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:07:34.860 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:07:54.862 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:07:54.863 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:08:14.864 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:08:14.865 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:08:34.866 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:08:34.867 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:08:54.868 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:08:54.869 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:09:14.869 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:09:14.871 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:09:34.873 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:09:34.875 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:09:54.875 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:09:54.876 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:10:14.878 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:10:14.880 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:10:34.881 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:10:34.882 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:10:54.884 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:10:54.885 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:11:14.886 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:11:14.887 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:11:34.889 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:11:34.891 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:11:54.892 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:11:54.894 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:12:14.895 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:12:14.897 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:12:34.898 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:12:34.899 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:12:54.899 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:12:54.901 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:13:14.902 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:13:14.903 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:13:34.905 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:13:34.907 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:13:54.908 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:13:54.910 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:14:14.910 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:14:14.912 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:14:34.912 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:14:34.914 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:14:54.915 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:14:54.916 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:15:14.917 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:15:14.918 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:15:34.921 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:15:34.922 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:15:54.924 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:15:54.925 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:16:14.926 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:16:14.928 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:16:34.929 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:16:34.931 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:16:54.932 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:16:54.934 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:17:14.935 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:17:14.936 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:17:34.938 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:17:34.940 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:17:54.942 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:17:54.943 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:18:14.944 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:18:14.945 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:18:34.946 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:18:34.948 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:18:54.949 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:18:54.950 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:19:14.951 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:19:14.953 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:19:34.955 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:19:34.956 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:19:54.958 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:19:54.959 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:20:14.961 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:20:14.962 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:20:34.962 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:20:34.964 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:20:54.965 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:20:54.967 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:21:14.967 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:21:14.968 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:21:34.971 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:21:34.973 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:21:54.975 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:21:54.976 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:22:14.976 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:22:14.977 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:22:34.978 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:22:34.979 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:22:54.980 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:22:54.981 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:23:14.983 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:23:14.984 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:23:34.985 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:23:34.989 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:23:54.990 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:23:54.991 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:24:14.993 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:24:14.994 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:24:34.995 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:24:34.996 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:24:54.997 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:24:54.999 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:25:15.000 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:25:15.001 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:25:35.002 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:25:35.005 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:25:55.006 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:25:55.008 [W] [client/service.go:297] [07801c997c2a1fa5] 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-06 14:26:15.009 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:26:15.010 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:26:35.011 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:26:35.012 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:26:55.013 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:26:55.014 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:27:15.016 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:27:15.017 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:27:35.018 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:27:35.021 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:27:55.022 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:27:55.023 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:28:15.024 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:28:15.025 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:28:35.027 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:28:35.028 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:28:55.029 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:28:55.030 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:29:15.032 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:29:15.033 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:29:35.035 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:29:35.038 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:29:55.040 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:29:55.041 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:30:15.042 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:30:15.043 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:30:35.044 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:30:35.046 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:30:55.047 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:30:55.048 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:31:15.049 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:31:15.051 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:31:35.053 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:31:35.055 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:31:55.056 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:31:55.057 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:32:15.059 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:32:15.060 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:32:35.061 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:32:35.062 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:32:55.064 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:32:55.065 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:33:15.066 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:33:15.067 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:33:35.069 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:33:35.070 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:33:55.071 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:33:55.072 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:34:15.073 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:34:15.075 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:34:35.076 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:34:35.077 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:34:55.077 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:34:55.079 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:35:15.080 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:35:15.082 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:35:35.083 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:35:35.086 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:35:55.087 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:35:55.089 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:36:15.090 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:36:15.091 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:36:35.092 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:36:35.093 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:36:55.093 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:36:55.094 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:37:15.095 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:37:15.096 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:37:35.097 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:37:35.103 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:37:55.105 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:37:55.106 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:38:15.107 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:38:15.109 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:38:35.109 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:38:35.111 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:38:55.111 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:38:55.113 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:39:15.113 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:39:15.115 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:39:35.115 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:39:35.119 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:39:55.120 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:39:55.121 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:40:15.122 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:40:15.124 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:40:35.125 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:40:35.127 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:40:55.128 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:40:55.130 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:41:15.132 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:41:15.133 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:41:35.135 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:41:35.137 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:41:55.138 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:41:55.139 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:42:15.140 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:42:15.142 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:42:35.143 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:42:35.144 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:42:55.146 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:42:55.147 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:43:15.148 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:43:15.150 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:43:35.152 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:43:35.153 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:43:55.154 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:43:55.156 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:44:15.158 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:44:15.159 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:44:35.160 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:44:35.161 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:44:55.162 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:44:55.162 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:45:15.164 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:45:15.165 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:45:35.168 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:45:35.171 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:45:55.171 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:45:55.172 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:46:15.173 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:46:15.175 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:46:35.176 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:46:35.177 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:46:55.178 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:46:55.179 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:47:15.180 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:47:15.181 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:47:35.184 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:47:35.185 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:47:55.186 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:47:55.187 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:48:15.188 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:48:15.190 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:48:35.191 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:48:35.192 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:48:55.193 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:48:55.194 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:49:15.196 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:49:15.197 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:49:35.197 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:49:35.201 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:49:55.203 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:49:55.204 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:50:15.205 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:50:15.206 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:50:35.207 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:50:35.208 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:50:55.210 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:50:55.211 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:51:15.212 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:51:15.214 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:51:35.215 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:51:35.217 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:51:55.220 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:51:55.222 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:52:15.223 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:52:15.224 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:52:35.225 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:52:35.226 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:52:55.227 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:52:55.228 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:53:15.230 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:53:15.231 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:53:35.233 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:53:35.235 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:53:55.236 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:53:55.238 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:54:15.239 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:54:15.240 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:54:35.241 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:54:35.243 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:54:55.244 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:54:55.246 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:55:15.246 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:55:15.248 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:55:35.250 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:55:35.251 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:55:55.252 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:55:55.253 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:56:15.255 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:56:15.256 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:56:35.257 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:56:35.259 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:56:55.260 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:56:55.262 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:57:15.263 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:57:15.264 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:57:35.265 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:57:35.270 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:57:55.271 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:57:55.272 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:58:15.274 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:58:15.275 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:58:35.275 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:58:35.276 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:58:55.277 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:58:55.279 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:59:15.280 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:59:15.281 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:59:35.282 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:59:35.284 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 14:59:55.285 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 14:59:55.286 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:00:15.287 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:00:15.288 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:00:35.289 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:00:35.290 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:00:55.291 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:00:55.292 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:01:15.294 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:01:15.295 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:01:35.296 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:01:35.298 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:01:55.299 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:01:55.301 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:02:15.302 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:02:15.303 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:02:35.304 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:02:35.306 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:02:55.306 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:02:55.308 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:03:15.309 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:03:15.310 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:03:35.312 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:03:35.314 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:03:55.315 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:03:55.317 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:04:15.317 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:04:15.319 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:04:35.320 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:04:35.321 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:04:55.323 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:04:55.324 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:05:15.325 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:05:15.326 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:05:35.327 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:05:35.329 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:05:55.330 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:05:55.331 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:06:15.332 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:06:15.334 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:06:35.335 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:06:35.336 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:06:55.337 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:06:55.338 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:07:15.339 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:07:15.341 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:07:35.343 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:07:35.345 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:07:55.346 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:07:55.348 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:08:15.348 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:08:15.350 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:08:35.351 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:08:35.352 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:08:55.354 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:08:55.355 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:09:15.356 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:09:15.357 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:09:35.358 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:09:35.361 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:09:55.362 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:09:55.364 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:10:15.365 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:10:15.366 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:10:35.368 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:10:35.369 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:10:55.369 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:10:55.371 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:11:15.371 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:11:15.372 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:11:35.373 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:11:35.375 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:11:55.376 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:11:55.377 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:12:15.379 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:12:15.380 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:12:35.381 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:12:35.382 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:12:55.382 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:12:55.384 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:13:15.385 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:13:15.387 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:13:35.388 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:13:35.390 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:13:55.390 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:13:55.392 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:14:15.392 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:14:15.394 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:14:35.394 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:14:35.395 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:14:55.396 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:14:55.397 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:15:15.399 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:15:15.400 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:15:35.401 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:15:35.404 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:15:55.405 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:15:55.407 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:16:15.407 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:16:15.408 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:16:35.410 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:16:35.411 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:16:55.412 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:16:55.413 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:17:15.415 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:17:15.416 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:17:35.418 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:17:35.420 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:17:55.421 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:17:55.422 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:18:15.424 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:18:15.425 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:18:35.426 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:18:35.427 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:18:55.428 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:18:55.430 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:19:15.431 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:19:15.432 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:19:35.433 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:19:35.434 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:19:55.436 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:19:55.437 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:20:15.438 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:20:15.439 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:20:35.440 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:20:35.442 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:20:55.443 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:20:55.444 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:21:15.445 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:21:15.446 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:21:35.447 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:21:35.450 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:21:55.451 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:21:55.452 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:22:15.454 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:22:15.455 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:22:35.456 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:22:35.457 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:22:55.458 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:22:55.460 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:23:15.461 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:23:15.462 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:23:35.464 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:23:35.486 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:23:55.487 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:23:55.488 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:24:15.489 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:24:15.490 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:24:35.491 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:24:35.492 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:24:55.494 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:24:55.495 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:25:15.495 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:25:15.497 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:25:35.497 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:25:35.504 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:25:55.504 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:25:55.505 [W] [client/service.go:297] [07801c997c2a1fa5] 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-06 15:26:15.506 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:26:15.507 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:26:35.509 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:26:35.510 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:26:55.511 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:26:55.512 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:27:15.514 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:27:15.515 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:27:35.515 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:27:35.519 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:27:55.519 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:27:55.520 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:28:15.522 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:28:15.523 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:28:35.525 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:28:35.527 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:28:55.528 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:28:55.529 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:29:15.531 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:29:15.532 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:29:35.534 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:29:35.535 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:29:55.536 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:29:55.538 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:30:15.538 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:30:15.539 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:30:35.540 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:30:35.541 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:30:55.542 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:30:55.544 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:31:15.545 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:31:15.546 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:31:35.549 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:31:35.550 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:31:55.552 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:31:55.553 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:32:15.554 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:32:15.555 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:32:35.556 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:32:35.558 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:32:55.559 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:32:55.560 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:33:15.561 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:33:15.562 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:33:35.564 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:33:35.567 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:33:55.569 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:33:55.571 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:34:15.571 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:34:15.573 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:34:35.574 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:34:35.575 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:34:55.577 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:34:55.578 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:35:15.579 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:35:15.580 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:35:35.582 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:35:35.584 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:35:55.585 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:35:55.587 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:36:15.587 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:36:15.588 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:36:35.589 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:36:35.591 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:36:55.591 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:36:55.593 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:37:15.594 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:37:15.595 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:37:35.597 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:37:35.600 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:37:55.601 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:37:55.603 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:38:15.604 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:38:15.605 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:38:35.606 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:38:35.607 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:38:55.607 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:38:55.609 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:39:15.609 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:39:15.611 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:39:35.611 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:39:35.615 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:39:55.617 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:39:55.619 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:40:15.620 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:40:15.621 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:40:35.622 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:40:35.623 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:40:55.625 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:40:55.626 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:41:15.627 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:41:15.629 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:41:35.631 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:41:35.634 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:41:55.635 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:41:55.637 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:42:15.638 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:42:15.639 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:42:35.641 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:42:35.642 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:42:55.643 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:42:55.645 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:43:15.646 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:43:15.647 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:43:35.649 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:43:35.651 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:43:55.653 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:43:55.654 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:44:15.655 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:44:15.657 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:44:35.658 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:44:35.659 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:44:55.660 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:44:55.662 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:45:15.663 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:45:15.664 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:45:35.666 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:45:35.668 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:45:55.669 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:45:55.670 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:46:15.671 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:46:15.673 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:46:35.673 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:46:35.675 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:46:55.675 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:46:55.677 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:47:15.678 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:47:15.680 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:47:35.682 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:47:35.684 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:47:55.686 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:47:55.688 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:48:15.689 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:48:15.690 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:48:35.692 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:48:35.693 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:48:55.695 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:48:55.697 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:49:15.697 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:49:15.699 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:49:35.700 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:49:35.701 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:49:55.702 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:49:55.704 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:50:15.704 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:50:15.706 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:50:35.706 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:50:35.707 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:50:55.708 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:50:55.710 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:51:15.711 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:51:15.712 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:51:35.714 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:51:35.715 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:51:55.717 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:51:55.719 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:52:15.720 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:52:15.721 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:52:35.722 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:52:35.724 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:52:55.724 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:52:55.726 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:53:15.727 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:53:15.728 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:53:35.730 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:53:35.732 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:53:55.733 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:53:55.734 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:54:15.735 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:54:15.737 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:54:35.738 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:54:35.739 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:54:55.741 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:54:55.742 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:55:15.743 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:55:15.745 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:55:35.747 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:55:35.748 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:55:55.750 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:55:55.751 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:56:15.753 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:56:15.754 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:56:35.756 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:56:35.757 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:56:55.758 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:56:55.759 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:57:15.760 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:57:15.762 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:57:35.762 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:57:35.767 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:57:55.768 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:57:55.769 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:58:15.770 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:58:15.772 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:58:35.774 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:58:35.775 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:58:55.776 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:58:55.777 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:59:15.779 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:59:15.780 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:59:35.782 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:59:35.784 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 15:59:55.785 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 15:59:55.786 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:00:15.787 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:00:15.788 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:00:35.789 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:00:35.790 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:00:55.791 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:00:55.793 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:01:15.794 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:01:15.795 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:01:35.795 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:01:35.799 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:01:55.801 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:01:55.802 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:02:15.803 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:02:15.804 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:02:35.805 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:02:35.806 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:02:55.807 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:02:55.808 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:03:15.810 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:03:15.811 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:03:35.812 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:03:35.815 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:03:55.816 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:03:55.817 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:04:15.817 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:04:15.819 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:04:35.820 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:04:35.822 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:04:55.823 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:04:55.824 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:05:15.825 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:05:15.826 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:05:35.828 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:05:35.831 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:05:55.832 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:05:55.833 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:06:15.834 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:06:15.836 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:06:35.837 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:06:35.838 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:06:55.838 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:06:55.840 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:07:15.842 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:07:15.843 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:07:35.845 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:07:35.847 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:07:55.848 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:07:55.850 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:08:15.850 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:08:15.851 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:08:35.853 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:08:35.854 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:08:55.855 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:08:55.857 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:09:15.858 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:09:15.859 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:09:35.860 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:09:35.863 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:09:55.864 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:09:55.865 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:10:15.867 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:10:15.868 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:10:35.869 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:10:35.871 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:10:55.872 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:10:55.873 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:11:15.875 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:11:15.876 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:11:35.877 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:11:35.880 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:11:55.882 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:11:55.883 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:12:15.884 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:12:15.885 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:12:35.886 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:12:35.887 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:12:55.889 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:12:55.890 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:13:15.891 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:13:15.893 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:13:35.895 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:13:35.897 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:13:55.898 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:13:55.900 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:14:15.901 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:14:15.901 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:14:35.903 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:14:35.904 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:14:55.905 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:14:55.906 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:15:15.907 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:15:15.908 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:15:35.909 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:15:35.912 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:15:55.913 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:15:55.915 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:16:15.916 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:16:15.917 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:16:35.918 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:16:35.920 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:16:55.922 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:16:55.923 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:17:15.924 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:17:15.925 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:17:35.925 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:17:35.928 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:17:55.930 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:17:55.931 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:18:15.932 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:18:15.933 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:18:35.934 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:18:35.935 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:18:55.936 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:18:55.938 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:19:15.939 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:19:15.940 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:19:35.942 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:19:35.944 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:19:55.945 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:19:55.946 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:20:15.948 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:20:15.949 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:20:35.950 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:20:35.952 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:20:55.952 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:20:55.954 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:21:15.954 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:21:15.956 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:21:35.957 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:21:35.961 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:21:55.963 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:21:55.964 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:22:15.965 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:22:15.966 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:22:35.968 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:22:35.969 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:22:55.971 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:22:55.972 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:23:15.973 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:23:15.975 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:23:35.975 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:23:35.980 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:23:55.981 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:23:55.983 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:24:15.984 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:24:15.986 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:24:35.987 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:24:35.988 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:24:55.989 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:24:55.991 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:25:15.991 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:25:15.993 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:25:35.993 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:25:35.996 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:25:55.998 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:25:56.000 [W] [client/service.go:297] [07801c997c2a1fa5] 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-06 16:26:16.000 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:26:16.002 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:26:36.002 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:26:36.004 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:26:56.005 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:26:56.006 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:27:16.008 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:27:16.009 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:27:36.011 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:27:36.012 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:27:56.013 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:27:56.015 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:28:16.015 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:28:16.017 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:28:36.018 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:28:36.019 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:28:56.020 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:28:56.022 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:29:16.023 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:29:16.024 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:29:36.025 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:29:36.027 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:29:56.028 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:29:56.030 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:30:16.031 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:30:16.032 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:30:36.034 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:30:36.034 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:30:56.036 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:30:56.037 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:31:16.038 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:31:16.039 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:31:36.040 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:31:36.041 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:31:56.042 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:31:56.044 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:32:16.045 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:32:16.046 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:32:36.048 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:32:36.049 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:32:56.050 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:32:56.052 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:33:16.053 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:33:16.054 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:33:36.055 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:33:36.057 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:33:56.059 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:33:56.060 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:34:16.062 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:34:16.064 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:34:36.065 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:34:36.066 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:34:56.068 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:34:56.069 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:35:16.071 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:35:16.072 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:35:36.074 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:35:36.075 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:35:56.077 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:35:56.078 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:36:16.080 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:36:16.081 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:36:36.082 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:36:36.083 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:36:56.085 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:36:56.086 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:37:16.087 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:37:16.089 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:37:36.089 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:37:36.093 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:37:56.095 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:37:56.097 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:38:16.098 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:38:16.100 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:38:36.101 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:38:36.102 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:38:56.103 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:38:56.104 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:39:16.106 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:39:16.107 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:39:36.107 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:39:36.111 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:39:56.113 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:39:56.114 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:40:16.115 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:40:16.116 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:40:36.118 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:40:36.119 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:40:56.120 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:40:56.121 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:41:16.122 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:41:16.124 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:41:36.124 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:41:36.127 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:41:56.128 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:41:56.129 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:42:16.131 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:42:16.132 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:42:36.133 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:42:36.135 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:42:56.136 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:42:56.137 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:43:16.138 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:43:16.139 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:43:36.141 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:43:36.145 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:43:56.146 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:43:56.147 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:44:16.148 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:44:16.149 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:44:36.150 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:44:36.152 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:44:56.153 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:44:56.154 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:45:16.156 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:45:16.157 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:45:36.158 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:45:36.161 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:45:56.162 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:45:56.163 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:46:16.164 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:46:16.165 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:46:36.167 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:46:36.168 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:46:56.169 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:46:56.171 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:47:16.171 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:47:16.173 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:47:36.175 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:47:36.176 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:47:56.178 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:47:56.179 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:48:16.180 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:48:16.182 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:48:36.183 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:48:36.184 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:48:56.186 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:48:56.187 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:49:16.188 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:49:16.190 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:49:36.192 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:49:36.193 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:49:56.195 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:49:56.196 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:50:16.198 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:50:16.199 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:50:36.200 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:50:36.201 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:50:56.202 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:50:56.203 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:51:16.204 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:51:16.206 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:51:36.208 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:51:36.211 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:51:56.212 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:51:56.213 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:52:16.215 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:52:16.216 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:52:36.217 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:52:36.218 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:52:56.220 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:52:56.221 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:53:16.222 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:53:16.223 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:53:36.225 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:53:36.226 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:53:56.227 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:53:56.229 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:54:16.230 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:54:16.231 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:54:36.232 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:54:36.234 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:54:56.235 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:54:56.236 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:55:16.236 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:55:16.237 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:55:36.239 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:55:36.241 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:55:56.242 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:55:56.243 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:56:16.245 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:56:16.245 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:56:36.246 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:56:36.248 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:56:56.249 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:56:56.250 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:57:16.251 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:57:16.253 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:57:36.255 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:57:36.257 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:57:56.259 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:57:56.261 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:58:16.262 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:58:16.263 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:58:36.264 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:58:36.266 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:58:56.266 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:58:56.267 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:59:16.269 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:59:16.270 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:59:36.272 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:59:36.274 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 16:59:56.276 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 16:59:56.277 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:00:16.277 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:00:16.279 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:00:36.280 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:00:36.281 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:00:56.282 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:00:56.283 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:01:16.285 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:01:16.286 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:01:36.288 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:01:36.293 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:01:56.294 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:01:56.296 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:02:16.297 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:02:16.299 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:02:36.300 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:02:36.301 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:02:56.302 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:02:56.304 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:03:16.305 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:03:16.306 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:03:36.308 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:03:36.312 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:03:56.313 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:03:56.314 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:04:16.316 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:04:16.317 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:04:36.318 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:04:36.319 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:04:56.321 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:04:56.322 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:05:16.324 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:05:16.325 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:05:36.327 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:05:36.328 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:05:56.329 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:05:56.330 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:06:16.331 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:06:16.333 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:06:36.334 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:06:36.334 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:06:56.336 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:06:56.337 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:07:16.338 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:07:16.340 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:07:36.341 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:07:36.342 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:07:56.344 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:07:56.345 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:08:16.346 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:08:16.347 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:08:36.348 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:08:36.349 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:08:56.350 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:08:56.351 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:09:16.352 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:09:16.353 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:09:36.355 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:09:36.357 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:09:56.358 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:09:56.360 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:10:16.361 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:10:16.363 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:10:36.364 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:10:36.365 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:10:56.366 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:10:56.367 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:11:16.368 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:11:16.370 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:11:36.372 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:11:36.373 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:11:56.375 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:11:56.376 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:12:16.377 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:12:16.378 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:12:36.379 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:12:36.380 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:12:56.382 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:12:56.385 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:13:16.387 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:13:16.389 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:13:36.391 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:13:36.392 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:13:56.393 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:13:56.395 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:14:16.396 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:14:16.397 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:14:36.397 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:14:36.399 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:14:56.399 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:14:56.401 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:15:16.401 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:15:16.403 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:15:36.403 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:15:36.406 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:15:56.408 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:15:56.410 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:16:16.410 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:16:16.412 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:16:36.413 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:16:36.414 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:16:56.416 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:16:56.417 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:17:16.417 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:17:16.419 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:17:36.421 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:17:36.423 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:17:56.424 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:17:56.426 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:18:16.427 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:18:16.428 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:18:36.429 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:18:36.430 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:18:56.431 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:18:56.432 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:19:16.433 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:19:16.435 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:19:36.435 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:19:36.438 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:19:56.439 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:19:56.440 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:20:16.441 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:20:16.442 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:20:36.444 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:20:36.445 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:20:56.446 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:20:56.447 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:21:16.447 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:21:16.448 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:21:36.451 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:21:36.452 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:21:56.454 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:21:56.455 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:22:16.457 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:22:16.458 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:22:36.459 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:22:36.460 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:22:56.461 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:22:56.462 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:23:16.462 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:23:16.463 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:23:36.466 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:23:36.467 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:23:56.468 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:23:56.470 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:24:16.471 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:24:16.472 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:24:36.474 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:24:36.475 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:24:56.476 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:24:56.477 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:25:16.479 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:25:16.480 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:25:36.482 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:25:36.484 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:25:56.486 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:25:56.487 [W] [client/service.go:297] [07801c997c2a1fa5] 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-06 17:26:16.489 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:26:16.490 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:26:36.490 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:26:36.492 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:26:56.493 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:26:56.494 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:27:16.496 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:27:16.497 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:27:36.499 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:27:36.500 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:27:56.501 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:27:56.503 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:28:16.504 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:28:16.505 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:28:36.507 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:28:36.508 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:28:56.510 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:28:56.511 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:29:16.512 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:29:16.513 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:29:36.516 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:29:36.517 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:29:56.518 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:29:56.520 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:30:16.521 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:30:16.522 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:30:36.524 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:30:36.525 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:30:56.525 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:30:56.527 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:31:16.527 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:31:16.529 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:31:36.531 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:31:36.532 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:31:56.534 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:31:56.535 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:32:16.536 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:32:16.538 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:32:36.539 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:32:36.540 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:32:56.541 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:32:56.542 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:33:16.544 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:33:16.545 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:33:36.547 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:33:36.549 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:33:56.550 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:33:56.551 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:34:16.552 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:34:16.553 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:34:36.554 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:34:36.555 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:34:56.557 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:34:56.558 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:35:16.559 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:35:16.560 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:35:36.560 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:35:36.563 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:35:56.565 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:35:56.566 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:36:16.568 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:36:16.569 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:36:36.570 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:36:36.572 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:36:56.572 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:36:56.574 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:37:16.576 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:37:16.577 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:37:36.579 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:37:36.582 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:37:56.583 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:37:56.585 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:38:16.586 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:38:16.587 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:38:36.588 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:38:36.589 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:38:56.590 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:38:56.591 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:39:16.592 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:39:16.594 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:39:36.594 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:39:36.598 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:39:56.600 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:39:56.602 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:40:16.603 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:40:16.605 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:40:36.605 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:40:36.607 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:40:56.607 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:40:56.608 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:41:16.609 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:41:16.610 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:41:36.613 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:41:36.614 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:41:56.615 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:41:56.617 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:42:16.617 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:42:16.619 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:42:36.619 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:42:36.621 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:42:56.622 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:42:56.623 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:43:16.624 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:43:16.626 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:43:36.628 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:43:36.629 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:43:56.631 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:43:56.633 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:44:16.633 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:44:16.635 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:44:36.636 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:44:36.637 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:44:56.638 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:44:56.639 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:45:16.640 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:45:16.642 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:45:36.643 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:45:36.644 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:45:56.646 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:45:56.647 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:46:16.648 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:46:16.649 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:46:36.650 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:46:36.651 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:46:56.652 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:46:56.653 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:47:16.654 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:47:16.656 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:47:36.657 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:47:36.661 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:47:56.662 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:47:56.664 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:48:16.665 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:48:16.667 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:48:36.668 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:48:36.669 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:48:56.670 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:48:56.671 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:49:16.673 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:49:16.674 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:49:36.676 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:49:36.677 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:49:56.679 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:49:56.680 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:50:16.681 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:50:16.683 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:50:36.684 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:50:36.685 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:50:56.686 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:50:56.687 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:51:16.688 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:51:16.690 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:51:36.691 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:51:36.694 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:51:56.695 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:51:56.697 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:52:16.697 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:52:16.699 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:52:36.701 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:52:36.702 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:52:56.703 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:52:56.704 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:53:16.705 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:53:16.706 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:53:36.708 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:53:36.710 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:53:56.711 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:53:56.712 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:54:16.713 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:54:16.715 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:54:36.715 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:54:36.717 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:54:56.718 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:54:56.720 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:55:16.721 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:55:16.722 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:55:36.724 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:55:36.726 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:55:56.727 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:55:56.729 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:56:16.729 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:56:16.731 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:56:36.732 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:56:36.733 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:56:56.734 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:56:56.735 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:57:16.736 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:57:16.737 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:57:36.739 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:57:36.741 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:57:56.741 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:57:56.742 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:58:16.743 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:58:16.745 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:58:36.746 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:58:36.747 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:58:56.748 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:58:56.749 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:59:16.750 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:59:16.751 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:59:36.751 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:59:36.754 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 17:59:56.756 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 17:59:56.757 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:00:16.758 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:00:16.759 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:00:36.760 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:00:36.761 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:00:56.762 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:00:56.763 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:01:16.764 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:01:16.765 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:01:36.767 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:01:36.769 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:01:56.770 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:01:56.772 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:02:16.774 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:02:16.775 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:02:36.775 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:02:36.777 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:02:56.778 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:02:56.779 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:03:16.780 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:03:16.782 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:03:36.783 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:03:36.786 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:03:56.788 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:03:56.790 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:04:16.791 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:04:16.792 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:04:36.793 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:04:36.794 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:04:56.795 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:04:56.796 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:05:16.798 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:05:16.799 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:05:36.800 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:05:36.803 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:05:56.804 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:05:56.805 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:06:16.806 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:06:16.808 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:06:36.809 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:06:36.810 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:06:56.811 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:06:56.812 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:07:16.813 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:07:16.815 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:07:36.815 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:07:36.819 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:07:56.820 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:07:56.821 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:08:16.822 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:08:16.823 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:08:36.824 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:08:36.825 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:08:56.827 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:08:56.828 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:09:16.830 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:09:16.830 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:09:36.831 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:09:36.834 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:09:56.835 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:09:56.837 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:10:16.838 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:10:16.839 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:10:36.840 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:10:36.841 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:10:56.842 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:10:56.843 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:11:16.844 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:11:16.846 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:11:36.848 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:11:36.850 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:11:56.851 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:11:56.853 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:12:16.854 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:12:16.855 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:12:36.856 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:12:36.857 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:12:56.858 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:12:56.859 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:13:16.860 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:13:16.861 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:13:36.864 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:13:36.866 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:13:56.867 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:13:56.869 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:14:16.870 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:14:16.871 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:14:36.872 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:14:36.873 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:14:56.874 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:14:56.876 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:15:16.877 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:15:16.878 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:15:36.879 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:15:36.882 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:15:56.884 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:15:56.885 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:16:16.887 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:16:16.888 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:16:36.890 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:16:36.891 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:16:56.892 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:16:56.893 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:17:16.895 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:17:16.896 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:17:36.899 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:17:36.900 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:17:56.901 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:17:56.902 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:18:16.904 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:18:16.905 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:18:36.906 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:18:36.907 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:18:56.908 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:18:56.910 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:19:16.911 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:19:16.912 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:19:36.914 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:19:36.916 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:19:56.919 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:19:56.920 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:20:16.922 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:20:16.923 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:20:36.924 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:20:36.926 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:20:56.927 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:20:56.929 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:21:16.929 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:21:16.931 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:21:36.933 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:21:36.936 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:21:56.938 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:21:56.939 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:22:16.940 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:22:16.942 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:22:36.943 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:22:36.944 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:22:56.946 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:22:56.947 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:23:16.948 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:23:16.950 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:23:36.951 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:23:36.953 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:23:56.954 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:23:56.955 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:24:16.956 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:24:16.957 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:24:36.958 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:24:36.959 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-06 18:24:56.960 [I] [client/service.go:294] [07801c997c2a1fa5] try to connect to server... 2026-01-06 18:24:56.962 [W] [client/service.go:297] [07801c997c2a1fa5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2026-01-06,18:25:40.659] [INFO] Initializing BusSpeedStateManager V2 [2026-01-06,18:25:40.666] [INFO] LocationSqlManager initialising [2026-01-06,18:25:40.667] [INFO] Location DB initialising [2026-01-06,18:25:40.678] [INFO] LocationSqlManager initialisation complete [2026-01-06,18:25:40.679] [DEBUG] UploadManager Init [2026-01-06,18:25:40.680] [DEBUG] UploadManager Init Complete [2026-01-06,18:25:40.684] [INFO] Initializing GPS... [2026-01-06,18:25:40.687] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:43.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,18:27:55.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-01-06,18:28:10.869] [DEBUG] Log Upload Complete! [2026-01-06,18:30:44.122] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,18:30:49.140] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-06,18:30:56.045] [DEBUG] Remote Access Enabled [2026-01-06,18:31:02.195] [INFO] Server Address: 138.201.17.179 [2026-01-06,18:31:02.196] [INFO] Server Port: 7000 [2026-01-06,18:31:02.201] [DEBUG] Starting Remote Access! 2026-01-06 18:31:02.335 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-06 18:31:02.336 [I] [client/service.go:294] try to connect to server... 2026-01-06 18:31:03.251 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-06 18:31:03.253 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-06 18:31:03.581 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success [2026-01-06,18:35:17.387] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,18:35:23.999] [DEBUG] 6 processes running of frp type [2026-01-06,18:50:17.595] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,18:50:24.201] [DEBUG] 6 processes running of frp type [2026-01-06,19:05:17.842] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,19:05:24.481] [DEBUG] 6 processes running of frp type 2026-01-06 19:06:03.166 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 19:06:11.380 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-06 19:06:11.382 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-06 19:06:11.640 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success [2026-01-06,19:20:17.696] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,19: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-06 19:27:33.133 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 19:27:43.134 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 19:27:43.135 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 19:27:53.137 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 19:27:53.138 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 19:28:03.140 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 19:28:03.141 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 19:28:11.721 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-06 19:28:11.722 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-06 19:28:12.032 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success [2026-01-06,19:35:17.605] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,19:35:24.497] [DEBUG] 6 processes running of frp type [2026-01-06,19:50:17.430] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,19:50:24.339] [DEBUG] 6 processes running of frp type [2026-01-06,20:05:17.981] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,20:05:24.945] [DEBUG] 6 processes running of frp type 2026-01-06 20:05:52.115 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 20:06:02.116 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 20:06:02.117 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 20:06:12.118 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 20:06:12.118 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 20:06:13.067 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-06 20:06:13.068 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-06 20:06:13.376 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success [2026-01-06,20:20:17.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,20: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-06 20:29:40.118 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 20:29:50.119 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 20:29:50.120 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 20:29:58.511 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-06 20:29:58.512 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-06 20:29:58.872 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success [2026-01-06,20:35:17.836] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,20:35:25.590] [DEBUG] 6 processes running of frp type 2026-01-06 20:36:19.530 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 20:36:29.532 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 20:36:29.533 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 20:36:31.833 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-06 20:36:31.833 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-06 20:36:32.187 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success [2026-01-06,20:50:17.290] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,20:50:25.675] [DEBUG] 6 processes running of frp type 2026-01-06 20:52:29.008 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 20:52:37.338 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-06 20:52:37.339 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-06 20:52:37.652 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success 2026-01-06 21:00:27.153 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 21:00:37.155 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:00:37.156 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 21:00:47.157 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:00:47.158 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 21:00:57.159 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:00:57.159 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 21:00:58.812 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-06 21:00:58.813 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-06 21:00:59.035 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success [2026-01-06,21:05:17.045] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,21:05:23.931] [DEBUG] 6 processes running of frp type 2026-01-06 21:08:13.187 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 21:08:17.486 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-06 21:08:17.487 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-06 21:08:18.082 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success 2026-01-06 21:10:28.546 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 21:10:30.477 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-06 21:10:30.478 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-06 21:10:30.785 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success [2026-01-06,21:20:17.200] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,21:20:24.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-06,21:35:18.049] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,21:35:53.851] [DEBUG] 6 processes running of frp type [2026-01-06,21:50:17.903] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,21:50:24.802] [DEBUG] 6 processes running of frp type 2026-01-06 21:55:30.475 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 21:55:45.233 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-06 21:55:45.235 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-06 21:55:48.072 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success 2026-01-06 21:56:22.324 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 21:56:32.326 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-06 21:56:32.327 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 21:56:45.426 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-06 21:56:45.428 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-06 21:57:11.591 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success 2026-01-06 21:57:12.866 [W] [client/control.go:166] [819c019a5121f57e] [DTN57CC4444] start error: status not wait start, ignore start message 2026-01-06 21:57:52.868 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 21:58:00.259 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-06 21:58:00.260 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-06 21:58:04.783 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success 2026-01-06 21:58:36.393 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 21:58:49.087 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: i/o deadline reached 2026-01-06 21:58:49.088 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 21:58:57.521 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-06 21:58:57.522 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-06 21:58:59.439 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success [2026-01-06,22:05:17.061] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) [2026-01-06,22:20:17.702] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,22: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-01-06,22:35:17.560] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,22:35:24.209] [DEBUG] 6 processes running of frp type [2026-01-06,22:50:17.652] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,22:50:24.208] [DEBUG] 6 processes running of frp type [2026-01-06,23:05:17.472] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,23:05:24.124] [DEBUG] 6 processes running of frp type 2026-01-06 23:13:28.173 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 23:13:31.391 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 23:13:31.392 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 23:13:31.394 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 23:13:36.076 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 23:13:36.081 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-06 23:13:46.257 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-06 23:13:48.564 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-06 23:13:48.565 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-06 23:13:49.538 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success [2026-01-06,23:20:17.392] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,23: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-01-06,23:35:19.098] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,23:35:25.823] [DEBUG] 6 processes running of frp type [2026-01-06,23:50:17.159] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-06,23:50:23.771] [DEBUG] 6 processes running of frp type [2026-01-07,00:05:17.994] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,00:05:24.490] [DEBUG] 6 processes running of frp type [2026-01-07,00:20:17.713] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,00: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-01-07,00:35:17.792] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,00:35:24.340] [DEBUG] 6 processes running of frp type [2026-01-07,00:50:17.618] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,00:50:24.202] [DEBUG] 6 processes running of frp type [2026-01-07,01:05:17.396] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,01:05:23.912] [DEBUG] 6 processes running of frp type [2026-01-07,01:20:17.109] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,01: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-07,01:35:18.077] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,01:35:24.593] [DEBUG] 6 processes running of frp type [2026-01-07,01:50:17.617] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,01:50:24.101] [DEBUG] 6 processes running of frp type [2026-01-07,02:05:17.570] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,02:05:24.463] [DEBUG] 6 processes running of frp type [2026-01-07,02:20:17.938] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,02: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-01-07,02:35:18.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,02:35:24.496] [DEBUG] 6 processes running of frp type [2026-01-07,02:50:17.793] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,02:50:24.287] [DEBUG] 6 processes running of frp type 2026-01-07 02:57:47.418 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 02:57:57.420 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 02:57:57.421 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 02:58:07.422 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 02:58:07.422 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 02:58:17.424 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 02:58:17.425 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 02:58:27.426 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 02:58:27.426 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 02:58:37.428 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 02:58:57.429 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 02:59:07.430 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 02:59:27.431 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 02:59:37.432 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 02:59:57.434 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 03:00:07.436 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 03:00:27.437 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 03:00:27.441 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-07 03:00:47.442 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 03:00:48.468 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-07 03:00:48.469 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-07 03:00:48.783 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success [2026-01-07,03:05:17.482] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,03:05:23.968] [DEBUG] 6 processes running of frp type [2026-01-07,03:20:17.251] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,03: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' [2026-01-07,03:35:17.038] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,03:35:23.710] [DEBUG] 6 processes running of frp type 2026-01-07 03:48:26.832 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 03:48:29.211 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-07 03:48:29.213 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-07 03:48:29.863 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success [2026-01-07,03:50:17.748] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,03:50:24.227] [DEBUG] 6 processes running of frp type [2026-01-07,04:05:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,04:05:24.012] [DEBUG] 6 processes running of frp type 2026-01-07 04:06:49.910 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 04:06:51.014 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-07 04:06:51.015 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 04:06:54.054 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-07 04:06:54.054 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 04:06:57.094 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-07 04:07:07.328 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 04:07:07.332 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-07 04:07:27.334 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 04:07:28.379 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-07 04:07:28.381 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-07 04:07:28.701 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success 2026-01-07 04:11:45.369 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 04:11:55.371 [W] [client/service.go:297] [819c019a5121f57e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 04:11:55.372 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 04:12:07.566 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-07 04:12:07.567 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-07 04:12:07.906 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success [2026-01-07,04:20:17.229] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,04: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-07,04:35:17.716] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,04:35:24.318] [DEBUG] 6 processes running of frp type [2026-01-07,04:50:17.621] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,04:50:25.092] [DEBUG] 6 processes running of frp type 2026-01-07 05:00:45.568 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 05:00:46.567 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-07 05:00:46.568 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-07 05:00:46.884 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success [2026-01-07,05:05:17.494] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,05:05:24.162] [DEBUG] 6 processes running of frp type [2026-01-07,05:20:17.662] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,05: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-01-07,05:35:22.521] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,05:35:29.299] [DEBUG] 6 processes running of frp type [2026-01-07,05:50:17.381] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,05:50:24.035] [DEBUG] 6 processes running of frp type 2026-01-07 05:53:08.574 [I] [client/service.go:294] [819c019a5121f57e] try to connect to server... 2026-01-07 05:53:10.594 [I] [client/service.go:286] [819c019a5121f57e] login to server success, get run id [819c019a5121f57e] 2026-01-07 05:53:10.596 [I] [proxy/proxy_manager.go:173] [819c019a5121f57e] proxy added: [DTN57CC4444] 2026-01-07 05:53:10.944 [I] [client/control.go:168] [819c019a5121f57e] [DTN57CC4444] start proxy success [2026-01-07,06:05:17.753] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,06:05:24.489] [DEBUG] 6 processes running of frp type [2026-01-07,06:20:17.618] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,06: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-01-07,06:30:41.836] [INFO] Initializing BusSpeedStateManager V2 [2026-01-07,06:30:41.841] [INFO] LocationSqlManager initialising [2026-01-07,06:30:41.841] [INFO] Location DB initialising [2026-01-07,06:30:41.851] [INFO] LocationSqlManager initialisation complete [2026-01-07,06:30:41.852] [DEBUG] UploadManager Init [2026-01-07,06:30:41.852] [DEBUG] UploadManager Init Complete [2026-01-07,06:30:41.855] [INFO] Initializing GPS... [2026-01-07,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-07,06:32:45.263] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,06:32:56.875] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:17.048] [DEBUG] Log Upload Complete! [2026-01-07,06:35:45.219] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,06:35:51.890] [DEBUG] Remote Access Enabled [2026-01-07,06:35:58.189] [INFO] Server Address: 138.201.17.179 [2026-01-07,06:35:58.190] [INFO] Server Port: 7000 [2026-01-07,06:35:58.195] [DEBUG] Starting Remote Access! 2026-01-07 06:35:58.326 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-07 06:35:58.326 [I] [client/service.go:294] try to connect to server... 2026-01-07 06:35:59.247 [I] [client/service.go:286] [fe14a8911d692674] login to server success, get run id [fe14a8911d692674] 2026-01-07 06:35:59.247 [I] [proxy/proxy_manager.go:173] [fe14a8911d692674] proxy added: [DTN57CC4444] 2026-01-07 06:35:59.560 [I] [client/control.go:168] [fe14a8911d692674] [DTN57CC4444] start proxy success [2026-01-07,06:50:18.080] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,06:50:25.435] [DEBUG] 6 processes running of frp type [2026-01-07,07:05:17.891] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,07:05:24.605] [DEBUG] 6 processes running of frp type [2026-01-07,07:20:18.160] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,07: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-07,07:35:17.740] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,07:35:24.773] [DEBUG] 6 processes running of frp type [2026-01-07,07:50:17.483] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,07:50:24.302] [DEBUG] 6 processes running of frp type [2026-01-07,08:02:17.585] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,08:02:29.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( [2026-01-07,08:02:49.709] [DEBUG] Log Upload Complete! [2026-01-07,08:05:17.733] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,08:05:24.534] [DEBUG] 6 processes running of frp type [2026-01-07,08:20:18.275] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,08: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-01-07,08:35:17.757] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,08:35:24.490] [DEBUG] 6 processes running of frp type [2026-01-07,08:50:17.556] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,08:50:24.470] [DEBUG] 6 processes running of frp type [2026-01-07,09:05:18.029] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,09:05:24.642] [DEBUG] 6 processes running of frp type [2026-01-07,09:20:18.456] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,09:20:26.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-01-07,09:35:17.090] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,09:35:23.891] [DEBUG] 6 processes running of frp type [2026-01-07,09:50:17.447] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,09:50:24.522] [DEBUG] 6 processes running of frp type [2026-01-07,10:05:18.223] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,10:05:25.002] [DEBUG] 6 processes running of frp type [2026-01-07,10:20:17.355] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,10: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-07,10:35:17.927] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,10:35:24.905] [DEBUG] 6 processes running of frp type [2026-01-07,10:50:18.170] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,10:50:25.120] [DEBUG] 6 processes running of frp type [2026-01-07,11:05:17.478] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,11:05:24.225] [DEBUG] 6 processes running of frp type [2026-01-07,11:20:17.556] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,11: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-07,11:35:18.039] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,11:35:24.790] [DEBUG] 6 processes running of frp type [2026-01-07,11:41:02.859] [INFO] Initializing BusSpeedStateManager V2 [2026-01-07,11:41:02.867] [INFO] LocationSqlManager initialising [2026-01-07,11:41:02.869] [INFO] Location DB initialising [2026-01-07,11:41:02.880] [INFO] LocationSqlManager initialisation complete [2026-01-07,11:41:02.881] [DEBUG] UploadManager Init [2026-01-07,11:41:02.882] [DEBUG] UploadManager Init Complete [2026-01-07,11:41:02.885] [INFO] Initializing GPS... [2026-01-07,11:41:02.888] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:52:37.277] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,11:52:49.108] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,11:53:08.639] [DEBUG] Log Upload Complete! [2026-01-07,11:55:35.722] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,11:55:42.605] [DEBUG] Remote Access Enabled [2026-01-07,11:55:49.261] [INFO] Server Address: 138.201.17.179 [2026-01-07,11:55:49.262] [INFO] Server Port: 7000 [2026-01-07,11:55:49.267] [DEBUG] Starting Remote Access! 2026-01-07 11:55:49.402 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-07 11:55:49.403 [I] [client/service.go:294] try to connect to server... 2026-01-07 11:55:50.437 [I] [client/service.go:286] [0f31a98bca2ccb31] login to server success, get run id [0f31a98bca2ccb31] 2026-01-07 11:55:50.439 [I] [proxy/proxy_manager.go:173] [0f31a98bca2ccb31] proxy added: [DTN57CC4444] 2026-01-07 11:55:50.740 [I] [client/control.go:168] [0f31a98bca2ccb31] [DTN57CC4444] start proxy success [2026-01-07,12:05:17.187] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,12:05:23.937] [DEBUG] 6 processes running of frp type [2026-01-07,12:20:17.280] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,12: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' [2026-01-07,12:35:18.011] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,12:35:25.109] [DEBUG] 6 processes running of frp type [2026-01-07,12:50:17.740] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,12:50:26.813] [DEBUG] 6 processes running of frp type [2026-01-07,13:05:17.239] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,13:05:24.018] [DEBUG] 6 processes running of frp type [2026-01-07,13:20:17.323] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,13: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-01-07,13:35:17.527] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,13:35:24.330] [DEBUG] 6 processes running of frp type [2026-01-07,13:50:18.112] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,13:50:27.121] [DEBUG] 6 processes running of frp type [2026-01-07,14:05:17.510] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,14:05:24.442] [DEBUG] 6 processes running of frp type [2026-01-07,14:20:18.015] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,14:20:24.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' [2026-01-07,14:35:17.569] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,14:35:24.333] [DEBUG] 6 processes running of frp type [2026-01-07,14:41:01.031] [INFO] Initializing BusSpeedStateManager V2 [2026-01-07,14:41:01.036] [INFO] LocationSqlManager initialising [2026-01-07,14:41:01.036] [INFO] Location DB initialising [2026-01-07,14:41:01.046] [INFO] LocationSqlManager initialisation complete [2026-01-07,14:41:01.046] [DEBUG] UploadManager Init [2026-01-07,14:41:01.047] [DEBUG] UploadManager Init Complete [2026-01-07,14:41:01.049] [INFO] Initializing GPS... [2026-01-07,14:41:01.051] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:41:25.132] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,15:41:33.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( [2026-01-07,15:41:58.972] [DEBUG] Log Upload Complete! [2026-01-07,15:44:25.249] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,15:44:25.275] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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,15:44:32.281] [DEBUG] Remote Access Enabled [2026-01-07,15:44:38.542] [INFO] Server Address: 138.201.17.179 [2026-01-07,15:44:38.543] [INFO] Server Port: 7000 [2026-01-07,15:44:38.549] [DEBUG] Starting Remote Access! 2026-01-07 15:44:38.681 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-07 15:44:38.682 [I] [client/service.go:294] try to connect to server... 2026-01-07 15:44:39.890 [I] [client/service.go:286] [37d853afe46fec2b] login to server success, get run id [37d853afe46fec2b] 2026-01-07 15:44:39.892 [I] [proxy/proxy_manager.go:173] [37d853afe46fec2b] proxy added: [DTN57CC4444] 2026-01-07 15:44:40.232 [I] [client/control.go:168] [37d853afe46fec2b] [DTN57CC4444] start proxy success [2026-01-07,15:50:18.067] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,15:50:24.825] [DEBUG] 6 processes running of frp type [2026-01-07,16:05:17.274] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,16:05:24.071] [DEBUG] 6 processes running of frp type [2026-01-07,16:20:17.528] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,16: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-01-07,16:35:17.501] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,16:35:24.304] [DEBUG] 6 processes running of frp type [2026-01-07,16:50:18.128] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,16:50:25.299] [DEBUG] 6 processes running of frp type [2026-01-07,17:05:17.644] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,17:05:24.498] [DEBUG] 6 processes running of frp type [2026-01-07,17:20:17.797] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,17: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-01-07,17:35:18.337] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,17:35:25.060] [DEBUG] 6 processes running of frp type [2026-01-07,17:50:17.818] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,17:50:24.904] [DEBUG] 6 processes running of frp type 2026-01-07 18:02:10.765 [I] [client/service.go:294] [37d853afe46fec2b] try to connect to server... 2026-01-07 18:02:11.713 [I] [client/service.go:286] [37d853afe46fec2b] login to server success, get run id [37d853afe46fec2b] 2026-01-07 18:02:11.714 [I] [proxy/proxy_manager.go:173] [37d853afe46fec2b] proxy added: [DTN57CC4444] 2026-01-07 18:02:12.036 [I] [client/control.go:168] [37d853afe46fec2b] [DTN57CC4444] start proxy success [2026-01-07,18:05:17.340] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,18:05:24.385] [DEBUG] 6 processes running of frp type [2026-01-07,18:20:17.656] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,18:20:25.012] [DEBUG] 6 processes running of frp type [2026-01-07,18:25:41.208] [INFO] Initializing BusSpeedStateManager V2 [2026-01-07,18:25:41.214] [INFO] LocationSqlManager initialising [2026-01-07,18:25:41.215] [INFO] Location DB initialising [2026-01-07,18:25:41.226] [INFO] LocationSqlManager initialisation complete [2026-01-07,18:25:41.227] [DEBUG] UploadManager Init [2026-01-07,18:25:41.228] [DEBUG] UploadManager Init Complete [2026-01-07,18:25:41.233] [INFO] Initializing GPS... [2026-01-07,18:25:41.235] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.796] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,18:27:51.586] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:06.479] [DEBUG] Log Upload Complete! [2026-01-07,18:30:44.856] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,18:30:51.591] [DEBUG] Remote Access Enabled [2026-01-07,18:30:57.966] [INFO] Server Address: 138.201.17.179 [2026-01-07,18:30:57.967] [INFO] Server Port: 7000 [2026-01-07,18:30:57.972] [DEBUG] Starting Remote Access! 2026-01-07 18:30:58.106 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-07 18:30:58.107 [I] [client/service.go:294] try to connect to server... 2026-01-07 18:30:59.251 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 18:30:59.253 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 18:30:59.634 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-07,18:35:17.174] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,18:35:23.839] [DEBUG] 6 processes running of frp type 2026-01-07 18:36:19.365 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 18:36:28.045 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 18:36:28.046 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 18:36:28.473 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 18:43:41.481 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 18:43:51.483 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 18:43:51.484 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 18:43:56.152 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 18:43:56.153 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 18:43:56.523 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-07,18:50:17.488] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,18:50:24.158] [DEBUG] 6 processes running of frp type [2026-01-07,19:05:17.608] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,19:05:24.879] [DEBUG] 6 processes running of frp type 2026-01-07 19:09:03.966 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:09:13.969 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:09:13.969 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:09:18.598 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 19:09:18.599 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 19:09:18.966 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 19:09:57.673 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:10:07.675 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:10:07.675 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:10:17.676 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:10:17.677 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:10:27.678 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:10:27.678 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:10:37.680 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:10:37.680 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:10:46.941 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 19:10:46.942 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 19:10:48.087 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 19:12:57.695 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:13:12.197 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: connection write timeout 2026-01-07 19:13:12.197 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:13:22.199 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:13:22.199 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:13:32.200 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:13:32.202 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:13:35.851 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 19:13:35.852 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 19:13:36.433 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 19:17:51.140 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:17:57.778 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 19:17:57.779 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 19:17:58.139 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-07,19:20:17.285] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,19:20:23.804] [DEBUG] 6 processes running of frp type 2026-01-07 19:20:55.488 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:20:57.154 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 19:20:57.156 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 19:20:57.715 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 19:24:20.624 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:24:34.821 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: connection write timeout 2026-01-07 19:24:34.821 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:24:44.823 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:24:44.823 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:24:48.845 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 19:24:48.846 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 19:24:49.164 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 19:25:27.276 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:25:37.278 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:25:37.279 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:25:47.280 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:25:47.281 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:25:57.283 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:25:57.284 [I] [client/service.go:294] [f584d8eda04b87b2] 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:07.285 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:26:07.286 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:26:17.287 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:26:37.288 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:26:38.255 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 19:26:38.256 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 19:26:38.854 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 19:30:20.697 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:30:30.699 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:30:30.699 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:30:40.701 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:30:40.702 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:30:46.542 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 19:30:46.544 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 19:30:46.959 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-07,19:35:17.502] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,19:35:24.254] [DEBUG] 6 processes running of frp type 2026-01-07 19:43:52.325 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:44:01.002 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 19:44:01.003 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 19:44:01.328 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 19:45:41.540 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:45:51.541 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:45:51.542 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:46:00.696 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 19:46:00.696 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 19:46:02.786 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-07,19:50:17.737] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,19:50:25.051] [DEBUG] 6 processes running of frp type 2026-01-07 19:51:51.843 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:52:01.844 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:52:01.845 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:52:11.846 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:52:11.847 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:52:21.848 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:52:21.849 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:52:31.850 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:52:31.851 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:52:41.853 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 19:53:01.854 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 19:53:02.916 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 19:53:02.918 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 19:53:03.237 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-07,20:05:17.690] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,20:05:24.629] [DEBUG] 6 processes running of frp type 2026-01-07 20:06:23.829 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:06:24.875 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 20:06:24.877 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 20:06:25.195 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 20:07:34.472 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:07:42.841 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 20:07:42.843 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 20:07:43.470 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 20:09:22.526 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:09:29.967 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 20:09:29.968 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 20:09:30.750 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 20:10:44.044 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:10:54.046 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:10:54.046 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:11:02.364 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 20:11:02.365 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 20:11:03.005 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 20:11:41.555 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:11:51.557 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:11:51.558 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:12:01.560 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:12:01.560 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:12:02.616 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 20:12:02.616 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 20:12:02.953 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 20:12:41.975 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:12:51.977 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:12:51.978 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:13:01.979 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:13:01.979 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:13:11.980 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:13:11.981 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:13:15.618 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 20:13:15.620 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 20:13:16.362 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 20:14:32.909 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:14:44.779 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 20:14:44.781 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 20:14:45.261 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 20:16:51.462 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:17:01.464 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:17:01.464 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:17:11.775 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 20:17:11.776 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 20:17:13.328 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 20:17:49.087 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:17:59.089 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:17:59.089 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:18:09.091 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:18:09.092 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:18:19.094 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:18:19.094 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:18:24.625 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 20:18:24.626 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 20:18:25.868 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 20:19:02.516 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:19:12.517 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:19:12.518 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:19:22.519 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:19:22.520 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:19:32.521 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:19:32.522 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:19:42.523 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:19:42.524 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:19:52.526 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:20:12.527 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:20:14.870 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 20:20:14.871 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 20:20:15.514 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-07,20:20:18.250] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,20: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' [2026-01-07,20:35:17.338] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,20:35:26.476] [DEBUG] 6 processes running of frp type 2026-01-07 20:40:48.675 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:40:58.676 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:40:58.677 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:40:59.596 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 20:40:59.598 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 20:40:59.912 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-07,20:50:17.022] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,20:50:23.978] [DEBUG] 6 processes running of frp type 2026-01-07 20:51:47.568 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:51:57.570 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:51:57.571 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:52:07.572 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 20:52:07.573 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 20:52:08.465 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 20:52:08.465 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 20:52:08.757 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 21:02:38.443 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:02:56.202 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: i/o deadline reached 2026-01-07 21:02:56.203 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:03:06.204 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:03:06.204 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:03:08.230 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 21:03:08.231 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 21:03:08.576 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 21:04:48.315 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:04:58.318 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:04:58.318 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:05:08.320 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:05:08.321 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:05:10.245 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 21:05:10.246 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 21:05:10.533 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-07,21:05:17.282] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,21:05:25.466] [DEBUG] 6 processes running of frp type 2026-01-07 21:05:49.574 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:05:55.901 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 21:05:55.902 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 21:05:56.555 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 21:09:15.801 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:09:25.803 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:09:25.805 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:09:26.482 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 21:09:26.483 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 21:09:26.711 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 21:10:06.032 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:10:16.033 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:10:16.033 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:10:26.035 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:10:26.036 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:10:36.037 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 21:10:36.038 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:10:40.276 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 21:10:40.277 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 21:10:40.567 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-07,21:20:17.661] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,21:20:25.074] [DEBUG] 6 processes running of frp type 2026-01-07 21:24:05.808 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:24:24.466 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: i/o deadline reached 2026-01-07 21:24:24.467 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:24:28.505 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 21:24:28.506 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 21:24:29.090 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] 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 21:26:14.859 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:26:33.709 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: connection write timeout 2026-01-07 21:26:33.710 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 21:26:42.334 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 21:26:42.335 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 21:26:42.689 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-07,21:35:17.600] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,21:35:25.180] [DEBUG] 6 processes running of frp type [2026-01-07,21:50:22.722] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,21:50:29.456] [DEBUG] 6 processes running of frp type 2026-01-07 22:00:52.083 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 22:01:00.778 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 22:01:00.779 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 22:01:02.213 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-07,22:05:17.741] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,22:05:26.226] [DEBUG] 6 processes running of frp type [2026-01-07,22:20:18.719] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,22:20:25.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-01-07,22:35:18.008] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,22:35:26.817] [DEBUG] 6 processes running of frp type [2026-01-07,22:50:22.564] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,22:50:29.227] [DEBUG] 6 processes running of frp type 2026-01-07 22:56:01.157 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 22:56:16.688 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: connection write timeout 2026-01-07 22:56:16.689 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 22:56:26.690 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-07 22:56:26.691 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 22:56:40.023 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: connection write timeout 2026-01-07 22:56:40.024 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 22:56:54.434 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 22:56:54.436 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 22:56:54.776 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-07 22:58:29.981 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 22:58:31.636 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 22:58:31.636 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 22:58:31.932 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-07,23:05:17.836] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,23:05:24.616] [DEBUG] 6 processes running of frp type [2026-01-07,23:20:17.963] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,23:20:25.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-01-07 23:32:17.039 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-07 23:32:17.993 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-07 23:32:17.994 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-07 23:32:18.306 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-07,23:35:17.592] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,23:35:24.255] [DEBUG] 6 processes running of frp type [2026-01-07,23:50:17.266] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-07,23:50:23.876] [DEBUG] 6 processes running of frp type [2026-01-08,00:05:17.077] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,00:05:23.648] [DEBUG] 6 processes running of frp type [2026-01-08,00:20:17.811] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,00:20:19.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-08,00:35:18.162] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,00:35:25.311] [DEBUG] 6 processes running of frp type [2026-01-08,00:50:17.470] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,00:50:24.268] [DEBUG] 6 processes running of frp type [2026-01-08,01:05:17.553] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,01:05:24.926] [DEBUG] 6 processes running of frp type [2026-01-08,01:20:17.166] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,01: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-01-08,01:35:17.721] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,01:35:24.737] [DEBUG] 6 processes running of frp type [2026-01-08,01:50:17.812] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,01:50:24.686] [DEBUG] 6 processes running of frp type [2026-01-08,02:05:17.895] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,02:05:24.969] [DEBUG] 6 processes running of frp type [2026-01-08,02:20:17.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,02: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-01-08,02:35:18.143] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,02:35:25.023] [DEBUG] 6 processes running of frp type [2026-01-08,02:50:17.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,02:50:24.300] [DEBUG] 6 processes running of frp type [2026-01-08,03:05:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,03:05:24.317] [DEBUG] 6 processes running of frp type [2026-01-08,03:20:17.630] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,03: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-01-08,03:35:17.875] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,03:35:24.657] [DEBUG] 6 processes running of frp type [2026-01-08,03:50:17.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,03:50:24.572] [DEBUG] 6 processes running of frp type 2026-01-08 03:59:32.357 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-08 03:59:35.150 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-08 03:59:35.151 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-08 03:59:35.448 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success 2026-01-08 04:03:46.652 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-08 04:03:46.654 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 04:03:48.797 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-08 04:03:48.800 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 04:03:53.211 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-08 04:03:53.213 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 04:04:02.180 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-08 04:04:03.045 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-08 04:04:03.046 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-08 04:04:03.339 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-08,04:05:17.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,04:05:24.264] [DEBUG] 6 processes running of frp type 2026-01-08 04:13:47.912 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-08 04:13:51.082 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-08 04:13:51.083 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-08 04:13:51.405 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-08,04:20:17.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,04: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-08,04:35:17.429] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,04:35:23.994] [DEBUG] 6 processes running of frp type 2026-01-08 04:43:23.440 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-08 04:43:25.384 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-08 04:43:25.386 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-08 04:43:25.695 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-08,04:50:17.322] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,04:50:23.952] [DEBUG] 6 processes running of frp type 2026-01-08 05:03:20.957 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-08 05:03:30.959 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 05:03:30.960 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-08 05:03:40.961 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 05:03:40.961 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-08 05:03:50.963 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 05:03:50.964 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-08 05:03:58.067 [W] [client/service.go:297] [f584d8eda04b87b2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 05:04:18.069 [I] [client/service.go:294] [f584d8eda04b87b2] try to connect to server... 2026-01-08 05:04:19.145 [I] [client/service.go:286] [f584d8eda04b87b2] login to server success, get run id [f584d8eda04b87b2] 2026-01-08 05:04:19.147 [I] [proxy/proxy_manager.go:173] [f584d8eda04b87b2] proxy added: [DTN57CC4444] 2026-01-08 05:04:19.480 [I] [client/control.go:168] [f584d8eda04b87b2] [DTN57CC4444] start proxy success [2026-01-08,05:05:17.822] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,05:05:24.531] [DEBUG] 6 processes running of frp type [2026-01-08,05:20:17.886] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,05: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-01-08,05:35:17.203] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,05:35:23.789] [DEBUG] 6 processes running of frp type [2026-01-08,05:50:17.400] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,05:50:24.051] [DEBUG] 6 processes running of frp type [2026-01-08,06:05:17.392] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,06:05:23.959] [DEBUG] 6 processes running of frp type [2026-01-08,06:20:17.442] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,06:20:24.036] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:41.819] [INFO] Initializing BusSpeedStateManager V2 [2026-01-08,06:30:41.824] [INFO] LocationSqlManager initialising [2026-01-08,06:30:41.825] [INFO] Location DB initialising [2026-01-08,06:30:41.835] [INFO] LocationSqlManager initialisation complete [2026-01-08,06:30:41.836] [DEBUG] UploadManager Init [2026-01-08,06:30:41.836] [DEBUG] UploadManager Init Complete [2026-01-08,06:30:41.839] [INFO] Initializing GPS... [2026-01-08,06:30:41.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-08,06:32:44.782] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,06:32:51.830] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:14.047] [DEBUG] Log Upload Complete! [2026-01-08,06:35:44.734] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,06:35:44.840] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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,06:35:51.432] [DEBUG] Remote Access Enabled [2026-01-08,06:35:57.658] [INFO] Server Address: 138.201.17.179 [2026-01-08,06:35:57.659] [INFO] Server Port: 7000 [2026-01-08,06:35:57.665] [DEBUG] Starting Remote Access! 2026-01-08 06:35:57.797 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-08 06:35:57.798 [I] [client/service.go:294] try to connect to server... 2026-01-08 06:35:58.691 [I] [client/service.go:286] [da5683ee3fb73381] login to server success, get run id [da5683ee3fb73381] 2026-01-08 06:35:58.692 [I] [proxy/proxy_manager.go:173] [da5683ee3fb73381] proxy added: [DTN57CC4444] 2026-01-08 06:35:59.004 [I] [client/control.go:168] [da5683ee3fb73381] [DTN57CC4444] start proxy success [2026-01-08,06:50:17.365] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,06:50:24.097] [DEBUG] 6 processes running of frp type [2026-01-08,07:05:17.735] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,07:05:24.379] [DEBUG] 6 processes running of frp type [2026-01-08,07:20:17.706] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,07: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-01-08,07:35:17.456] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,07:35:24.008] [DEBUG] 6 processes running of frp type [2026-01-08,07:50:18.113] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,07:50:24.875] [DEBUG] 6 processes running of frp type [2026-01-08,08:02:17.092] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,08:02:28.708] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:43.751] [DEBUG] Log Upload Complete! [2026-01-08,08:05:17.522] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,08:05:24.061] [DEBUG] 6 processes running of frp type [2026-01-08,08:20:17.569] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,08: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' [2026-01-08,08:35:17.693] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,08:35:24.341] [DEBUG] 6 processes running of frp type [2026-01-08,08:50:17.918] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,08:50:24.541] [DEBUG] 6 processes running of frp type [2026-01-08,09:05:18.142] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,09:05:24.715] [DEBUG] 6 processes running of frp type [2026-01-08,09:20:18.375] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,09:20:25.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-01-08,09:35:17.812] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,09:35:24.684] [DEBUG] 6 processes running of frp type [2026-01-08,09:50:17.644] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,09:50:24.322] [DEBUG] 6 processes running of frp type [2026-01-08,10:05:17.625] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,10:05:24.285] [DEBUG] 6 processes running of frp type 2026-01-08 10:17:56.585 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 10:18:06.588 [W] [client/service.go:297] [da5683ee3fb73381] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 10:18:06.588 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 10:18:07.545 [I] [client/service.go:286] [da5683ee3fb73381] login to server success, get run id [da5683ee3fb73381] 2026-01-08 10:18:07.547 [I] [proxy/proxy_manager.go:173] [da5683ee3fb73381] proxy added: [DTN57CC4444] 2026-01-08 10:18:07.859 [I] [client/control.go:168] [da5683ee3fb73381] [DTN57CC4444] start proxy success [2026-01-08,10:20:17.689] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,10:20:24.254] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:17.815] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,10:35:24.479] [DEBUG] 6 processes running of frp type [2026-01-08,10:50:18.185] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,10:50:24.859] [DEBUG] 6 processes running of frp type [2026-01-08,11:05:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,11:05:24.200] [DEBUG] 6 processes running of frp type [2026-01-08,11:20:17.563] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,11: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-08,11:35:17.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,11:35:24.574] [DEBUG] 6 processes running of frp type [2026-01-08,11:50:17.322] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,11:50:24.048] [DEBUG] 6 processes running of frp type [2026-01-08,12:05:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,12:05:24.164] [DEBUG] 6 processes running of frp type [2026-01-08,12:20:17.394] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,12: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-08,12:35:17.864] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,12:35:24.520] [DEBUG] 6 processes running of frp type [2026-01-08,12:50:17.367] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,12:50:24.030] [DEBUG] 6 processes running of frp type 2026-01-08 13:03:30.835 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 13:03:30.839 [W] [client/service.go:297] [da5683ee3fb73381] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 13:03:32.871 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 13:03:32.874 [W] [client/service.go:297] [da5683ee3fb73381] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 13:03:37.127 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 13:03:37.130 [W] [client/service.go:297] [da5683ee3fb73381] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-08 13:03:46.456 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 13:03:47.401 [I] [client/service.go:286] [da5683ee3fb73381] login to server success, get run id [da5683ee3fb73381] 2026-01-08 13:03:47.402 [I] [proxy/proxy_manager.go:173] [da5683ee3fb73381] proxy added: [DTN57CC4444] 2026-01-08 13:03:47.725 [I] [client/control.go:168] [da5683ee3fb73381] [DTN57CC4444] start proxy success [2026-01-08,13:05:17.158] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,13:05:23.739] [DEBUG] 6 processes running of frp type [2026-01-08,13:20:17.315] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,13:20:23.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-01-08,13:35:17.363] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,13:35:23.978] [DEBUG] 6 processes running of frp type [2026-01-08,13:50:17.100] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,13:50:23.704] [DEBUG] 6 processes running of frp type [2026-01-08,14:05:18.416] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,14:05:25.042] [DEBUG] 6 processes running of frp type [2026-01-08,14:20:17.326] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,14: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-08,14:35:17.615] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,14:35:24.259] [DEBUG] 6 processes running of frp type [2026-01-08,14:50:18.036] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,14:50:24.706] [DEBUG] 6 processes running of frp type [2026-01-08,15:05:18.303] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,15:05:24.891] [DEBUG] 6 processes running of frp type [2026-01-08,15:20:17.414] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,15: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' [2026-01-08,15:35:17.479] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,15:35:24.028] [DEBUG] 6 processes running of frp type [2026-01-08,15:50:17.839] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,15:50:24.395] [DEBUG] 6 processes running of frp type [2026-01-08,16:05:17.713] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,16:05:24.340] [DEBUG] 6 processes running of frp type [2026-01-08,16:20:17.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,16:20:24.319] [DEBUG] 6 processes running of frp type 2026-01-08 16:21:27.514 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 16:21:28.470 [I] [client/service.go:286] [da5683ee3fb73381] login to server success, get run id [da5683ee3fb73381] 2026-01-08 16:21:28.471 [I] [proxy/proxy_manager.go:173] [da5683ee3fb73381] proxy added: [DTN57CC4444] 2026-01-08 16:21:28.788 [I] [client/control.go:168] [da5683ee3fb73381] [DTN57CC4444] 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.748 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 16:30:14.986 [I] [client/service.go:286] [da5683ee3fb73381] login to server success, get run id [da5683ee3fb73381] 2026-01-08 16:30:14.988 [I] [proxy/proxy_manager.go:173] [da5683ee3fb73381] proxy added: [DTN57CC4444] 2026-01-08 16:30:15.295 [I] [client/control.go:168] [da5683ee3fb73381] [DTN57CC4444] start proxy success [2026-01-08,16:35:17.463] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,16:35:24.043] [DEBUG] 6 processes running of frp type [2026-01-08,16:50:17.110] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,16:50:23.806] [DEBUG] 6 processes running of frp type [2026-01-08,17:05:17.145] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,17:05:23.671] [DEBUG] 6 processes running of frp type 2026-01-08 17:18:53.019 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 17:19:03.021 [W] [client/service.go:297] [da5683ee3fb73381] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 17:19:03.022 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 17:19:04.678 [I] [client/service.go:286] [da5683ee3fb73381] login to server success, get run id [da5683ee3fb73381] 2026-01-08 17:19:04.680 [I] [proxy/proxy_manager.go:173] [da5683ee3fb73381] proxy added: [DTN57CC4444] 2026-01-08 17:19:04.908 [I] [client/control.go:168] [da5683ee3fb73381] [DTN57CC4444] start proxy success [2026-01-08,17:20:18.164] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,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-08,17:35:17.331] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,17:35:23.946] [DEBUG] 6 processes running of frp type 2026-01-08 17:41:43.685 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 17:41:53.686 [W] [client/service.go:297] [da5683ee3fb73381] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 17:41:53.687 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 17:41:54.353 [I] [client/service.go:286] [da5683ee3fb73381] login to server success, get run id [da5683ee3fb73381] 2026-01-08 17:41:54.355 [I] [proxy/proxy_manager.go:173] [da5683ee3fb73381] proxy added: [DTN57CC4444] 2026-01-08 17:41:54.571 [I] [client/control.go:168] [da5683ee3fb73381] [DTN57CC4444] start proxy success [2026-01-08,17:50:17.279] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,17:50:23.888] [DEBUG] 6 processes running of frp type [2026-01-08,18:05:17.351] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,18:05:23.977] [DEBUG] 6 processes running of frp type 2026-01-08 18:05:47.948 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 18:05:49.922 [I] [client/service.go:286] [da5683ee3fb73381] login to server success, get run id [da5683ee3fb73381] 2026-01-08 18:05:49.924 [I] [proxy/proxy_manager.go:173] [da5683ee3fb73381] proxy added: [DTN57CC4444] 2026-01-08 18:05:50.234 [I] [client/control.go:168] [da5683ee3fb73381] [DTN57CC4444] start proxy success 2026-01-08 18:10:01.395 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 18:10:11.397 [W] [client/service.go:297] [da5683ee3fb73381] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:10:11.398 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 18:10:19.655 [I] [client/service.go:286] [da5683ee3fb73381] login to server success, get run id [da5683ee3fb73381] 2026-01-08 18:10:19.656 [I] [proxy/proxy_manager.go:173] [da5683ee3fb73381] proxy added: [DTN57CC4444] 2026-01-08 18:10:19.953 [I] [client/control.go:168] [da5683ee3fb73381] [DTN57CC4444] start proxy success [2026-01-08,18:20:17.202] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,18:20:23.716] [DEBUG] 6 processes running of frp type 2026-01-08 18:23:46.254 [I] [client/service.go:294] [da5683ee3fb73381] try to connect to server... 2026-01-08 18:23:54.819 [I] [client/service.go:286] [da5683ee3fb73381] login to server success, get run id [da5683ee3fb73381] 2026-01-08 18:23:54.820 [I] [proxy/proxy_manager.go:173] [da5683ee3fb73381] proxy added: [DTN57CC4444] 2026-01-08 18:23:55.160 [I] [client/control.go:168] [da5683ee3fb73381] [DTN57CC4444] start proxy success [2026-01-08,18:25:41.090] [INFO] Initializing BusSpeedStateManager V2 [2026-01-08,18:25:41.095] [INFO] LocationSqlManager initialising [2026-01-08,18:25:41.095] [INFO] Location DB initialising [2026-01-08,18:25:41.105] [INFO] LocationSqlManager initialisation complete [2026-01-08,18:25:41.106] [DEBUG] UploadManager Init [2026-01-08,18:25:41.107] [DEBUG] UploadManager Init Complete [2026-01-08,18:25:41.110] [INFO] Initializing GPS... [2026-01-08,18:25:41.112] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.639] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,18:27:56.112] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:12.409] [DEBUG] Log Upload Complete! [2026-01-08,18:30:44.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,18:30:49.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-01-08,18:30:51.309] [DEBUG] Remote Access Enabled [2026-01-08,18:30:57.487] [INFO] Server Address: 138.201.17.179 [2026-01-08,18:30:57.488] [INFO] Server Port: 7000 [2026-01-08,18:30:57.494] [DEBUG] Starting Remote Access! 2026-01-08 18:30:57.628 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-08 18:30:57.628 [I] [client/service.go:294] try to connect to server... 2026-01-08 18:30:58.549 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 18:30:58.550 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 18:30:58.883 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-08,18:35:18.054] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,18:35:24.725] [DEBUG] 6 processes running of frp type 2026-01-08 18:37:41.594 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:37:42.529 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 18:37:42.530 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 18:37:42.830 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 18:39:22.469 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:39:23.464 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 18:39:23.465 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 18:39:24.076 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 18:40:02.767 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:40:09.572 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 18:40:09.574 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 18:40:10.529 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 18:48:29.593 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:48:39.595 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:48:39.596 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:48:49.597 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:48:49.598 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:48:51.765 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 18:48:51.767 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 18:48:53.999 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-08,18:50:17.769] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,18:50:24.651] [DEBUG] 6 processes running of frp type 2026-01-08 18:51:00.897 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:51:10.899 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:51:10.900 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:51:20.902 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:51:20.903 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:51:29.162 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 18:51:29.164 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 18:51:29.465 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 18:53:39.088 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:53:49.089 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:53:49.090 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:53:59.091 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:53:59.092 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:54:09.094 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 18:54:09.095 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:54:13.314 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 18:54:13.315 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 18:54:13.616 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 18:54:52.427 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:54:53.430 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 18:54:53.432 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 18:54:53.793 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 18:55:32.786 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:55:35.690 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 18:55:35.691 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 18:55:35.919 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 18:57:47.946 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 18:57:52.328 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 18:57:52.330 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 18:57:52.638 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-08,19:05:18.294] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,19:05:24.798] [DEBUG] 6 processes running of frp type 2026-01-08 19:05:52.710 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:06:00.757 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 19:06:00.758 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 19:06:00.991 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 19:13:35.055 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:13:45.057 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:13:45.058 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:13:55.059 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:13:55.060 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:13:55.993 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 19:13:55.994 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 19:13:56.302 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 19:17:06.847 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:17:16.850 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:17:16.850 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:17:21.190 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 19:17:21.191 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 19:17:21.493 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 19:18:00.297 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:18:03.226 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 19:18:03.228 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 19:18:03.437 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 19:18:42.607 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:18:52.609 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:18:52.610 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:19:02.612 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:19:02.612 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:19:12.614 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:19:12.615 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:19:22.616 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:19:22.617 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:19:32.619 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:19:52.619 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:19:53.528 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 19:19:53.530 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 19:19:53.823 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-08,19:20:17.285] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,19: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-01-08 19:32:48.335 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:32:50.094 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 19:32:50.095 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 19:32:50.307 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 19:33:59.864 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:34:09.866 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:34:09.866 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:34:19.868 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:34:19.868 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:34:20.531 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 19:34:20.532 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 19:34:20.750 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-08,19:35:17.519] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,19:35:24.175] [DEBUG] 6 processes running of frp type 2026-01-08 19:39:36.611 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:39:45.107 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 19:39:45.108 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 19:39:45.419 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 19:40:24.160 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:40:34.162 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:40:34.163 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:40:44.165 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:40:44.165 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:40:54.166 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:40:54.167 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:41:04.169 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 19:41:04.170 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:41:04.868 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 19:41:04.869 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 19:41:05.113 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 19:44:25.198 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:44:33.685 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 19:44:33.686 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 19:44:34.006 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 19:47:46.570 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 19:47:54.700 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 19:47:54.702 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 19:47:54.920 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-08,19:50:17.774] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,19:50:24.538] [DEBUG] 6 processes running of frp type 2026-01-08 20:02:13.506 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:02:23.508 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:02:23.508 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:02:31.766 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:02:31.767 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:02:32.064 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 20:03:10.910 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:03:14.973 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:03:14.977 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:03:15.187 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-08,20:05:18.161] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,20:05:25.209] [DEBUG] 6 processes running of frp type 2026-01-08 20:09:02.323 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:09:06.701 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:09:06.703 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:09:06.998 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 20:11:46.980 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:11:56.982 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:11:56.983 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:12:06.985 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:12:06.985 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:12:16.987 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:12:16.988 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:12:26.989 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:12:26.990 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:12:36.991 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:12:56.993 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:12:59.979 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:12:59.981 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:13:01.695 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-08,20:20:17.788] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,20:20:25.227] [DEBUG] 6 processes running of frp type 2026-01-08 20:24:29.652 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:24:39.653 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:24:39.654 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:24:49.656 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:24:49.657 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:24:59.658 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:24:59.658 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:25:09.659 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:25:09.660 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:25:19.661 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:25:39.663 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:25:40.342 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:25:40.343 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:25:40.560 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] 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:50.277 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:27:00.279 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:27:00.279 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:27:07.991 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:27:07.993 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:27:09.324 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 20:29:51.142 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:29:52.449 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:29:52.450 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:29:53.470 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 20:33:08.841 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:33:10.458 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:33:10.460 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:33:10.776 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-08,20:35:17.289] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,20:35:28.590] [DEBUG] 6 processes running of frp type 2026-01-08 20:37:51.760 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:37:59.946 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:37:59.948 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:38:00.166 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 20:38:39.273 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:38:49.275 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:38:49.276 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:38:50.751 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:38:50.753 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:38:51.145 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 20:42:08.634 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:42:18.636 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:42:18.637 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:42:26.845 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:42:26.846 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:42:27.088 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 20:44:37.201 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:44:41.483 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:44:41.484 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:44:41.800 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 20:48:23.435 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:48:33.438 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:48:33.438 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:48:43.441 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:48:43.441 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:48:44.389 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:48:44.391 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:48:44.697 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-08,20:50:17.243] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,20:50:24.191] [DEBUG] 6 processes running of frp type 2026-01-08 20:50:24.640 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:50:34.642 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:50:34.642 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:50:42.896 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:50:42.897 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:50:43.136 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 20:52:53.430 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:52:55.342 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:52:55.343 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:52:55.688 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 20:53:34.749 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:53:44.752 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:53:44.752 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:53:54.753 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:53:54.754 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:54:03.320 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:54:03.320 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:54:03.639 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 20:55:42.822 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:55:52.824 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:55:52.825 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:56:02.826 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:56:02.827 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:56:07.051 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:56:07.054 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:56:07.360 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 20:58:52.220 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:59:02.222 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:59:02.222 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:59:12.224 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:59:12.225 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:59:22.226 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 20:59:22.227 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 20:59:30.943 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 20:59:30.944 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 20:59:31.281 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 21:00:09.950 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 21:00:18.439 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 21:00:18.441 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 21:00:18.862 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 21:02:28.257 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 21:02:29.224 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 21:02:29.224 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 21:02:29.541 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 21:03:08.585 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 21:03:09.871 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 21:03:09.872 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 21:03:10.323 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 21:03:48.051 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 21:03:52.617 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 21:03:52.618 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 21:03:53.275 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-08,21:05:17.399] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,21:05:24.340] [DEBUG] 6 processes running of frp type 2026-01-08 21:19:15.393 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 21:19:25.394 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:19:25.395 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 21:19:29.977 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 21:19:29.978 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 21:19:30.276 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-08,21:20:17.476] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,21:20:25.275] [DEBUG] 6 processes running of frp type 2026-01-08 21:21:09.354 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 21:21:19.355 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:21:19.356 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 21:21:29.356 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:21:29.357 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 21:21:39.358 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:21:39.359 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 21:21:49.361 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:21:49.362 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 21:21:59.364 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 21:22:19.365 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 21:22:20.835 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 21:22:20.835 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 21:22:21.145 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] 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.703] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,21:35:25.970] [DEBUG] 6 processes running of frp type [2026-01-08,21:50:18.046] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,21:50:25.203] [DEBUG] 6 processes running of frp type 2026-01-08 21:58:26.745 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 21:58:34.537 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 21:58:34.539 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 21:58:35.494 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success 2026-01-08 22:00:39.585 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 22:00:52.985 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: connection write timeout 2026-01-08 22:00:52.986 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 22:00:59.093 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 22:00:59.094 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 22:00:59.806 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-08,22:05:17.822] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,22:05:24.376] [DEBUG] 6 processes running of frp type [2026-01-08,22:20:17.722] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,22: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-08,22:35:17.603] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,22:35:24.456] [DEBUG] 6 processes running of frp type [2026-01-08,22:50:17.612] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,22:50:24.301] [DEBUG] 6 processes running of frp type [2026-01-08,23:05:17.546] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,23:05:24.038] [DEBUG] 6 processes running of frp type 2026-01-08 23:11:24.386 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 23:11:34.389 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-08 23:11:34.390 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 23:11:38.696 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: session shutdown 2026-01-08 23:11:38.696 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-08 23:11:39.744 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-08 23:11:39.745 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-08 23:11:40.063 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-08,23:20:17.245] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,23: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-08,23:35:17.366] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,23:35:23.922] [DEBUG] 6 processes running of frp type [2026-01-08,23:50:17.207] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-08,23:50:23.686] [DEBUG] 6 processes running of frp type [2026-01-09,00:05:17.918] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,00:05:24.389] [DEBUG] 6 processes running of frp type [2026-01-09,00:20:17.676] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,00: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-09,00:35:17.477] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,00:35:24.096] [DEBUG] 6 processes running of frp type [2026-01-09,00:50:17.425] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,00:50:24.059] [DEBUG] 6 processes running of frp type [2026-01-09,01:05:17.321] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,01:05:24.167] [DEBUG] 6 processes running of frp type [2026-01-09,01:20:17.368] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,01: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-09,01:35:17.323] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,01:35:23.886] [DEBUG] 6 processes running of frp type [2026-01-09,01:50:18.401] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,01:50:25.009] [DEBUG] 6 processes running of frp type [2026-01-09,02:05:17.300] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,02:05:23.784] [DEBUG] 6 processes running of frp type [2026-01-09,02:20:18.408] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,02: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-09,02:35:17.560] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,02:35:24.102] [DEBUG] 6 processes running of frp type [2026-01-09,02:50:17.322] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,02:50:23.950] [DEBUG] 6 processes running of frp type 2026-01-09 03:03:57.379 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-09 03:03:58.534 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-09 03:03:58.535 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-09 03:03:58.868 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-09,03:05:17.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,03:05:23.824] [DEBUG] 6 processes running of frp type 2026-01-09 03:17:49.421 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-09 03:17:56.144 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-09 03:17:56.146 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-09 03:17:56.499 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-09,03:20:17.023] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,03:20:23.520] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:17.008] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,03:35:23.504] [DEBUG] 6 processes running of frp type [2026-01-09,03:50:17.584] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,03:50:25.255] [DEBUG] 6 processes running of frp type [2026-01-09,04:05:17.459] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,04:05:23.970] [DEBUG] 6 processes running of frp type 2026-01-09 04:06:37.514 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-09 04:06:39.684 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-09 04:06:39.684 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-09 04:06:39.697 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-09 04:06:44.037 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-09 04:06:44.040 [W] [client/service.go:297] [a752accef4bb0a12] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-09 04:06:52.777 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-09 04:07:01.251 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-09 04:07:01.252 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-09 04:07:01.567 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-09,04:20:17.190] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,04:20:23.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-01-09,04:35:17.449] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,04:35:23.974] [DEBUG] 6 processes running of frp type [2026-01-09,04:50:17.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,04:50:24.211] [DEBUG] 6 processes running of frp type [2026-01-09,05:05:17.507] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,05:05:24.253] [DEBUG] 6 processes running of frp type [2026-01-09,05:20:17.472] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,05:20:25.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-09 05:28:13.863 [I] [client/service.go:294] [a752accef4bb0a12] try to connect to server... 2026-01-09 05:28:14.770 [I] [client/service.go:286] [a752accef4bb0a12] login to server success, get run id [a752accef4bb0a12] 2026-01-09 05:28:14.771 [I] [proxy/proxy_manager.go:173] [a752accef4bb0a12] proxy added: [DTN57CC4444] 2026-01-09 05:28:15.109 [I] [client/control.go:168] [a752accef4bb0a12] [DTN57CC4444] start proxy success [2026-01-09,05:35:17.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,05:35:24.124] [DEBUG] 6 processes running of frp type [2026-01-09,05:50:18.282] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,05:50:24.879] [DEBUG] 6 processes running of frp type [2026-01-09,06:05:17.521] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,06:05:24.107] [DEBUG] 6 processes running of frp type [2026-01-09,06:20:17.600] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,06: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-01-09,06:30:42.084] [INFO] Initializing BusSpeedStateManager V2 [2026-01-09,06:30:42.089] [INFO] LocationSqlManager initialising [2026-01-09,06:30:42.090] [INFO] Location DB initialising [2026-01-09,06:30:42.100] [INFO] LocationSqlManager initialisation complete [2026-01-09,06:30:42.101] [DEBUG] UploadManager Init [2026-01-09,06:30:42.101] [DEBUG] UploadManager Init Complete [2026-01-09,06:30:42.104] [INFO] Initializing GPS... [2026-01-09,06:30:42.108] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.948] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,06:32:57.757] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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.089] [DEBUG] Log Upload Complete! [2026-01-09,06:35:46.008] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,06:35:52.659] [DEBUG] Remote Access Enabled [2026-01-09,06:35:59.207] [INFO] Server Address: 138.201.17.179 [2026-01-09,06:35:59.208] [INFO] Server Port: 7000 [2026-01-09,06:35:59.213] [DEBUG] Starting Remote Access! 2026-01-09 06:35:59.346 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-09 06:35:59.347 [I] [client/service.go:294] try to connect to server... 2026-01-09 06:36:00.365 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 06:36:00.366 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 06:36:00.713 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success [2026-01-09,06:50:16.939] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,06:50:23.844] [DEBUG] 6 processes running of frp type 2026-01-09 06:57:24.851 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 06:57:33.298 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 06:57:33.300 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 06:57:34.108 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success [2026-01-09,07:05:17.827] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,07:05:24.798] [DEBUG] 6 processes running of frp type 2026-01-09 07:10:23.317 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 07:10:23.326 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-09 07:10:25.368 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 07:10:25.372 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-09 07:10:29.849 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 07:10:29.854 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-09 07:10:39.094 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 07:10:41.021 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 07:10:41.022 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 07:10:42.621 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success [2026-01-09,07:20:17.029] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,07: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-01-09,07:35:18.077] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,07:35:25.174] [DEBUG] 6 processes running of frp type [2026-01-09,07:50:17.735] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,07:50:25.262] [DEBUG] 6 processes running of frp type [2026-01-09,08:02:17.414] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,08:02:25.894] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:03:01.741] [DEBUG] Log Upload Complete! [2026-01-09,08:05:17.408] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,08:05:25.626] [DEBUG] 6 processes running of frp type [2026-01-09,08:20:17.780] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,08: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-09,08:35:17.702] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,08:35:25.061] [DEBUG] 6 processes running of frp type [2026-01-09,08:50:17.578] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,08:50:24.220] [DEBUG] 6 processes running of frp type [2026-01-09,09:05:17.505] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,09:05:24.070] [DEBUG] 6 processes running of frp type 2026-01-09 09:09:50.555 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 09:10:00.559 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 09:10:00.559 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 09:10:10.560 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 09:10:10.561 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 09:10:20.563 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 09:10:20.563 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 09:10:30.565 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 09:10:30.566 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 09:10:39.087 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 09:10:39.088 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 09:10:39.676 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 09:11:08.444 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 09:11:09.386 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 09:11:09.387 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 09:11:09.698 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success [2026-01-09,09:20:17.420] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,09: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' [2026-01-09,09:35:17.772] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,09:35:24.273] [DEBUG] 6 processes running of frp type [2026-01-09,09:50:18.039] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,09:50:24.782] [DEBUG] 6 processes running of frp type [2026-01-09,10:05:17.170] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,10:05:24.585] [DEBUG] 6 processes running of frp type [2026-01-09,10:20:16.966] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,10:20:23.582] [DEBUG] 6 processes running of frp type 2026-01-09 10:22:04.886 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 10:22:05.962 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 10:22:05.963 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 10:22:06.262 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] 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,10:35:17.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,10:35:24.348] [DEBUG] 6 processes running of frp type [2026-01-09,10:50:17.864] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,10:50:24.405] [DEBUG] 6 processes running of frp type [2026-01-09,11:05:18.528] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,11:05:25.724] [DEBUG] 6 processes running of frp type [2026-01-09,11:20:16.957] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,11: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-09,11:35:17.051] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,11:35:23.634] [DEBUG] 6 processes running of frp type [2026-01-09,11:50:17.332] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,11:50:23.922] [DEBUG] 6 processes running of frp type [2026-01-09,12:05:17.351] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,12:05:23.938] [DEBUG] 6 processes running of frp type [2026-01-09,12:20:17.360] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,12: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-01-09,12:35:17.817] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,12:35:24.413] [DEBUG] 6 processes running of frp type [2026-01-09,12:50:17.755] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,12:50:24.283] [DEBUG] 6 processes running of frp type [2026-01-09,13:05:18.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,13:05:24.778] [DEBUG] 6 processes running of frp type [2026-01-09,13:20:17.053] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,13: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-01-09,13:35:18.108] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,13:35:24.611] [DEBUG] 6 processes running of frp type [2026-01-09,13:50:18.203] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,13:50:24.767] [DEBUG] 6 processes running of frp type [2026-01-09,14:05:16.988] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,14:05:23.590] [DEBUG] 6 processes running of frp type [2026-01-09,14:20:18.011] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,14: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-01-09,14:35:17.065] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,14:35:23.707] [DEBUG] 6 processes running of frp type 2026-01-09 14:49:55.332 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 14:49:57.278 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 14:49:57.279 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 14:49:57.591 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success [2026-01-09,14:50:17.452] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,14:50:24.165] [DEBUG] 6 processes running of frp type [2026-01-09,15:05:17.817] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,15:05:24.439] [DEBUG] 6 processes running of frp type [2026-01-09,15:20:17.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,15: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-09,15:35:17.899] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,15:35:24.425] [DEBUG] 6 processes running of frp type [2026-01-09,15:50:18.474] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,15:50:24.982] [DEBUG] 6 processes running of frp type [2026-01-09,16:05:17.639] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,16:05:24.273] [DEBUG] 6 processes running of frp type [2026-01-09,16:20:17.581] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,16: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-01-09,16:35:18.253] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,16:35:24.822] [DEBUG] 6 processes running of frp type [2026-01-09,16:50:17.112] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,16:50:23.817] [DEBUG] 6 processes running of frp type 2026-01-09 16:57:41.125 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 16:57:42.137 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 16:57:42.138 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 16:57:42.448 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 16:59:52.911 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 16:59:57.447 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 16:59:57.449 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 16:59:57.779 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success [2026-01-09,17:05:17.505] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,17:05:24.186] [DEBUG] 6 processes running of frp type 2026-01-09 17:13:49.558 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:13:54.980 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 17:13:54.982 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 17:13:55.280 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 17:20:08.752 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:20:10.580 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 17:20:10.582 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 17:20:10.795 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success [2026-01-09,17:20:18.105] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,17:20:24.709] [DEBUG] 6 processes running of frp type 2026-01-09 17:20:49.973 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:20:59.975 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:20:59.975 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:21:02.336 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 17:21:02.337 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 17:21:02.665 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 17:24:14.477 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:24:24.479 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:24:24.480 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:24:28.486 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 17:24:28.488 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 17:24:28.944 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 17:24:58.556 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:24:59.462 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 17:24:59.464 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 17:24:59.754 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] 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.071 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:26:16.027 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 17:26:16.029 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 17:26:16.325 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 17:26:55.387 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:27:05.389 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:27:05.390 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:27:15.391 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:27:15.392 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:27:25.394 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:27:25.394 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:27:29.456 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 17:27:29.457 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 17:27:29.664 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 17:33:43.303 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:33:53.607 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: connection write timeout 2026-01-09 17:33:53.609 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:33:54.520 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 17:33:54.521 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 17:33:54.826 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success [2026-01-09,17:35:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,17:35:24.230] [DEBUG] 6 processes running of frp type 2026-01-09 17:38:05.983 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:38:15.986 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:38:15.987 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:38:25.988 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:38:25.989 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:38:29.970 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 17:38:29.971 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 17:38:30.198 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 17:38:59.542 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:39:00.173 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 17:39:00.174 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 17:39:00.392 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success [2026-01-09,17:50:17.896] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,17:50:24.679] [DEBUG] 6 processes running of frp type 2026-01-09 17:58:56.718 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:59:06.721 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:59:06.722 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 17:59:14.838 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 17:59:14.839 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 17:59:18.095 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 18:02:23.013 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:02:24.320 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 18:02:24.322 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 18:02:24.879 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success [2026-01-09,18:05:19.319] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,18:05:26.066] [DEBUG] 6 processes running of frp type 2026-01-09 18:05:35.394 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:05:37.361 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 18:05:37.362 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 18:05:37.591 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 18:07:17.269 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:07:27.270 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:07:27.271 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:07:37.273 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:07:37.273 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:07:38.049 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 18:07:38.050 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 18:07:38.294 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 18:08:17.560 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:08:27.562 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:08:27.562 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:08:37.564 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:08:37.565 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:08:47.567 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:08:47.567 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:08:56.061 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 18:08:56.063 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 18:08:56.553 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 18:09:25.715 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:09:26.690 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 18:09:26.691 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 18:09:27.001 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 18:18:50.667 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:19:00.669 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:19:00.670 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:19:10.672 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:19:10.673 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:19:20.674 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:19:20.675 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:19:30.677 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:19:30.677 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:19:36.273 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 18:19:36.275 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 18:19:36.946 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success [2026-01-09,18:20:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,18:20:24.650] [DEBUG] 6 processes running of frp type 2026-01-09 18:20:42.063 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:20:52.065 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:20:52.066 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:21:00.625 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 18:21:00.626 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 18:21:00.980 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 18:23:16.115 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:23:22.916 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 18:23:22.918 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 18:23:23.261 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 18:24:01.887 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:24:05.706 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 18:24:05.707 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 18:24:06.049 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success 2026-01-09 18:24:45.077 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:24:55.079 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:24:55.080 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:25:05.081 [W] [client/service.go:297] [a94de6fcb04fb51f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:25:05.082 [I] [client/service.go:294] [a94de6fcb04fb51f] try to connect to server... 2026-01-09 18:25:11.458 [I] [client/service.go:286] [a94de6fcb04fb51f] login to server success, get run id [a94de6fcb04fb51f] 2026-01-09 18:25:11.459 [I] [proxy/proxy_manager.go:173] [a94de6fcb04fb51f] proxy added: [DTN57CC4444] 2026-01-09 18:25:11.721 [I] [client/control.go:168] [a94de6fcb04fb51f] [DTN57CC4444] start proxy success [2026-01-09,18:25:41.888] [INFO] Initializing BusSpeedStateManager V2 [2026-01-09,18:25:41.892] [INFO] LocationSqlManager initialising [2026-01-09,18:25:41.892] [INFO] Location DB initialising [2026-01-09,18:25:41.902] [INFO] LocationSqlManager initialisation complete [2026-01-09,18:25:41.903] [DEBUG] UploadManager Init [2026-01-09,18:25:41.903] [DEBUG] UploadManager Init Complete [2026-01-09,18:25:41.906] [INFO] Initializing GPS... [2026-01-09,18:25: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-01-09,18:27:45.372] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,18:27:52.172] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:07.056] [DEBUG] Log Upload Complete! [2026-01-09,18:30:45.254] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,18:30:51.991] [DEBUG] Remote Access Enabled [2026-01-09,18:30:58.463] [INFO] Server Address: 138.201.17.179 [2026-01-09,18:30:58.464] [INFO] Server Port: 7000 [2026-01-09,18:30:58.469] [DEBUG] Starting Remote Access! 2026-01-09 18:30:58.604 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-09 18:30:58.604 [I] [client/service.go:294] try to connect to server... 2026-01-09 18:30:59.528 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:30:59.531 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:30:59.845 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 18:32:09.210 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:32:19.212 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:32:19.213 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:32:23.621 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:32:23.623 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:32:23.932 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,18:35:17.820] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,18:35:24.570] [DEBUG] 6 processes running of frp type 2026-01-09 18:35:36.869 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:35:46.871 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:35:46.872 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:35:55.119 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:35:55.120 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:35:55.728 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 18:36:34.371 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:36:44.373 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:36:44.374 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:36:52.921 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:36:52.922 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:36:53.231 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 18:40:05.817 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:40:09.829 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:40:09.831 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:40:10.327 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 18:42:19.800 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:42:29.802 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:42:29.803 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:42:39.805 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:42:39.805 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:42:55.393 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: connection write timeout 2026-01-09 18:42:55.394 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:43:05.395 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:43:05.396 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:43:06.352 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:43:06.354 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:43:06.667 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 18:44:46.361 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:44:47.326 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:44:47.327 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:44:47.664 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 18:46:57.627 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:47:07.630 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:47:07.630 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:47:16.109 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:47:16.110 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:47:16.410 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 18:47:55.194 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:48:05.196 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:48:05.196 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:48:15.198 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:48:15.198 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:48:25.200 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:48:25.200 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:48:28.608 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:48:28.610 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:48:28.860 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 18:49:38.454 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:49:40.424 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:49:40.425 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:49:40.730 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,18:50:17.222] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,18:50:24.088] [DEBUG] 6 processes running of frp type 2026-01-09 18:50:49.048 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:50:59.050 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:50:59.051 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:51:09.053 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:51:09.054 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:51:19.055 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:51:19.056 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:51:27.092 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:51:27.094 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:51:27.540 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 18:51:56.757 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:52:06.758 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:52:06.759 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:52:15.211 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:52:15.213 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:52:15.497 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 18:52:54.238 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:53:04.240 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:53:04.240 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:53:14.242 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:53:14.243 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:53:24.244 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:53:24.245 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:53:25.179 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:53:25.181 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:53:25.436 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 18:55:35.711 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:55:45.713 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:55:45.714 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:55:54.264 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:55:54.266 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:55:54.591 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 18:56:33.187 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:56:36.763 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:56:36.764 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:56:37.012 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 18:57:16.185 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:57:26.187 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:57:26.187 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:57:35.062 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 18:57:35.063 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 18:57:35.386 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 18:58:13.790 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:58:23.792 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:58:23.793 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:58:33.795 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:58:33.796 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:58:43.797 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:58:43.797 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:58:53.799 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:58:53.800 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:59:03.801 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:59:23.803 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 18:59:33.805 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 18:59:53.806 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:00:07.090 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:00:07.091 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:00:08.206 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:00:43.230 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:00:53.232 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:00:53.232 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:01:09.044 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:01:09.046 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:01:20.180 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:02:13.070 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:02:23.072 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:02:23.073 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:02:33.074 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:02:33.075 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:02:43.077 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:02:43.077 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:02:48.173 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:02:48.175 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:02:51.522 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:03:27.118 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:03:35.242 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:03:35.244 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:03:35.474 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:04:44.803 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:04:52.886 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:04:52.887 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:04:53.128 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,19:05:19.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,19:05:27.127] [DEBUG] 6 processes running of frp type 2026-01-09 19:08:34.215 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:08:34.885 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:08:34.887 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:08:35.291 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:09:44.729 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:09:54.732 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:09:54.732 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:10:04.734 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:10:04.734 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:10:07.661 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:10:07.663 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:10:07.896 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:13:23.394 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:13:33.396 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:13:33.396 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:13:42.916 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:13:42.917 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:13:47.317 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:14:54.112 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:14:57.673 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:14:57.674 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:14:58.008 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,19:20:17.960] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,19:20:26.631] [DEBUG] 6 processes running of frp type 2026-01-09 19:20:49.718 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:20:57.534 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:20:57.536 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:20:57.760 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:21:33.063 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:21:43.065 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:21:43.066 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:21:53.068 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:21:53.069 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:22:03.070 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:22:03.070 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:22:13.072 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:22:13.073 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:22:23.074 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:22:43.076 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:22:51.206 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:22:51.208 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:22:51.557 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:23:30.574 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:23:38.958 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:23:38.959 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:23:39.731 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:24:16.484 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:24:19.116 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:24:19.117 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:24:20.117 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] 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:35.953 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:28:45.956 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:28:45.956 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:28:52.945 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:28:52.946 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:28:53.275 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:29:31.799 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:29:35.079 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:29:35.080 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:29:35.396 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:30:14.129 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:30:24.132 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:30:24.132 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:30:34.134 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:30:34.134 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:30:44.136 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:30:44.136 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:30:54.139 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:30:54.139 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:31:04.141 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:31:24.143 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:31:34.146 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:31:54.147 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:32:04.150 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:32:24.152 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:32:24.203 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-09 19:32:44.204 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:32:44.208 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-09 19:33:04.209 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:33:04.252 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-09 19:33:24.253 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:33:24.265 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-09 19:33:44.267 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:33:44.271 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-09 19:34:04.272 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:34:14.274 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:34:34.275 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:34:44.277 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:35:04.277 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:35:05.426 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:35:05.428 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:35:05.757 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,19:35:17.053] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,19:35:24.210] [DEBUG] 6 processes running of frp type 2026-01-09 19:35:35.170 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:35:38.679 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:35:38.681 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:35:39.335 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:36:17.793 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:36:27.796 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:36:27.796 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:36:37.798 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:36:37.798 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:36:47.800 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:36:47.801 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:36:57.802 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:36:57.803 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:37:06.135 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:37:06.136 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:37:06.890 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:37:35.426 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:37:36.299 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:37:36.300 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:37:36.549 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:40:18.280 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:40:28.412 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:40:28.414 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:40:28.953 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:41:04.317 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:41:04.955 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:41:04.957 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:41:05.672 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:41:44.542 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:41:48.829 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:41:48.830 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:41:49.121 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:43:01.041 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:43:11.042 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:43:11.044 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:43:21.045 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:43:21.046 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:43:31.047 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:43:31.048 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:43:31.949 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:43:31.950 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:43:32.417 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:44:11.346 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:44:17.774 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:44:17.776 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:44:18.180 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:44:56.881 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:45:03.015 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:45:03.017 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:45:03.293 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:45:42.323 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:45:52.325 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:45:52.325 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:46:02.327 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:46:02.327 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:46:12.329 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:46:12.329 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:46:22.330 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:46:22.331 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:46:32.333 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:46:52.334 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:47:02.335 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:47:22.336 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:47:31.038 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:47:31.039 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:47:31.337 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,19:50:17.875] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,19:50:27.226] [DEBUG] 6 processes running of frp type 2026-01-09 19:53:16.709 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:53:26.711 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:53:26.712 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:53:39.872 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:53:39.873 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:53:40.675 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:54:47.220 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:54:57.222 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:54:57.223 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:55:07.224 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:55:07.225 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:55:17.228 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:55:17.229 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:55:19.987 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:55:19.989 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:55:20.283 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:57:30.643 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:57:40.646 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:57:40.646 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:57:51.009 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: connection write timeout 2026-01-09 19:57:51.010 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:58:01.011 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:58:01.011 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:58:11.012 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:58:11.013 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:58:21.015 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:58:41.017 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:58:51.019 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 19:59:11.020 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 19:59:12.061 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 19:59:12.062 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 19:59:12.385 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 19:59:51.430 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:00:01.431 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:00:01.432 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:00:09.551 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:00:09.553 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:00:09.794 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:01:27.220 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:01:30.606 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:01:30.607 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:01:30.915 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:02:39.963 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:02:49.965 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:02:49.965 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:02:58.398 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:02:58.400 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:02:58.706 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:05:08.441 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:05:11.547 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:05:11.549 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:05:11.946 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,20:05:17.864] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,20:05:24.920] [DEBUG] 6 processes running of frp type 2026-01-09 20:05:50.904 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:06:00.906 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:06:00.906 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:06:02.694 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:06:02.696 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:06:02.922 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:06:42.240 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:06:52.242 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:06:52.242 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:07:02.244 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:07:02.244 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:07:12.245 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:07:12.246 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:07:22.248 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:07:42.250 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:07:52.252 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:08:12.253 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:08:20.747 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:08:20.748 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:08:21.033 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:08:59.844 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:09:07.969 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:09:07.970 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:09:08.214 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:10:47.851 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:10:48.487 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:10:48.488 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:10:48.712 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:11:28.070 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:11:36.092 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:11:36.093 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:11:36.342 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:12:15.399 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:12:25.401 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:12:25.402 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:12:35.403 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:12:35.404 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:12:45.406 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:12:45.407 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:12:55.409 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:13:15.411 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:13:23.507 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:13:23.509 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:13:23.719 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:13:53.142 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:13:53.826 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:13:53.827 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:13:54.113 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:14:33.376 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:14:43.379 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:14:43.379 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:14:53.381 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:14:53.381 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:15:03.383 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:15:03.383 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:15:13.385 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:15:13.386 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:15:23.387 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:15:43.388 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:15:53.390 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:16:13.391 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:16:23.392 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:16:43.394 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:16:53.396 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:17:13.397 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:17:14.175 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:17:14.176 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:17:14.411 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:17:53.667 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:17:54.374 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:17:54.375 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:17:54.623 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:19:04.125 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:19:14.127 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:14.128 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:19:24.129 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:24.130 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:19:34.131 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:34.132 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:19:44.134 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:44.135 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:19:52.647 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:19:52.649 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:19:52.952 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,20:20:23.549] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,20:20:32.967] [DEBUG] 6 processes running of frp type 2026-01-09 20:23:14.006 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:23:24.008 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:23:24.009 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:23:34.010 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:23:34.011 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:23:44.012 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:23:44.013 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:23:54.015 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:23:54.015 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:23:57.532 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:23:57.533 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:23:58.050 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:24:36.774 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:24:38.784 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:24:38.785 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:24:39.097 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] 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:26:51.926 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:27:01.928 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:27:01.928 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:27:11.930 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:27:11.930 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:27:21.933 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:27:21.933 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:27:31.028 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:27:31.030 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:27:31.674 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:28:09.520 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:28:19.522 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:28:19.522 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:28:29.523 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:28:29.524 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:28:39.525 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:28:39.525 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:28:47.953 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:28:47.955 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:28:48.594 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:29:26.992 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:29:36.994 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:29:36.995 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:29:46.996 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:29:46.997 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:29:48.014 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:29:48.015 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:29:48.287 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:30:27.457 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:30:31.889 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:30:31.891 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:30:32.197 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:31:01.241 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:31:02.241 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:31:02.242 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:31:02.547 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:31:41.642 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:31:51.645 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:31:51.646 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:32:01.647 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:32:01.647 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:32:04.668 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:32:04.669 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:32:05.237 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:32:43.950 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:32:52.852 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:32:52.853 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:32:53.118 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:33:31.362 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:33:41.365 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:33:41.366 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:33:43.312 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:33:43.314 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:33:43.552 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,20:35:17.518] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,20:35:29.745] [DEBUG] 6 processes running of frp type 2026-01-09 20:35:53.271 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:35:54.306 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:35:54.307 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:35:54.614 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:37:03.896 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:37:12.632 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:37:12.633 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:37:12.984 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:39:23.675 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:39:24.424 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:39:24.426 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:39:24.672 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:41:34.838 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:41:38.199 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:41:38.200 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:41:38.546 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:43:17.879 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:43:27.881 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:43:27.881 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:43:37.883 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:43:37.884 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:43:47.886 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:43:47.886 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:43:51.856 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:43:51.857 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:43:52.119 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:46:02.138 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:46:12.140 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:46:12.141 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:46:22.142 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:46:22.143 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:46:23.139 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:46:23.141 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:46:23.491 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:47:02.476 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:47:12.477 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:47:12.478 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:47:14.460 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:47:14.461 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:47:14.796 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,20:50:17.861] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,20:50:26.066] [DEBUG] 6 processes running of frp type 2026-01-09 20:50:59.461 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:51:07.875 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:51:07.876 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:51:08.188 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:52:50.454 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:53:00.457 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:53:00.457 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:53:10.459 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:53:10.460 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:53:13.309 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:53:13.311 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:53:13.686 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:54:22.501 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:54:30.869 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:54:30.870 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:54:31.170 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:55:40.278 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:55:50.279 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:55:50.280 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:55:59.451 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:55:59.452 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:56:01.019 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:57:08.470 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:57:18.472 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:57:18.473 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:57:26.508 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:57:26.509 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:57:26.911 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:58:05.891 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:58:15.893 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:58:15.894 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:58:17.164 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:58:17.165 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:58:17.564 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 20:59:34.537 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:59:44.539 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:59:44.540 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 20:59:45.460 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 20:59:45.461 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 20:59:45.773 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:00:24.845 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:00:34.847 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:00:34.848 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:00:36.350 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:00:36.351 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:00:36.856 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:01:51.511 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:02:01.514 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:02:01.514 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:02:11.516 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:02:11.517 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:02:21.519 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:02:21.519 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:02:31.521 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:02:31.522 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:02:34.408 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:02:34.410 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:02:34.658 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:03:13.794 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:03:21.576 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:03:21.578 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:03:21.912 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:04:30.355 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:04:40.357 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:04:40.358 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:04:48.358 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:04:48.359 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:04:48.587 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,21:05:17.640] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,21:05:24.888] [DEBUG] 6 processes running of frp type 2026-01-09 21:05:27.693 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:05:37.694 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:05:37.695 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:05:47.697 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:05:47.698 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:05:48.600 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:05:48.601 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:05:49.210 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:08:28.987 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:08:38.181 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:08:38.182 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:08:38.540 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:09:16.527 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:09:18.529 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:09:18.531 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:09:18.778 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:11:58.877 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:12:09.778 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:12:09.780 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:12:10.043 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:12:46.630 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:12:56.632 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:12:56.633 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:13:06.634 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:13:06.635 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:13:16.637 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:13:16.637 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:13:26.638 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:13:26.639 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:13:36.640 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:13:56.642 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:14:06.644 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:14:26.646 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:14:36.649 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:14:56.650 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:15:02.959 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:15:02.960 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:15:03.385 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:15:42.295 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:15:57.480 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: i/o deadline reached 2026-01-09 21:15:57.481 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:15:59.613 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:15:59.614 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:15:59.844 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:18:43.547 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:18:44.228 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:18:44.229 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:18:44.472 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:19:54.000 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:20:04.002 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:20:04.002 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:20:14.003 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:20:14.004 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:20:24.005 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:20:24.006 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... [2026-01-09,21:20:25.615] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-01-09 21:20:34.007 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:20:34.008 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:20:44.010 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-01-09 21:21:04.010 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:21:04.945 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:21:04.946 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:21:05.242 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:22:50.093 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:23:00.094 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:23:00.094 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:23:08.565 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:23:08.565 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:23:08.879 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:23:47.580 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:23:57.580 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:23:57.581 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:24:07.583 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:24:07.584 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:24:17.585 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:24:17.586 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:24:27.589 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:24:27.589 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:24:32.952 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:24:32.952 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:24:34.269 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:25:08.974 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:25:18.976 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:25:18.976 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:25:32.051 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: i/o deadline reached 2026-01-09 21:25:32.051 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:25:33.251 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:25:33.252 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:25:33.476 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] 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:26:03.440 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:26:13.876 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: EOF 2026-01-09 21:26:13.877 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:26:19.319 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:26:19.320 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:26:19.548 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:26:58.534 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:27:08.535 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:08.536 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:27:18.537 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:18.538 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:27:28.540 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:28.540 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:27:38.542 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:38.542 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:27:42.383 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:27:42.384 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:27:42.752 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:28:20.898 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:28:21.781 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:28:21.782 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:28:22.081 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:30:07.247 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:30:17.248 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:30:17.249 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:30:27.251 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:30:27.252 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:30:29.137 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:30:29.139 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:30:29.434 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:31:38.740 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:31:42.978 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:31:42.980 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:31:43.357 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:33:53.069 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:34:03.071 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:34:03.072 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:34:13.073 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:34:13.073 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:34:14.495 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:34:14.496 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:34:14.796 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,21:35:17.679] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,21:35:25.159] [DEBUG] 6 processes running of frp type 2026-01-09 21:35:54.407 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:35:56.334 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:35:56.335 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:35:56.642 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:36:35.719 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:36:36.575 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:36:36.576 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:36:36.869 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:37:16.005 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:37:20.318 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:37:20.320 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:37:20.638 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:37:59.369 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:38:09.370 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:38:09.371 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:38:22.075 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: i/o deadline reached 2026-01-09 21:38:22.075 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:38:32.076 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:38:32.076 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:38:42.077 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:38:42.078 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:38:52.079 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:39:12.080 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:39:22.082 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:39:42.083 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:39:52.086 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:40:12.087 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:40:14.148 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:40:14.149 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:40:14.850 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:41:14.063 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:41:15.238 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:41:15.239 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:41:15.543 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:43:35.720 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:43:50.841 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: i/o deadline reached 2026-01-09 21:43:50.842 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:44:00.217 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:44:00.220 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:44:06.296 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:44:34.205 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:44:58.017 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: i/o deadline reached 2026-01-09 21:44:58.018 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:45:10.865 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:45:10.867 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:45:23.915 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:45:40.105 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:45:50.993 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:45:50.994 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:45:51.347 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:46:44.812 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:47:00.184 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: connection write timeout 2026-01-09 21:47:00.184 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:47:10.185 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:47:10.186 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:47:16.472 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:47:16.473 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:47:16.836 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:48:25.160 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:48:35.162 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:48:35.163 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:48:45.164 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:48:45.164 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:48:55.166 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:48:55.167 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:49:05.168 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:49:05.169 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:49:15.170 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:49:35.171 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:49:45.173 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:50:05.174 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:50:15.517 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: connection write timeout [2026-01-09,21:50:17.195] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,21:50:25.115] [DEBUG] 6 processes running of frp type 2026-01-09 21:50:35.519 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:50:36.880 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:50:36.882 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:50:37.848 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 21:59:01.939 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:59:11.940 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:59:11.941 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:59:13.283 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:59:13.284 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:59:52.350 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 21:59:53.828 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 21:59:53.830 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 21:59:54.352 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 22:04:05.778 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:04:15.781 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:04:15.782 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:04:16.747 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 22:04:16.749 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 22:04:17.453 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,22:05:19.657] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-01-09 22:05:26.686 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:05:36.687 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:05:36.688 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-01-09 22:05:46.689 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:05:46.690 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:05:56.691 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:05:56.692 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:06:06.693 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:06:06.694 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:06:16.477 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 22:06:16.478 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 22:06:26.554 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 22:13:22.149 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:13:32.151 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:13:32.152 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:13:42.154 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:13:42.154 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:13:52.156 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:13:52.156 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:13:56.582 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 22:13:56.583 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 22:13:57.333 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 22:14:35.649 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:14:37.972 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 22:14:37.973 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 22:14:38.821 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 22:16:17.966 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:16:27.968 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:16:27.968 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:16:37.969 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:16:37.970 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:16:47.971 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:16:47.972 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:16:56.543 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 22:16:56.544 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 22:16:56.871 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 22:17:25.805 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:17:26.862 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 22:17:26.863 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 22:17:27.185 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 22:18:06.197 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:18:07.382 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 22:18:07.383 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 22:18:07.980 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,22:20:18.248] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,22:20:26.008] [DEBUG] 6 processes running of frp type 2026-01-09 22:22:19.285 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:22:29.287 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:22:29.288 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:22:39.289 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:22:39.290 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:22:48.204 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 22:22:48.205 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 22:22:49.217 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] 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:36.733 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:26:46.734 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:26:46.735 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:26:56.736 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:26:56.737 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:27:06.737 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:27:06.738 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:27:09.995 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 22:27:09.997 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 22:27:10.203 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 22:27:39.526 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:27:40.238 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 22:27:40.238 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 22:27:40.455 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,22:35:17.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,22:35:23.782] [DEBUG] 6 processes running of frp type 2026-01-09 22:36:27.881 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:36:37.883 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 22:36:37.884 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:36:40.816 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 22:36:40.817 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 22:36:41.130 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-09 22:41:22.978 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 22:41:25.283 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 22:41:25.285 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 22:41:25.591 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,22:50:18.113] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,22:50:24.774] [DEBUG] 6 processes running of frp type [2026-01-09,23:05:17.523] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,23:05:24.530] [DEBUG] 6 processes running of frp type 2026-01-09 23:14:11.169 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 23:14:26.781 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: connection write timeout 2026-01-09 23:14:26.782 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 23:14:36.783 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 23:14:36.784 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 23:14:51.587 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: connection write timeout 2026-01-09 23:14:51.587 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 23:15:01.588 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 23:15:21.589 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 23:15:31.591 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 23:15:51.593 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 23:15:51.607 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-09 23:16:11.609 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-09 23:16:12.643 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-09 23:16:12.644 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-09 23:16:12.975 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-09,23:20:18.256] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,23:20:30.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-01-09,23:35:17.155] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,23:35:23.748] [DEBUG] 6 processes running of frp type [2026-01-09,23:50:17.632] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-09,23:50:25.255] [DEBUG] 6 processes running of frp type [2026-01-10,00:05:17.925] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,00:05:24.660] [DEBUG] 6 processes running of frp type [2026-01-10,00:20:17.101] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,00: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-10,00:35:17.452] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,00:35:24.142] [DEBUG] 6 processes running of frp type [2026-01-10,00:50:19.462] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,00:50:26.388] [DEBUG] 6 processes running of frp type [2026-01-10,01:05:18.073] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,01:05:24.885] [DEBUG] 6 processes running of frp type [2026-01-10,01:20:17.225] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,01: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-10 01:33:41.297 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-10 01:33:42.273 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-10 01:33:42.274 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-10 01:33:42.591 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success 2026-01-10 01:34:51.949 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-10 01:34:56.362 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-10 01:34:56.363 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-10 01:34:56.679 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-10,01:35:17.215] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,01:35:23.825] [DEBUG] 6 processes running of frp type [2026-01-10,01:50:17.956] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,01:50:24.580] [DEBUG] 6 processes running of frp type [2026-01-10,02:05:17.955] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,02:05:24.581] [DEBUG] 6 processes running of frp type [2026-01-10,02:20:17.907] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,02:20:26.460] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.196] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,02:35:23.837] [DEBUG] 6 processes running of frp type [2026-01-10,02:50:17.541] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,02:50:24.270] [DEBUG] 6 processes running of frp type [2026-01-10,03:05:17.634] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,03:05:24.240] [DEBUG] 6 processes running of frp type [2026-01-10,03:20:18.072] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,03: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-10,03:35:17.518] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,03:35:24.133] [DEBUG] 6 processes running of frp type [2026-01-10,03:50:17.359] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,03:50:24.006] [DEBUG] 6 processes running of frp type [2026-01-10,04:05:17.218] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,04:05:23.830] [DEBUG] 6 processes running of frp type 2026-01-10 04:06:36.827 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-10 04:06:38.995 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 04:06:38.996 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-10 04:06:46.088 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 04:06:46.088 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-10 04:06:46.090 [W] [client/service.go:297] [7ddcdea3bfb4a2ba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-10 04:06:55.652 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-10 04:07:00.027 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-10 04:07:00.028 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-10 04:07:00.362 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] start proxy success [2026-01-10,04:20:17.000] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,04:20:23.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-01-10,04:35:18.021] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,04:35:24.680] [DEBUG] 6 processes running of frp type [2026-01-10,04:50:17.494] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,04:50:24.051] [DEBUG] 6 processes running of frp type [2026-01-10,05:05:17.560] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,05:05:24.148] [DEBUG] 6 processes running of frp type [2026-01-10,05:20:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,05: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' [2026-01-10,05:35:17.610] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,05:35:24.175] [DEBUG] 6 processes running of frp type [2026-01-10,05:50:17.093] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,05:50:23.673] [DEBUG] 6 processes running of frp type [2026-01-10,06:05:18.127] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,06:05:24.738] [DEBUG] 6 processes running of frp type [2026-01-10,06:20:17.187] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,06:20:26.617] [DEBUG] 6 processes running of frp type 2026-01-10 06:20:29.619 [I] [client/service.go:294] [7ddcdea3bfb4a2ba] try to connect to server... 2026-01-10 06:20:32.104 [I] [client/service.go:286] [7ddcdea3bfb4a2ba] login to server success, get run id [7ddcdea3bfb4a2ba] 2026-01-10 06:20:32.107 [I] [proxy/proxy_manager.go:173] [7ddcdea3bfb4a2ba] proxy added: [DTN57CC4444] 2026-01-10 06:20:32.487 [I] [client/control.go:168] [7ddcdea3bfb4a2ba] [DTN57CC4444] 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,06:30:40.637] [INFO] Initializing BusSpeedStateManager V2 [2026-01-10,06:30:40.641] [INFO] LocationSqlManager initialising [2026-01-10,06:30:40.642] [INFO] Location DB initialising [2026-01-10,06:30:40.651] [INFO] LocationSqlManager initialisation complete [2026-01-10,06:30:40.652] [DEBUG] UploadManager Init [2026-01-10,06:30:40.652] [DEBUG] UploadManager Init Complete [2026-01-10,06:30:40.654] [INFO] Initializing GPS... [2026-01-10,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-01-10,06:32:44.502] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,06:32:56.052] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:09.569] [DEBUG] Log Upload Complete! [2026-01-10,06:35:44.578] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,06:35:51.178] [DEBUG] Remote Access Enabled [2026-01-10,06:36:01.381] [INFO] Server Address: 138.201.17.179 [2026-01-10,06:36:01.382] [INFO] Server Port: 7000 [2026-01-10,06:36:01.387] [DEBUG] Starting Remote Access! 2026-01-10 06:36:01.515 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-10 06:36:01.516 [I] [client/service.go:294] try to connect to server... 2026-01-10 06:36:02.617 [I] [client/service.go:286] [9e20cf32af98ae5a] login to server success, get run id [9e20cf32af98ae5a] 2026-01-10 06:36:02.619 [I] [proxy/proxy_manager.go:173] [9e20cf32af98ae5a] proxy added: [DTN57CC4444] 2026-01-10 06:36:02.981 [I] [client/control.go:168] [9e20cf32af98ae5a] [DTN57CC4444] start proxy success [2026-01-10,06:50:17.533] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,06:50:24.180] [DEBUG] 6 processes running of frp type [2026-01-10,07:05:17.680] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,07:05:24.447] [DEBUG] 6 processes running of frp type [2026-01-10,07:20:17.878] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,07: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' [2026-01-10,07:35:17.363] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,07:35:24.586] [DEBUG] 6 processes running of frp type [2026-01-10,07:50:17.547] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,07:50:24.172] [DEBUG] 6 processes running of frp type [2026-01-10,08:02:17.391] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,08:02:23.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-01-10,08:02:40.150] [DEBUG] Log Upload Complete! [2026-01-10,08:05:17.750] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,08:05:24.301] [DEBUG] 6 processes running of frp type [2026-01-10,08:20:17.595] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,08: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-01-10,08:35:18.112] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,08:35:24.649] [DEBUG] 6 processes running of frp type [2026-01-10,08:50:17.325] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,08:50:23.891] [DEBUG] 6 processes running of frp type [2026-01-10,09:05:17.196] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,09:05:23.767] [DEBUG] 6 processes running of frp type [2026-01-10,09:20:17.195] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,09:20:23.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-10,09:35:17.482] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,09:35:24.090] [DEBUG] 6 processes running of frp type [2026-01-10,09:50:18.150] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,09:50:24.725] [DEBUG] 6 processes running of frp type [2026-01-10,10:05:17.377] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,10:05:23.948] [DEBUG] 6 processes running of frp type [2026-01-10,10:20:17.304] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,10: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-10,10:35:17.800] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,10:35:24.340] [DEBUG] 6 processes running of frp type [2026-01-10,10:50:17.737] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,10:50:24.269] [DEBUG] 6 processes running of frp type [2026-01-10,11:05:17.536] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,11:05:24.254] [DEBUG] 6 processes running of frp type [2026-01-10,11:20:17.517] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,11: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-10,11:35:17.890] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,11:35:24.865] [DEBUG] 6 processes running of frp type [2026-01-10,11:50:17.581] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,11:50:24.395] [DEBUG] 6 processes running of frp type [2026-01-10,12:05:17.815] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,12:05:24.609] [DEBUG] 6 processes running of frp type [2026-01-10,12:20:18.031] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,12:20:24.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-10,12:35:17.851] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,12:35:24.465] [DEBUG] 6 processes running of frp type [2026-01-10,12:50:17.427] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,12:50:24.200] [DEBUG] 6 processes running of frp type [2026-01-10,13:05:17.896] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,13:05:24.775] [DEBUG] 6 processes running of frp type [2026-01-10,13:20:17.106] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,13: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-10,13:35:17.740] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,13:35:24.321] [DEBUG] 6 processes running of frp type [2026-01-10,13:50:18.578] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,13:50:25.182] [DEBUG] 6 processes running of frp type [2026-01-10,14:05:17.796] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,14:05:24.380] [DEBUG] 6 processes running of frp type [2026-01-10,14:20:17.678] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,14: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-10,14:35:17.857] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,14:35:24.463] [DEBUG] 6 processes running of frp type [2026-01-10,14:50:17.314] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,14:50:24.153] [DEBUG] 6 processes running of frp type [2026-01-10,15:05:17.690] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,15:05:24.284] [DEBUG] 6 processes running of frp type [2026-01-10,15:20:17.702] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,15:20:24.448] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.203] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,15:35:24.860] [DEBUG] 6 processes running of frp type [2026-01-10,15:50:18.248] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,15:50:24.793] [DEBUG] 6 processes running of frp type [2026-01-10,16:05:17.558] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,16:05:24.617] [DEBUG] 6 processes running of frp type [2026-01-10,16:20:17.937] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,16: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-10 16:29:37.727 [I] [client/service.go:294] [9e20cf32af98ae5a] try to connect to server... 2026-01-10 16:29:47.730 [W] [client/service.go:297] [9e20cf32af98ae5a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 16:29:47.730 [I] [client/service.go:294] [9e20cf32af98ae5a] try to connect to server... 2026-01-10 16:29:57.731 [W] [client/service.go:297] [9e20cf32af98ae5a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 16:29:57.732 [I] [client/service.go:294] [9e20cf32af98ae5a] try to connect to server... 2026-01-10 16:30:07.734 [W] [client/service.go:297] [9e20cf32af98ae5a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 16:30:07.735 [I] [client/service.go:294] [9e20cf32af98ae5a] try to connect to server... 2026-01-10 16:30:17.736 [W] [client/service.go:297] [9e20cf32af98ae5a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 16:30:17.737 [I] [client/service.go:294] [9e20cf32af98ae5a] try to connect to server... 2026-01-10 16:30:18.981 [I] [client/service.go:286] [9e20cf32af98ae5a] login to server success, get run id [9e20cf32af98ae5a] 2026-01-10 16:30:18.982 [I] [proxy/proxy_manager.go:173] [9e20cf32af98ae5a] proxy added: [DTN57CC4444] 2026-01-10 16:30:19.326 [I] [client/control.go:168] [9e20cf32af98ae5a] [DTN57CC4444] start proxy success [2026-01-10,16:35:17.483] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,16:35:24.195] [DEBUG] 6 processes running of frp type [2026-01-10,16:50:17.766] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,16:50:24.407] [DEBUG] 6 processes running of frp type [2026-01-10,17:05:18.064] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,17:05:24.840] [DEBUG] 6 processes running of frp type [2026-01-10,17:20:17.319] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,17: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-10,17:35:17.679] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,17:35:24.359] [DEBUG] 6 processes running of frp type [2026-01-10,17:50:18.207] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,17:50:25.021] [DEBUG] 6 processes running of frp type [2026-01-10,18:05:17.652] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,18:05:24.233] [DEBUG] 6 processes running of frp type [2026-01-10,18:20:17.566] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,18:20:24.156] [DEBUG] 6 processes running of frp type [2026-01-10,18:25:40.921] [INFO] Initializing BusSpeedStateManager V2 [2026-01-10,18:25:40.928] [INFO] LocationSqlManager initialising [2026-01-10,18:25:40.929] [INFO] Location DB initialising [2026-01-10,18:25:40.940] [INFO] LocationSqlManager initialisation complete [2026-01-10,18:25:40.941] [DEBUG] UploadManager Init [2026-01-10,18:25:40.942] [DEBUG] UploadManager Init Complete [2026-01-10,18:25:40.947] [INFO] Initializing GPS... [2026-01-10,18:25:40.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-01-10,18:27:44.609] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,18:27:51.317] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:08.511] [DEBUG] Log Upload Complete! [2026-01-10,18:30:44.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-01-10,18:30:44.851] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,18:30:51.459] [DEBUG] Remote Access Enabled [2026-01-10,18:30:57.682] [INFO] Server Address: 138.201.17.179 [2026-01-10,18:30:57.683] [INFO] Server Port: 7000 [2026-01-10,18:30:57.687] [DEBUG] Starting Remote Access! 2026-01-10 18:30:57.819 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-10 18:30:57.820 [I] [client/service.go:294] try to connect to server... 2026-01-10 18:30:58.710 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 18:30:58.711 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 18:30:59.054 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,18:35:17.906] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,18:35:24.483] [DEBUG] 6 processes running of frp type 2026-01-10 18:43:14.899 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 18:43:24.901 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 18:43:24.902 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 18:43:34.904 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 18:43:34.906 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 18:43:36.854 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 18:43:36.855 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 18:43:37.155 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,18:50:17.350] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,18:50:23.839] [DEBUG] 6 processes running of frp type 2026-01-10 19:03:27.967 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:03:37.968 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:03:37.969 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:03:47.970 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:03:47.971 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:03:52.226 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 19:03:52.227 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 19:03:52.525 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 19:05:01.598 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:05:11.601 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:05:11.602 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:05:13.502 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 19:05:13.504 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 19:05:13.791 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,19:05:17.243] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,19:05:23.818] [DEBUG] 6 processes running of frp type 2026-01-10 19:07:54.047 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:08:04.049 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:08:04.050 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:08:14.052 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:08:14.053 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:08:24.054 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:08:24.054 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:08:30.274 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 19:08:30.275 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 19:08:30.558 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 19:18:47.294 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:18:48.459 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 19:18:48.461 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 19:18:49.077 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,19:20:17.197] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-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-01-10 19:33:07.110 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:33:10.980 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 19:33:10.981 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 19:33:11.190 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,19:35:17.432] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,19:35:24.048] [DEBUG] 6 processes running of frp type 2026-01-10 19:40:24.220 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:40:34.222 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:40:34.223 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:40:44.224 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:40:44.225 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:40:54.226 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:40:54.227 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:41:04.228 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:41:04.229 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:41:14.231 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:41:34.232 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:41:44.234 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:42:04.236 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:42:14.237 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:42:34.238 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:42:44.240 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:43:04.241 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:43:04.930 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 19:43:04.931 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 19:43:05.166 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 19:43:44.453 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:43:46.374 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 19:43:46.375 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 19:43:46.682 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 19:44:25.766 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:44:33.748 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 19:44:33.749 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 19:44:33.962 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 19:45:13.124 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:45:23.126 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:45:23.127 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:45:24.077 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 19:45:24.079 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 19:45:24.403 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 19:46:03.442 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:46:07.742 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 19:46:07.744 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 19:46:08.047 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 19:47:47.596 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:47:57.598 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:47:57.598 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:48:07.600 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:48:07.600 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:48:17.601 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:48:17.602 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:48:23.767 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 19:48:23.769 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 19:48:23.990 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,19:50:17.647] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,19:50:24.176] [DEBUG] 6 processes running of frp type 2026-01-10 19:53:05.421 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:53:15.424 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:53:15.425 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:53:25.427 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:53:25.427 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:53:35.429 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:53:35.429 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 19:53:39.645 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 19:53:39.647 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 19:53:39.946 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 20:02:23.518 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:02:33.521 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:02:33.521 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:02:37.803 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:02:37.805 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:02:38.156 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,20:05:17.608] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,20:05:24.203] [DEBUG] 6 processes running of frp type 2026-01-10 20:09:24.805 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:09:30.861 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:09:30.862 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:09:31.085 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 20:18:47.427 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:18:57.428 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:18:57.429 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:19:06.468 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:19:06.470 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:19:06.835 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,20:20:17.503] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,20:20:24.208] [DEBUG] 6 processes running of frp type 2026-01-10 20:22:16.550 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:22:21.423 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:22:21.425 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:22:21.761 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 20:23:00.325 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:23:06.473 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:23:06.474 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:23:06.726 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] 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 20:30:29.609 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:30:39.610 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:30:39.611 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:30:49.124 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:30:49.126 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:30:49.549 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 20:32:28.002 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:32:38.004 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:32:38.004 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:32:44.490 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:32:44.492 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:32:44.869 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,20:35:17.950] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,20:35:25.286] [DEBUG] 6 processes running of frp type 2026-01-10 20:38:58.154 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:39:08.157 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:39:08.158 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:39:18.159 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:39:18.160 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:39:26.261 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:39:26.263 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:39:26.478 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 20:41:06.209 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:41:16.211 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:41:16.212 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:41:26.213 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:41:26.214 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:41:36.215 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:41:36.216 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:41:47.784 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:41:47.786 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:41:48.247 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 20:45:54.998 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:46:05.000 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:05.001 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:46:15.003 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:15.004 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:46:25.005 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:25.005 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:46:35.006 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:35.006 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:46:36.818 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:46:36.819 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:46:37.330 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 20:48:17.441 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:48:27.443 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:48:27.444 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:48:35.763 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:48:35.764 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:48:36.019 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 20:49:15.102 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:49:25.104 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:49:25.105 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:49:26.012 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:49:26.013 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:49:26.308 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,20:50:17.045] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,20:50:23.947] [DEBUG] 6 processes running of frp type 2026-01-10 20:52:46.802 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:52:56.804 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:52:56.805 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:53:05.468 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:53:05.469 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:53:05.843 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 20:55:46.693 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:55:50.495 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:55:50.497 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:55:53.973 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 20:56:27.096 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:56:37.098 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:56:37.098 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:56:38.048 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:56:38.050 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:56:38.478 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 20:57:17.389 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 20:57:18.900 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 20:57:18.902 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 20:57:19.926 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 20:59:59.255 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:00:09.257 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:00:09.258 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:00:19.259 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:00:19.260 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:00:20.193 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:00:20.193 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:00:20.716 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:02:30.376 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:02:40.378 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:02:40.379 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:02:50.381 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:02:50.381 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:02:51.271 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:02:51.272 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:02:51.567 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:04:01.069 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:04:01.801 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:04:01.802 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:04:02.036 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:04:41.316 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:04:51.318 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:04:51.319 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:05:01.320 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:05:01.320 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:05:11.321 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:05:11.322 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... [2026-01-10,21:05:17.265] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-01-10 21:05:21.324 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:05:21.325 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:05:22.256 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:05:22.257 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:05:22.548 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,21:05:24.125] [DEBUG] 6 processes running of frp type 2026-01-10 21:06:01.638 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:06:06.422 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:06:06.423 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:06:06.758 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:06:45.208 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:06:46.152 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:06:46.153 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:06:46.547 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:07:25.549 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:07:35.552 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:07:35.553 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:07:44.001 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:07:44.002 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:07:44.298 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:08:23.082 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:08:27.779 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:08:27.780 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:08:28.080 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:10:37.757 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:10:38.493 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:10:38.493 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:10:38.735 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:11:48.680 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:11:58.682 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:11:58.682 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:11:59.552 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:11:59.552 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:11:59.799 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:13:39.441 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:13:49.443 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:13:49.443 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:13:59.444 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:13:59.444 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:14:09.445 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:14:09.446 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:14:19.447 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:14:19.448 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:14:20.369 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:14:20.370 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:14:20.674 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:16:30.959 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:16:39.924 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:16:39.925 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:16:40.447 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,21:20:17.749] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-01-10 21:20:26.468 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... [2026-01-10,21:20:33.621] [DEBUG] 6 processes running of frp type 2026-01-10 21:20:36.469 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:20:36.470 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:20:46.471 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:20:46.471 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:20:56.472 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:20:56.473 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:21:06.474 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:21:06.475 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:21:14.854 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:21:14.855 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:21:15.156 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] 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:58.399 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:29:02.657 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:29:02.658 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:29:02.952 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:30:12.057 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:30:12.690 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:30:12.691 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:30:12.899 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:30:52.270 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:31:02.272 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:31:02.272 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:31:12.274 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:31:12.275 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:31:22.276 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:31:22.276 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:31:31.299 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:31:31.299 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:31:31.628 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:32:10.414 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:32:12.383 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:32:12.384 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:32:12.735 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:33:52.454 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:34:02.457 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:34:02.458 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:34:12.459 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:34:12.460 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:34:22.462 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:34:22.463 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:34:23.488 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:34:23.489 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:34:23.896 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,21:35:18.012] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,21:35:25.765] [DEBUG] 6 processes running of frp type 2026-01-10 21:38:38.258 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:38:48.260 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:38:48.261 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:38:52.683 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:38:52.684 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:38:53.156 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:41:46.658 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:41:56.659 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:41:56.660 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:41:58.901 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:41:58.902 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:42:00.105 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:48:57.568 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:48:58.520 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:48:58.521 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:48:58.982 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,21:50:17.030] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,21:50:23.663] [DEBUG] 6 processes running of frp type 2026-01-10 21:51:09.303 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:51:13.655 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:51:13.656 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:51:13.974 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:52:23.073 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:52:23.771 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:52:23.772 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:52:23.995 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 21:55:07.072 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:55:17.074 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:55:17.074 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:55:27.075 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:55:27.076 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:55:37.077 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:55:37.078 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 21:55:45.464 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 21:55:45.466 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 21:55:45.778 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 22:00:05.415 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:00:15.417 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:00:15.418 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:00:17.461 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 22:00:17.462 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 22:00:27.838 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,22:05:17.871] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,22:05:24.413] [DEBUG] 6 processes running of frp type 2026-01-10 22:15:16.362 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:15:26.364 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:15:26.364 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:15:28.366 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 22:15:28.366 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 22:15:28.680 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 22:18:41.862 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:18:51.864 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:18:51.865 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:19:01.867 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:19:01.867 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:19:11.869 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:19:11.869 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:19:21.871 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:19:21.871 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:19:25.964 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 22:19:25.965 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 22:19:26.196 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,22:20:17.597] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,22:20:24.162] [DEBUG] 6 processes running of frp type 2026-01-10 22:24:10.343 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:24:29.871 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 22:24:29.872 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 22:24:30.540 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 22:25:24.228 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:25:25.088 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 22:25:25.088 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 22:25:25.386 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] 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 22:26:04.524 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:26:14.525 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:14.525 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:26:24.526 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:24.527 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:26:34.528 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:34.528 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:26:44.530 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:44.530 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:26:54.531 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:27:14.533 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:27:24.535 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:27:44.536 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:27:45.191 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 22:27:45.193 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 22:27:45.416 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 22:30:04.303 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:30:09.316 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 22:30:09.317 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 22:30:09.710 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 22:30:47.731 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:30:54.251 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 22:30:54.251 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 22:30:54.827 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,22:35:17.474] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,22:35:24.002] [DEBUG] 6 processes running of frp type [2026-01-10,22:50:17.261] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,22:50:23.779] [DEBUG] 6 processes running of frp type 2026-01-10 22:54:59.081 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:55:09.082 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:55:09.083 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:55:17.697 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 22:55:17.698 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 22:55:18.019 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success 2026-01-10 22:59:00.221 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 22:59:01.249 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 22:59:01.250 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 22:59:01.569 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,23:05:17.151] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,23:05:23.747] [DEBUG] 6 processes running of frp type 2026-01-10 23:18:34.051 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 23:18:44.053 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 23:18:44.054 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 23:18:54.056 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 23:18:54.057 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 23:19:04.059 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 23:19:04.060 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 23:19:14.379 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 23:19:14.380 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 23:19:14.738 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,23:20:18.000] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,23: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-10 23:26:52.843 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-10 23:26:53.809 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-10 23:26:53.810 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-10 23:26:54.137 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-10,23:35:17.860] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,23:35:24.382] [DEBUG] 6 processes running of frp type [2026-01-10,23:50:17.266] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-10,23:50:23.811] [DEBUG] 6 processes running of frp type [2026-01-11,00:05:16.970] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,00:05:23.524] [DEBUG] 6 processes running of frp type [2026-01-11,00:20:17.722] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,00: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-01-11,00:35:19.241] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,00:35:25.729] [DEBUG] 6 processes running of frp type [2026-01-11,00:50:17.904] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,00:50:24.524] [DEBUG] 6 processes running of frp type [2026-01-11,01:05:17.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,01:05:24.451] [DEBUG] 6 processes running of frp type [2026-01-11,01:20:17.647] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,01: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-01-11,01:35:19.425] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,01:35:26.044] [DEBUG] 6 processes running of frp type [2026-01-11,01:50:17.193] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,01:50:23.626] [DEBUG] 6 processes running of frp type [2026-01-11,02:05:17.842] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,02:05:24.430] [DEBUG] 6 processes running of frp type [2026-01-11,02:20:17.882] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,02: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-11,02:35:17.599] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,02:35:24.218] [DEBUG] 6 processes running of frp type [2026-01-11,02:50:17.284] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,02:50:23.774] [DEBUG] 6 processes running of frp type [2026-01-11,03:05:18.038] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-01-11 03:05:50.283 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-11 03:06:00.285 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 03:06:00.286 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-11 03:06:10.288 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 03:06:10.289 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-11 03:06:32.298 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: i/o deadline reached 2026-01-11 03:06:32.299 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-11 03:06:50.777 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: connection write timeout 2026-01-11 03:06:50.777 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-11 03:07:03.249 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: connection write timeout 2026-01-11 03:07:23.250 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-11 03:07:33.252 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 03:07:53.253 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-11 03:08:01.335 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-11 03:08:01.335 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-11 03:08:02.262 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] 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 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() ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:1137) 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-aa-39 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1137)'))) 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 698, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-aa-39 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1137)'))) 2026-01-11 03:08:33.963 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-11 03:08:52.827 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: connection write timeout 2026-01-11 03:08:52.828 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-11 03:09:02.830 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 03:09:02.830 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-11 03:09:08.950 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-11 03:09:08.952 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-11 03:09:09.439 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-11,03:20:17.559] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,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-01-11,03:35:17.832] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,03:35:24.445] [DEBUG] 6 processes running of frp type [2026-01-11,03:50:17.612] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,03:50:24.231] [DEBUG] 6 processes running of frp type [2026-01-11,04:05:17.403] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,04:05:23.972] [DEBUG] 6 processes running of frp type 2026-01-11 04:06:38.653 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-11 04:06:38.809 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-11 04:06:40.892 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-11 04:06:40.895 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-11 04:06:45.110 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-11 04:06:45.113 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-11 04:06:53.718 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-11 04:06:53.722 [W] [client/service.go:297] [00e88eb3d03efda6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-11 04:07:11.300 [I] [client/service.go:294] [00e88eb3d03efda6] try to connect to server... 2026-01-11 04:07:12.243 [I] [client/service.go:286] [00e88eb3d03efda6] login to server success, get run id [00e88eb3d03efda6] 2026-01-11 04:07:12.245 [I] [proxy/proxy_manager.go:173] [00e88eb3d03efda6] proxy added: [DTN57CC4444] 2026-01-11 04:07:12.556 [I] [client/control.go:168] [00e88eb3d03efda6] [DTN57CC4444] start proxy success [2026-01-11,04:20:17.146] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,04:20:23.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-01-11,04:35:18.275] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,04:35:24.866] [DEBUG] 6 processes running of frp type [2026-01-11,04:50:17.412] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,04:50:24.130] [DEBUG] 6 processes running of frp type [2026-01-11,05:05:17.628] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,05:05:24.193] [DEBUG] 6 processes running of frp type [2026-01-11,05:20:17.768] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,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-01-11,05:35:17.141] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,05:35:23.845] [DEBUG] 6 processes running of frp type [2026-01-11,05:50:17.313] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,05:50:23.891] [DEBUG] 6 processes running of frp type [2026-01-11,06:05:17.193] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,06:05:23.769] [DEBUG] 6 processes running of frp type [2026-01-11,06:20:16.958] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,06: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-01-11,06:30:41.044] [INFO] Initializing BusSpeedStateManager V2 [2026-01-11,06:30:41.048] [INFO] LocationSqlManager initialising [2026-01-11,06:30:41.049] [INFO] Location DB initialising [2026-01-11,06:30:41.058] [INFO] LocationSqlManager initialisation complete [2026-01-11,06:30:41.059] [DEBUG] UploadManager Init [2026-01-11,06:30:41.059] [DEBUG] UploadManager Init Complete [2026-01-11,06:30:41.062] [INFO] Initializing GPS... [2026-01-11,06:30:41.064] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.495] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,06:32:51.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-11,06:33:19.143] [DEBUG] Log Upload Complete! [2026-01-11,06:35:44.432] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,06:35:51.328] [DEBUG] Remote Access Enabled [2026-01-11,06:35:57.821] [INFO] Server Address: 138.201.17.179 [2026-01-11,06:35:57.822] [INFO] Server Port: 7000 [2026-01-11,06:35:57.827] [DEBUG] Starting Remote Access! 2026-01-11 06:35:57.956 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-11 06:35:57.957 [I] [client/service.go:294] try to connect to server... 2026-01-11 06:35:59.118 [I] [client/service.go:286] [41bc297f25b4eab8] login to server success, get run id [41bc297f25b4eab8] 2026-01-11 06:35:59.119 [I] [proxy/proxy_manager.go:173] [41bc297f25b4eab8] proxy added: [DTN57CC4444] 2026-01-11 06:35:59.718 [I] [client/control.go:168] [41bc297f25b4eab8] [DTN57CC4444] start proxy success [2026-01-11,06:50:17.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,06:50:23.761] [DEBUG] 6 processes running of frp type [2026-01-11,07:05:17.394] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,07:05:23.935] [DEBUG] 6 processes running of frp type [2026-01-11,07:20:17.138] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,07: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-11,07:35:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,07:35:24.075] [DEBUG] 6 processes running of frp type [2026-01-11,07:50:17.135] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,07:50:23.760] [DEBUG] 6 processes running of frp type [2026-01-11,08:02:16.997] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,08:02:28.557] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:04:25.958] [DEBUG] Log Upload Complete! [2026-01-11,08:05:17.275] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,08:05:23.877] [DEBUG] 6 processes running of frp type [2026-01-11,08:20:17.136] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,08: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-11,08:35:17.525] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,08:35:24.177] [DEBUG] 6 processes running of frp type [2026-01-11,08:50:17.824] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,08:50:24.380] [DEBUG] 6 processes running of frp type [2026-01-11,09:05:18.096] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,09:05:24.738] [DEBUG] 6 processes running of frp type [2026-01-11,09:20:17.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,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' [2026-01-11,09:35:17.142] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,09:35:23.795] [DEBUG] 6 processes running of frp type [2026-01-11,09:50:17.791] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,09:50:24.373] [DEBUG] 6 processes running of frp type [2026-01-11,10:05:17.694] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,10:05:24.348] [DEBUG] 6 processes running of frp type [2026-01-11,10:20:17.552] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,10: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-01-11,10:35:18.268] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,10:35:24.816] [DEBUG] 6 processes running of frp type 2026-01-11 10:35:26.284 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 10:35:36.287 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 10:35:36.288 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 10:35:46.290 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 10:35:46.291 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 10:35:56.293 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 10:35:56.294 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 10:35:57.212 [I] [client/service.go:286] [41bc297f25b4eab8] login to server success, get run id [41bc297f25b4eab8] 2026-01-11 10:35:57.214 [I] [proxy/proxy_manager.go:173] [41bc297f25b4eab8] proxy added: [DTN57CC4444] 2026-01-11 10:35:57.509 [I] [client/control.go:168] [41bc297f25b4eab8] [DTN57CC4444] start proxy success [2026-01-11,10:50:17.528] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,10:50:24.283] [DEBUG] 6 processes running of frp type [2026-01-11,11:05:17.678] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,11:05:24.254] [DEBUG] 6 processes running of frp type [2026-01-11,11:20:17.549] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,11:20:29.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-01-11,11:35:17.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,11:35:24.240] [DEBUG] 6 processes running of frp type [2026-01-11,11:50:17.502] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,11:50:29.129] [DEBUG] 6 processes running of frp type 2026-01-11 12:03:00.283 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 12:03:10.285 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 12:03:10.286 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 12:03:20.287 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 12:03:20.288 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 12:03:28.275 [I] [client/service.go:286] [41bc297f25b4eab8] login to server success, get run id [41bc297f25b4eab8] 2026-01-11 12:03:28.277 [I] [proxy/proxy_manager.go:173] [41bc297f25b4eab8] proxy added: [DTN57CC4444] 2026-01-11 12:03:28.495 [I] [client/control.go:168] [41bc297f25b4eab8] [DTN57CC4444] start proxy success [2026-01-11,12:05:17.293] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,12:05:23.929] [DEBUG] 6 processes running of frp type 2026-01-11 12:07:09.329 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 12:07:09.334 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-11 12:07:11.504 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 12:07:11.508 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-11 12:07:16.007 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 12:07:16.011 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-11 12:07:25.195 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 12:07:26.070 [I] [client/service.go:286] [41bc297f25b4eab8] login to server success, get run id [41bc297f25b4eab8] 2026-01-11 12:07:26.071 [I] [proxy/proxy_manager.go:173] [41bc297f25b4eab8] proxy added: [DTN57CC4444] 2026-01-11 12:07:26.368 [I] [client/control.go:168] [41bc297f25b4eab8] [DTN57CC4444] start proxy success [2026-01-11,12:20:17.392] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,12: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-11 12:28:17.444 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 12:28:27.446 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 12:28:27.447 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 12:28:37.448 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 12:28:37.449 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 12:28:38.365 [I] [client/service.go:286] [41bc297f25b4eab8] login to server success, get run id [41bc297f25b4eab8] 2026-01-11 12:28:38.367 [I] [proxy/proxy_manager.go:173] [41bc297f25b4eab8] proxy added: [DTN57CC4444] 2026-01-11 12:28:39.060 [I] [client/control.go:168] [41bc297f25b4eab8] [DTN57CC4444] start proxy success [2026-01-11,12:35:18.033] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,12:35:24.843] [DEBUG] 6 processes running of frp type [2026-01-11,12:50:17.410] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,12:50:24.035] [DEBUG] 6 processes running of frp type 2026-01-11 12:58:11.650 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 12:58:21.652 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 12:58:21.653 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 12:58:29.941 [I] [client/service.go:286] [41bc297f25b4eab8] login to server success, get run id [41bc297f25b4eab8] 2026-01-11 12:58:29.942 [I] [proxy/proxy_manager.go:173] [41bc297f25b4eab8] proxy added: [DTN57CC4444] 2026-01-11 12:58:30.246 [I] [client/control.go:168] [41bc297f25b4eab8] [DTN57CC4444] start proxy success [2026-01-11,13:05:17.543] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,13:05:24.058] [DEBUG] 6 processes running of frp type [2026-01-11,13:20:17.338] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,13:20:23.928] [DEBUG] 6 processes running of frp type 2026-01-11 13:23:22.464 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 13:23:32.466 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:23:32.467 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 13:23:42.468 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:23:42.469 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 13:23:44.392 [I] [client/service.go:286] [41bc297f25b4eab8] login to server success, get run id [41bc297f25b4eab8] 2026-01-11 13:23:44.393 [I] [proxy/proxy_manager.go:173] [41bc297f25b4eab8] proxy added: [DTN57CC4444] 2026-01-11 13:23:44.691 [I] [client/control.go:168] [41bc297f25b4eab8] [DTN57CC4444] 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.828] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,13:35:24.359] [DEBUG] 6 processes running of frp type 2026-01-11 13:46:07.046 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 13:46:10.383 [I] [client/service.go:286] [41bc297f25b4eab8] login to server success, get run id [41bc297f25b4eab8] 2026-01-11 13:46:10.385 [I] [proxy/proxy_manager.go:173] [41bc297f25b4eab8] proxy added: [DTN57CC4444] 2026-01-11 13:46:10.688 [I] [client/control.go:168] [41bc297f25b4eab8] [DTN57CC4444] start proxy success 2026-01-11 13:46:49.492 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 13:46:52.706 [I] [client/service.go:286] [41bc297f25b4eab8] login to server success, get run id [41bc297f25b4eab8] 2026-01-11 13:46:52.707 [I] [proxy/proxy_manager.go:173] [41bc297f25b4eab8] proxy added: [DTN57CC4444] 2026-01-11 13:46:53.010 [I] [client/control.go:168] [41bc297f25b4eab8] [DTN57CC4444] start proxy success 2026-01-11 13:47:31.820 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 13:47:41.823 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:47:41.824 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 13:47:51.826 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:47:51.826 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 13:48:01.827 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:48:01.828 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 13:48:02.473 [I] [client/service.go:286] [41bc297f25b4eab8] login to server success, get run id [41bc297f25b4eab8] 2026-01-11 13:48:02.474 [I] [proxy/proxy_manager.go:173] [41bc297f25b4eab8] proxy added: [DTN57CC4444] 2026-01-11 13:48:02.692 [I] [client/control.go:168] [41bc297f25b4eab8] [DTN57CC4444] start proxy success [2026-01-11,13:50:17.985] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,13:50:24.563] [DEBUG] 6 processes running of frp type [2026-01-11,14:05:17.794] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,14:05:24.424] [DEBUG] 6 processes running of frp type [2026-01-11,14:20:17.751] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,14: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-01-11,14:35:17.245] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,14:35:23.980] [DEBUG] 6 processes running of frp type [2026-01-11,14:50:18.193] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,14:50:24.958] [DEBUG] 6 processes running of frp type [2026-01-11,15:05:17.653] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,15:05:24.200] [DEBUG] 6 processes running of frp type 2026-01-11 15:15:05.421 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 15:15:15.424 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 15:15:15.424 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 15:15:17.569 [I] [client/service.go:286] [41bc297f25b4eab8] login to server success, get run id [41bc297f25b4eab8] 2026-01-11 15:15:17.570 [I] [proxy/proxy_manager.go:173] [41bc297f25b4eab8] proxy added: [DTN57CC4444] 2026-01-11 15:15:17.895 [I] [client/control.go:168] [41bc297f25b4eab8] [DTN57CC4444] start proxy success [2026-01-11,15:20:17.476] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,15: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-01-11,15:35:17.556] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,15:35:24.170] [DEBUG] 6 processes running of frp type [2026-01-11,15:50:18.256] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,15:50:24.833] [DEBUG] 6 processes running of frp type 2026-01-11 16:02:44.865 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 16:02:54.868 [W] [client/service.go:297] [41bc297f25b4eab8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 16:02:54.869 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 16:03:03.241 [I] [client/service.go:286] [41bc297f25b4eab8] login to server success, get run id [41bc297f25b4eab8] 2026-01-11 16:03:03.242 [I] [proxy/proxy_manager.go:173] [41bc297f25b4eab8] proxy added: [DTN57CC4444] 2026-01-11 16:03:03.854 [I] [client/control.go:168] [41bc297f25b4eab8] [DTN57CC4444] start proxy success [2026-01-11,16:05:17.619] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,16:05:24.184] [DEBUG] 6 processes running of frp type [2026-01-11,16:20:17.502] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,16:20:24.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' [2026-01-11,16:35:17.430] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,16:35:24.160] [DEBUG] 6 processes running of frp type [2026-01-11,16:50:18.091] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,16:50:24.643] [DEBUG] 6 processes running of frp type [2026-01-11,17:05:17.912] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,17:05:24.509] [DEBUG] 6 processes running of frp type [2026-01-11,17:20:17.769] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,17: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-11,17:35:17.079] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,17:35:24.210] [DEBUG] 6 processes running of frp type [2026-01-11,17:50:17.963] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,17:50:24.521] [DEBUG] 6 processes running of frp type [2026-01-11,18:05:18.165] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,18:05:24.688] [DEBUG] 6 processes running of frp type 2026-01-11 18:06:08.030 [I] [client/service.go:294] [41bc297f25b4eab8] try to connect to server... 2026-01-11 18:06:08.683 [I] [client/service.go:286] [41bc297f25b4eab8] login to server success, get run id [41bc297f25b4eab8] 2026-01-11 18:06:08.685 [I] [proxy/proxy_manager.go:173] [41bc297f25b4eab8] proxy added: [DTN57CC4444] 2026-01-11 18:06:08.920 [I] [client/control.go:168] [41bc297f25b4eab8] [DTN57CC4444] start proxy success [2026-01-11,18:20:17.017] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,18:20:23.835] [DEBUG] 6 processes running of frp type [2026-01-11,18:25:41.143] [INFO] Initializing BusSpeedStateManager V2 [2026-01-11,18:25:41.149] [INFO] LocationSqlManager initialising [2026-01-11,18:25:41.150] [INFO] Location DB initialising [2026-01-11,18:25:41.161] [INFO] LocationSqlManager initialisation complete [2026-01-11,18:25:41.162] [DEBUG] UploadManager Init [2026-01-11,18:25:41.163] [DEBUG] UploadManager Init Complete [2026-01-11,18:25:41.167] [INFO] Initializing GPS... [2026-01-11,18:25:41.171] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.212] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,18:27:50.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( [2026-01-11,18:28:29.814] [DEBUG] Log Upload Complete! [2026-01-11,18:30:44.325] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,18:30:50.945] [DEBUG] Remote Access Enabled [2026-01-11,18:30:57.636] [INFO] Server Address: 138.201.17.179 [2026-01-11,18:30:57.638] [INFO] Server Port: 7000 [2026-01-11,18:30:57.642] [DEBUG] Starting Remote Access! 2026-01-11 18:30:57.772 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-11 18:30:57.772 [I] [client/service.go:294] try to connect to server... 2026-01-11 18:30:58.903 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 18:30:58.905 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 18:30:59.244 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success [2026-01-11,18:35:17.641] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,18:35:24.347] [DEBUG] 6 processes running of frp type 2026-01-11 18:39:43.309 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 18:39:47.604 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 18:39:47.606 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 18:39:47.920 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success [2026-01-11,18:50:17.710] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,18:50:24.358] [DEBUG] 6 processes running of frp type 2026-01-11 18:55:35.848 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 18:55:43.977 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 18:55:43.979 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 18:55:44.208 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 18:58:26.841 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 18:58:36.842 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 18:58:36.843 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 18:58:37.532 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 18:58:37.534 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 18:58:37.776 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success [2026-01-11,19:05:17.964] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,19:05:24.608] [DEBUG] 6 processes running of frp type 2026-01-11 19:08:31.181 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:08:41.184 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:08:41.185 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:08:42.120 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 19:08:42.121 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 19:08:42.466 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success [2026-01-11,19:20:17.918] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,19:20:24.551] [DEBUG] 6 processes running of frp type 2026-01-11 19:24:12.047 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:24:18.050 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 19:24:18.051 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 19:24:18.292 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] 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:06.565 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:26:07.231 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 19:26:07.233 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 19:26:07.442 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 19:29:23.685 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:29:33.686 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:29:33.687 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:29:43.689 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:29:43.689 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:29:53.691 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:29:53.691 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:30:03.693 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:30:03.693 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:30:09.841 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 19:30:09.842 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 19:30:10.112 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success [2026-01-11,19:35:17.313] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,19:35:24.311] [DEBUG] 6 processes running of frp type 2026-01-11 19:36:22.571 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:36:26.815 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 19:36:26.817 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 19:36:27.101 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 19:37:05.912 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:37:06.592 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 19:37:06.593 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 19:37:06.814 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 19:40:47.910 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:40:57.911 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:40:57.912 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:41:08.213 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: connection write timeout 2026-01-11 19:41:08.214 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:41:10.060 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 19:41:10.061 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 19:41:10.263 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 19:43:20.150 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:43:30.152 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:43:30.153 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:43:40.154 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:43:40.155 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:43:46.191 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 19:43:46.192 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 19:43:46.406 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success [2026-01-11,19:50:18.306] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,19:50:24.921] [DEBUG] 6 processes running of frp type 2026-01-11 19:52:36.460 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 19:52:38.356 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 19:52:38.358 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 19:52:38.600 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:03:02.213 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:03:06.624 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:03:06.627 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:03:06.943 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:03:45.671 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:03:55.673 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:03:55.673 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:04:05.675 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:04:05.676 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:04:15.677 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:04:15.678 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:04:25.680 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:04:25.681 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:04:28.792 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:04:28.793 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:04:30.068 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:05:06.681 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:05:16.682 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:05:16.683 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... [2026-01-11,20:05:17.180] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,20:05:23.763] [DEBUG] 6 processes running of frp type 2026-01-11 20:05:25.105 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:05:25.106 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:05:26.733 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:06:04.099 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:06:08.544 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:06:08.546 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:06:08.847 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:06:47.616 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:06:57.619 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:06:57.619 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:07:07.621 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:07:07.621 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:07:17.623 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:07:17.623 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:07:27.624 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:07:27.625 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:07:37.626 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:07:57.627 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:08:07.629 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:08:27.631 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:08:28.605 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:08:28.607 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:08:28.903 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:09:07.942 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:09:10.849 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:09:10.851 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:09:11.063 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:10:52.787 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:11:02.789 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:11:02.790 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:11:12.792 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:11:12.793 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:11:22.794 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:11:22.795 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:11:32.797 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:11:32.797 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:11:41.661 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:11:41.662 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:11:42.682 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:12:16.584 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:12:25.054 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:12:25.056 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:12:25.375 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:16:05.953 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:16:14.221 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:16:14.223 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:16:14.480 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:18:54.622 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:19:00.922 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:19:00.924 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:19:01.235 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:19:40.007 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:19:50.009 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:19:50.010 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:20:00.011 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:20:00.011 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:20:14.655 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:20:14.657 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] [2026-01-11,20:20:17.055] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,20:20:23.650] [DEBUG] 6 processes running of frp type 2026-01-11 20:20:43.460 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:20:53.462 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:20:53.463 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:21:03.464 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:21:03.465 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:21:08.283 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:21:08.284 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:21:08.626 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:21:47.543 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:21:52.041 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:21:52.043 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:21:52.358 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:22:31.072 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:22:31.752 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:22:31.754 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:22:32.004 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:24:42.439 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:24:52.441 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:24:52.442 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:25:02.443 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:25:02.444 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:25:03.405 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:25:03.406 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:25:03.707 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] 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.665 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:27:22.118 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:27:22.120 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:27:22.417 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:31:37.686 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:31:47.688 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:31:47.688 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:31:57.690 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:31:57.691 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:32:07.692 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:32:07.693 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:32:11.788 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:32:11.790 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:32:12.023 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success [2026-01-11,20:35:17.569] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,20:35:24.332] [DEBUG] 6 processes running of frp type [2026-01-11,20:50:17.860] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,20:50:24.629] [DEBUG] 6 processes running of frp type 2026-01-11 20:54:47.592 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:54:48.681 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:54:48.681 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:54:49.009 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 20:55:27.919 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 20:55:29.126 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 20:55:29.128 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 20:55:29.429 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success [2026-01-11,21:05:18.211] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,21:05:25.222] [DEBUG] 6 processes running of frp type 2026-01-11 21:05:45.468 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:05:46.420 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 21:05:46.422 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 21:05:46.750 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 21:10:09.872 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:10:14.575 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 21:10:14.577 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 21:10:16.803 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 21:12:57.929 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:13:07.157 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 21:13:07.159 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 21:13:07.792 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 21:13:45.337 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:13:46.665 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 21:13:46.667 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 21:13:47.243 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 21:17:35.987 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:17:45.989 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:17:45.989 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:17:55.991 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:17:55.991 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:18:05.992 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:18:05.993 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:18:15.995 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:18:35.997 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:18:45.999 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:19:06.001 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:19:16.002 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:19:36.004 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:19:36.060 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-11 21:19:56.061 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:19:57.079 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 21:19:57.080 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 21:19:57.357 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success [2026-01-11,21:20:18.385] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,21:20:25.288] [DEBUG] 6 processes running of frp type 2026-01-11 21:20:36.541 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:20:46.543 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:20:46.544 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:20:56.545 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:20:56.546 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:21:06.547 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:21:06.548 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:21:07.596 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 21:21:07.597 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 21:21:08.278 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 21:21:46.858 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:21:56.859 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:21:56.860 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:22:06.860 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:22:06.861 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:22:16.862 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:22:16.863 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:22:26.864 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:22:26.864 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:22:36.865 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:22:56.867 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:22:57.883 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 21:22:57.884 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 21:22:58.204 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] 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:09.659 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:27:19.661 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:27:19.661 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:27:29.663 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:27:29.664 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:27:37.460 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 21:27:37.461 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 21:27:37.809 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 21:29:43.300 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:29:50.697 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 21:29:50.698 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 21:29:51.664 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 21:30:28.760 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:30:30.327 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 21:30:30.329 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 21:30:30.684 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 21:31:09.395 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:31:19.397 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:31:19.398 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:31:27.731 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 21:31:27.732 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 21:31:27.963 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 21:34:40.567 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:34:50.569 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:34:50.570 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:34:58.597 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 21:34:58.599 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 21:34:58.835 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success [2026-01-11,21:35:17.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,21:35:24.870] [DEBUG] 6 processes running of frp type 2026-01-11 21:35:37.884 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:35:44.472 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 21:35:44.473 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 21:35:44.693 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success 2026-01-11 21:38:59.567 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 21:39:01.684 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 21:39:01.684 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 21:39:01.985 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success [2026-01-11,21:50:18.620] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,21:50:25.508] [DEBUG] 6 processes running of frp type [2026-01-11,22:05:19.053] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,22:05:26.671] [DEBUG] 6 processes running of frp type [2026-01-11,22:20:18.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,22:20:24.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' [2026-01-11,22:35:17.844] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,22:35:24.550] [DEBUG] 6 processes running of frp type [2026-01-11,22:50:17.590] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,22:50:24.275] [DEBUG] 6 processes running of frp type [2026-01-11,23:05:17.495] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,23:05:24.086] [DEBUG] 6 processes running of frp type 2026-01-11 23:15:09.659 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 23:15:19.661 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 23:15:19.661 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 23:15:29.663 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 23:15:29.663 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 23:15:39.666 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 23:15:39.666 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 23:15:49.668 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 23:15:49.669 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 23:15:59.671 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 23:16:19.671 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-11 23:16:21.607 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-11 23:16:21.608 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-11 23:16:22.033 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success [2026-01-11,23:20:17.241] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,23:20:23.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-01-11,23:35:17.416] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,23:35:23.996] [DEBUG] 6 processes running of frp type [2026-01-11,23:50:18.600] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-11,23:50:25.466] [DEBUG] 6 processes running of frp type [2026-01-12,00:05:18.949] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,00:05:25.825] [DEBUG] 6 processes running of frp type 2026-01-12 00:14:51.355 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-12 00:14:52.411 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-12 00:14:52.412 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-12 00:14:52.762 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success [2026-01-12,00:20:18.485] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,00: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-12,00:35:17.807] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,00:35:24.484] [DEBUG] 6 processes running of frp type [2026-01-12,00:50:17.711] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,00:50:24.283] [DEBUG] 6 processes running of frp type [2026-01-12,01:05:17.562] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,01:05:24.318] [DEBUG] 6 processes running of frp type [2026-01-12,01:20:17.565] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,01: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-01-12,01:35:17.597] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,01:35:24.941] [DEBUG] 6 processes running of frp type [2026-01-12,01:50:17.341] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,01:50:24.011] [DEBUG] 6 processes running of frp type [2026-01-12,02:05:17.278] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,02:05:23.823] [DEBUG] 6 processes running of frp type [2026-01-12,02:20:17.025] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,02: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-01-12,02:35:17.253] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,02:35:24.102] [DEBUG] 6 processes running of frp type [2026-01-12,02:50:17.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,02:50:24.335] [DEBUG] 6 processes running of frp type [2026-01-12,03:05:17.617] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,03:05:24.474] [DEBUG] 6 processes running of frp type 2026-01-12 03:20:14.295 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-12 03:20:15.235 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-12 03:20:15.236 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-12 03:20:15.593 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success [2026-01-12,03:20:17.747] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,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-01-12,03:35:17.692] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,03:35:24.569] [DEBUG] 6 processes running of frp type [2026-01-12,03:50:17.970] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,03:50:24.570] [DEBUG] 6 processes running of frp type [2026-01-12,04:05:17.879] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,04:05:24.472] [DEBUG] 6 processes running of frp type 2026-01-12 04:06:25.628 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-12 04:06:27.210 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 04:06:27.211 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-12 04:06:30.254 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 04:06:30.254 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-12 04:06:33.291 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 04:06:42.567 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-12 04:06:42.570 [W] [client/service.go:297] [9e009221c0f867ed] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 04:07:01.937 [I] [client/service.go:294] [9e009221c0f867ed] try to connect to server... 2026-01-12 04:07:03.113 [I] [client/service.go:286] [9e009221c0f867ed] login to server success, get run id [9e009221c0f867ed] 2026-01-12 04:07:03.114 [I] [proxy/proxy_manager.go:173] [9e009221c0f867ed] proxy added: [DTN57CC4444] 2026-01-12 04:07:03.457 [I] [client/control.go:168] [9e009221c0f867ed] [DTN57CC4444] start proxy success [2026-01-12,04:20:17.767] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,04: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-01-12,04:35:17.592] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,04:35:24.126] [DEBUG] 6 processes running of frp type [2026-01-12,04:50:17.385] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,04:50:23.876] [DEBUG] 6 processes running of frp type [2026-01-12,05:05:17.209] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,05:05:23.767] [DEBUG] 6 processes running of frp type [2026-01-12,05:20:17.053] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,05: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-01-12,05:35:17.463] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,05:35:24.087] [DEBUG] 6 processes running of frp type [2026-01-12,05:50:17.884] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,05:50:24.464] [DEBUG] 6 processes running of frp type [2026-01-12,06:05:17.728] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,06:05:24.689] [DEBUG] 6 processes running of frp type [2026-01-12,06:20:18.159] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,06: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-12,06:30:41.194] [INFO] Initializing BusSpeedStateManager V2 [2026-01-12,06:30:41.200] [INFO] LocationSqlManager initialising [2026-01-12,06:30:41.200] [INFO] Location DB initialising [2026-01-12,06:30:41.210] [INFO] LocationSqlManager initialisation complete [2026-01-12,06:30:41.211] [DEBUG] UploadManager Init [2026-01-12,06:30:41.212] [DEBUG] UploadManager Init Complete [2026-01-12,06:30:41.215] [INFO] Initializing GPS... [2026-01-12,06:30:41.217] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.700] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,06:32:51.266] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02.011] [DEBUG] Log Upload Complete! [2026-01-12,06:35:34.840] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,06:35:46.411] [DEBUG] Remote Access Enabled [2026-01-12,06:35:52.622] [INFO] Server Address: 138.201.17.179 [2026-01-12,06:35:52.623] [INFO] Server Port: 7000 [2026-01-12,06:35:52.629] [DEBUG] Starting Remote Access! 2026-01-12 06:35:52.758 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-12 06:35:52.759 [I] [client/service.go:294] try to connect to server... 2026-01-12 06:35:53.743 [I] [client/service.go:286] [c2412a9bb5f59bb6] login to server success, get run id [c2412a9bb5f59bb6] 2026-01-12 06:35:53.744 [I] [proxy/proxy_manager.go:173] [c2412a9bb5f59bb6] proxy added: [DTN57CC4444] 2026-01-12 06:35:54.078 [I] [client/control.go:168] [c2412a9bb5f59bb6] [DTN57CC4444] start proxy success [2026-01-12,06:50:17.887] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,06:50:24.466] [DEBUG] 6 processes running of frp type [2026-01-12,07:05:17.824] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,07:05:24.351] [DEBUG] 6 processes running of frp type [2026-01-12,07:20:17.704] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,07: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-01-12,07:35:17.624] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,07:35:24.209] [DEBUG] 6 processes running of frp type [2026-01-12,07:50:17.868] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,07:50:24.378] [DEBUG] 6 processes running of frp type [2026-01-12,08:02:17.773] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,08:02:24.319] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:42.978] [DEBUG] Log Upload Complete! [2026-01-12,08:05:17.877] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,08:05:24.448] [DEBUG] 6 processes running of frp type [2026-01-12,08:20:17.819] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,08: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' [2026-01-12,08:35:17.957] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,08:35:24.524] [DEBUG] 6 processes running of frp type [2026-01-12,08:50:17.667] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,08:50:24.255] [DEBUG] 6 processes running of frp type [2026-01-12,09:05:17.507] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,09:05:24.161] [DEBUG] 6 processes running of frp type [2026-01-12,09:20:17.816] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,09: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-01-12,09:35:17.829] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,09:35:24.410] [DEBUG] 6 processes running of frp type [2026-01-12,09:50:17.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,09:50:23.613] [DEBUG] 6 processes running of frp type [2026-01-12,10:05:18.295] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,10:05:24.896] [DEBUG] 6 processes running of frp type [2026-01-12,10:20:17.334] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,10: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-12,10:35:17.456] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,10:35:24.078] [DEBUG] 6 processes running of frp type [2026-01-12,10:50:17.796] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,10:50:24.354] [DEBUG] 6 processes running of frp type [2026-01-12,11:05:17.594] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,11:05:24.266] [DEBUG] 6 processes running of frp type [2026-01-12,11:20:17.594] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,11: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' [2026-01-12,11:35:17.356] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,11:35:24.054] [DEBUG] 6 processes running of frp type [2026-01-12,11:50:17.958] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,11:50:24.535] [DEBUG] 6 processes running of frp type [2026-01-12,12:05:17.842] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,12:05:24.417] [DEBUG] 6 processes running of frp type 2026-01-12 12:07:18.148 [I] [client/service.go:294] [c2412a9bb5f59bb6] try to connect to server... 2026-01-12 12:07:28.151 [W] [client/service.go:297] [c2412a9bb5f59bb6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 12:07:28.151 [I] [client/service.go:294] [c2412a9bb5f59bb6] try to connect to server... 2026-01-12 12:07:28.155 [W] [client/service.go:297] [c2412a9bb5f59bb6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 12:07:32.905 [I] [client/service.go:294] [c2412a9bb5f59bb6] try to connect to server... 2026-01-12 12:07:32.909 [W] [client/service.go:297] [c2412a9bb5f59bb6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 12:07:42.677 [I] [client/service.go:294] [c2412a9bb5f59bb6] try to connect to server... 2026-01-12 12:07:43.585 [I] [client/service.go:286] [c2412a9bb5f59bb6] login to server success, get run id [c2412a9bb5f59bb6] 2026-01-12 12:07:43.587 [I] [proxy/proxy_manager.go:173] [c2412a9bb5f59bb6] proxy added: [DTN57CC4444] 2026-01-12 12:07:43.920 [I] [client/control.go:168] [c2412a9bb5f59bb6] [DTN57CC4444] start proxy success [2026-01-12,12:20:17.583] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,12: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-12,12:35:18.187] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,12:35:24.819] [DEBUG] 6 processes running of frp type [2026-01-12,12:50:17.365] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,12:50:23.953] [DEBUG] 6 processes running of frp type [2026-01-12,13:05:17.657] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,13:05:24.324] [DEBUG] 6 processes running of frp type [2026-01-12,13:20:17.941] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,13: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-01-12,13:35:17.176] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,13:35:23.868] [DEBUG] 6 processes running of frp type [2026-01-12,13:50:17.112] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,13:50:23.748] [DEBUG] 6 processes running of frp type [2026-01-12,14:05:17.075] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,14:05:28.784] [DEBUG] 6 processes running of frp type [2026-01-12,14:20:17.136] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,14:20:23.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-01-12,14:35:17.195] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,14:35:23.905] [DEBUG] 6 processes running of frp type [2026-01-12,14:50:17.239] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,14:50:23.893] [DEBUG] 6 processes running of frp type [2026-01-12,15:05:17.275] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,15:05:24.049] [DEBUG] 6 processes running of frp type [2026-01-12,15:20:17.460] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,15: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-12,15:35:17.888] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,15:35:24.470] [DEBUG] 6 processes running of frp type [2026-01-12,15:50:18.113] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,15:50:24.776] [DEBUG] 6 processes running of frp type [2026-01-12,16:05:17.091] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,16:05:23.848] [DEBUG] 6 processes running of frp type [2026-01-12,16:20:17.291] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,16: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-01-12,16:35:17.636] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,16:35:24.230] [DEBUG] 6 processes running of frp type [2026-01-12,16:50:17.159] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,16:50:23.982] [DEBUG] 6 processes running of frp type [2026-01-12,17:05:17.708] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,17:05:24.418] [DEBUG] 6 processes running of frp type [2026-01-12,17:20:17.846] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,17:20:26.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-01-12,17:35:18.061] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,17:35:24.720] [DEBUG] 6 processes running of frp type [2026-01-12,17:50:17.617] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,17:50:24.266] [DEBUG] 6 processes running of frp type [2026-01-12,18:05:17.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,18:05:24.446] [DEBUG] 6 processes running of frp type [2026-01-12,18:20:17.859] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,18:20:24.426] [DEBUG] 6 processes running of frp type [2026-01-12,18:25:41.988] [INFO] Initializing BusSpeedStateManager V2 [2026-01-12,18:25:41.995] [INFO] LocationSqlManager initialising [2026-01-12,18:25:41.996] [INFO] Location DB initialising [2026-01-12,18:25:42.007] [INFO] LocationSqlManager initialisation complete [2026-01-12,18:25:42.008] [DEBUG] UploadManager Init [2026-01-12,18:25:42.009] [DEBUG] UploadManager Init Complete [2026-01-12,18:25:42.013] [INFO] Initializing GPS... [2026-01-12,18:25: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' [2026-01-12,18:27:44.730] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,18:27:51.302] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:28:05.072] [DEBUG] Log Upload Complete! [2026-01-12,18:30:44.980] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,18:30:51.466] [DEBUG] Remote Access Enabled [2026-01-12,18:30:57.677] [INFO] Server Address: 138.201.17.179 [2026-01-12,18:30:57.678] [INFO] Server Port: 7000 [2026-01-12,18:30:57.683] [DEBUG] Starting Remote Access! 2026-01-12 18:30:57.811 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-12 18:30:57.812 [I] [client/service.go:294] try to connect to server... 2026-01-12 18:30:58.757 [I] [client/service.go:286] [5a3cd36017d183c3] login to server success, get run id [5a3cd36017d183c3] 2026-01-12 18:30:58.758 [I] [proxy/proxy_manager.go:173] [5a3cd36017d183c3] proxy added: [DTN57CC4444] 2026-01-12 18:30:59.089 [I] [client/control.go:168] [5a3cd36017d183c3] [DTN57CC4444] start proxy success [2026-01-12,18:35:17.424] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,18:35:24.016] [DEBUG] 6 processes running of frp type [2026-01-12,18:50:17.456] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,18:50:24.254] [DEBUG] 6 processes running of frp type [2026-01-12,19:05:17.408] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,19:05:24.209] [DEBUG] 6 processes running of frp type [2026-01-12,19:20:17.638] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,19: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-01-12,19:35:18.289] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,19:35:25.158] [DEBUG] 6 processes running of frp type [2026-01-12,19:50:17.974] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,19:50:24.773] [DEBUG] 6 processes running of frp type [2026-01-12,20:05:17.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,20:05:28.837] [DEBUG] 6 processes running of frp type 2026-01-12 20:07:10.110 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-12 20:07:20.112 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 20:07:20.113 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-12 20:07:30.114 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 20:07:30.114 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-12 20:07:40.116 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-12 20:07:40.116 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-12 20:07:43.215 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-12 20:08:02.720 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-12 20:08:03.647 [I] [client/service.go:286] [5a3cd36017d183c3] login to server success, get run id [5a3cd36017d183c3] 2026-01-12 20:08:03.648 [I] [proxy/proxy_manager.go:173] [5a3cd36017d183c3] proxy added: [DTN57CC4444] 2026-01-12 20:08:03.968 [I] [client/control.go:168] [5a3cd36017d183c3] [DTN57CC4444] start proxy success [2026-01-12,20:20:17.205] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,20: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-01-12,20:35:18.294] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,20:35:26.298] [DEBUG] 6 processes running of frp type [2026-01-12,20:50:17.435] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,20:50:23.985] [DEBUG] 6 processes running of frp type [2026-01-12,21:05:17.360] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,21:05:23.848] [DEBUG] 6 processes running of frp type [2026-01-12,21:20:17.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,21: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-01-12,21:35:17.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,21:35:23.630] [DEBUG] 6 processes running of frp type [2026-01-12,21:50:18.268] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,21:50:24.912] [DEBUG] 6 processes running of frp type 2026-01-12 21:58:43.600 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-12 21:58:51.187 [I] [client/service.go:286] [5a3cd36017d183c3] login to server success, get run id [5a3cd36017d183c3] 2026-01-12 21:58:51.188 [I] [proxy/proxy_manager.go:173] [5a3cd36017d183c3] proxy added: [DTN57CC4444] 2026-01-12 21:59:23.962 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-12 21:59:41.906 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: i/o deadline reached 2026-01-12 21:59:41.907 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-12 21:59:50.489 [I] [client/service.go:286] [5a3cd36017d183c3] login to server success, get run id [5a3cd36017d183c3] 2026-01-12 21:59:50.490 [I] [proxy/proxy_manager.go:173] [5a3cd36017d183c3] proxy added: [DTN57CC4444] 2026-01-12 21:59:55.817 [I] [client/control.go:168] [5a3cd36017d183c3] [DTN57CC4444] start proxy success [2026-01-12,22:05:17.520] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,22:05:30.937] [DEBUG] 6 processes running of frp type [2026-01-12,22:20:17.300] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,22: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-01-12 22:32:06.163 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-12 22:32:07.686 [I] [client/service.go:286] [5a3cd36017d183c3] login to server success, get run id [5a3cd36017d183c3] 2026-01-12 22:32:07.687 [I] [proxy/proxy_manager.go:173] [5a3cd36017d183c3] proxy added: [DTN57CC4444] 2026-01-12 22:32:08.005 [I] [client/control.go:168] [5a3cd36017d183c3] [DTN57CC4444] start proxy success [2026-01-12,22:35:17.286] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,22:35:23.766] [DEBUG] 6 processes running of frp type [2026-01-12,22:50:17.100] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,22:50:23.843] [DEBUG] 6 processes running of frp type [2026-01-12,23:05:17.122] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,23:05:23.741] [DEBUG] 6 processes running of frp type [2026-01-12,23:20:18.252] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,23:20:25.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-01-12,23:35:17.989] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,23:35:24.708] [DEBUG] 6 processes running of frp type [2026-01-12,23:50:17.812] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-12,23:50:24.378] [DEBUG] 6 processes running of frp type [2026-01-13,00:05:17.631] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,00:05:24.216] [DEBUG] 6 processes running of frp type [2026-01-13,00:20:17.460] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,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-13,00:35:17.509] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,00:35:24.156] [DEBUG] 6 processes running of frp type [2026-01-13,00:50:17.229] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,00:50:23.770] [DEBUG] 6 processes running of frp type [2026-01-13,01:05:17.986] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,01:05:24.478] [DEBUG] 6 processes running of frp type [2026-01-13,01:20:17.688] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,01: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-01-13,01:35:17.586] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,01:35:24.189] [DEBUG] 6 processes running of frp type [2026-01-13,01:50:17.423] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,01:50:24.147] [DEBUG] 6 processes running of frp type [2026-01-13,02:05:17.362] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,02:05:23.827] [DEBUG] 6 processes running of frp type [2026-01-13,02:20:16.955] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,02:20:23.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-01-13,02:35:17.098] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,02:35:23.719] [DEBUG] 6 processes running of frp type [2026-01-13,02:50:17.256] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,02:50:23.799] [DEBUG] 6 processes running of frp type 2026-01-13 02:53:48.069 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 02:53:59.655 [I] [client/service.go:286] [5a3cd36017d183c3] login to server success, get run id [5a3cd36017d183c3] 2026-01-13 02:53:59.656 [I] [proxy/proxy_manager.go:173] [5a3cd36017d183c3] proxy added: [DTN57CC4444] 2026-01-13 02:54:00.531 [I] [client/control.go:168] [5a3cd36017d183c3] [DTN57CC4444] start proxy success 2026-01-13 02:55:41.420 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 02:55:47.218 [I] [client/service.go:286] [5a3cd36017d183c3] login to server success, get run id [5a3cd36017d183c3] 2026-01-13 02:55:47.219 [I] [proxy/proxy_manager.go:173] [5a3cd36017d183c3] proxy added: [DTN57CC4444] 2026-01-13 02:55:47.844 [I] [client/control.go:168] [5a3cd36017d183c3] [DTN57CC4444] start proxy success [2026-01-13,03:05:17.121] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,03:05:23.683] [DEBUG] 6 processes running of frp type 2026-01-13 03:15:14.906 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 03:15:16.329 [I] [client/service.go:286] [5a3cd36017d183c3] login to server success, get run id [5a3cd36017d183c3] 2026-01-13 03:15:16.330 [I] [proxy/proxy_manager.go:173] [5a3cd36017d183c3] proxy added: [DTN57CC4444] 2026-01-13 03:15:16.761 [I] [client/control.go:168] [5a3cd36017d183c3] [DTN57CC4444] start proxy success [2026-01-13,03:20:18.133] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,03: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-01-13,03:35:17.268] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,03:35:23.894] [DEBUG] 6 processes running of frp type [2026-01-13,03:50:17.219] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,03:50:23.733] [DEBUG] 6 processes running of frp type [2026-01-13,04:05:17.990] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,04:05:25.342] [DEBUG] 6 processes running of frp type 2026-01-13 04:06:35.387 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:06:42.624 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:06:42.624 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:06:42.626 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:06:47.116 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:06:47.119 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:06:56.985 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:06:56.988 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:07:16.990 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:07:16.994 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:07:36.995 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:07:36.999 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:07:57.000 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:07:57.003 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:08:17.004 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:08:17.060 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:08:37.061 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:08:37.064 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:08:57.066 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:08:57.070 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:09:17.071 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:09:17.075 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:09:37.075 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:09:37.079 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:09:57.081 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:09:57.085 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:10:17.086 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:10:17.090 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:10:37.091 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:10:37.093 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:10:57.094 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:10:57.100 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:11:17.101 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:11:17.104 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:11:37.106 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:11:37.111 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:11:57.113 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:11:57.117 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:12:17.118 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:12:17.122 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:12:37.123 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:12:37.126 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 04:12:57.127 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:12:58.016 [I] [client/service.go:286] [5a3cd36017d183c3] login to server success, get run id [5a3cd36017d183c3] 2026-01-13 04:12:58.016 [I] [proxy/proxy_manager.go:173] [5a3cd36017d183c3] proxy added: [DTN57CC4444] 2026-01-13 04:12:58.320 [I] [client/control.go:168] [5a3cd36017d183c3] [DTN57CC4444] start proxy success 2026-01-13 04:17:39.862 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 04:17:42.801 [I] [client/service.go:286] [5a3cd36017d183c3] login to server success, get run id [5a3cd36017d183c3] 2026-01-13 04:17:42.802 [I] [proxy/proxy_manager.go:173] [5a3cd36017d183c3] proxy added: [DTN57CC4444] 2026-01-13 04:17:43.107 [I] [client/control.go:168] [5a3cd36017d183c3] [DTN57CC4444] start proxy success [2026-01-13,04:20:17.550] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,04: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-13,04:35:17.577] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,04:35:24.208] [DEBUG] 6 processes running of frp type [2026-01-13,04:50:18.022] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,04:50:24.582] [DEBUG] 6 processes running of frp type [2026-01-13,05:05:18.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,05:05:25.106] [DEBUG] 6 processes running of frp type [2026-01-13,05:20:17.641] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,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-01-13,05:35:17.917] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,05:35:24.707] [DEBUG] 6 processes running of frp type [2026-01-13,05:50:17.267] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,05:50:23.989] [DEBUG] 6 processes running of frp type 2026-01-13 05:50:45.531 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 05:50:55.534 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 05:50:55.534 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 05:51:05.536 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 05:51:05.537 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 05:51:13.940 [I] [client/service.go:286] [5a3cd36017d183c3] login to server success, get run id [5a3cd36017d183c3] 2026-01-13 05:51:13.942 [I] [proxy/proxy_manager.go:173] [5a3cd36017d183c3] proxy added: [DTN57CC4444] 2026-01-13 05:51:14.238 [I] [client/control.go:168] [5a3cd36017d183c3] [DTN57CC4444] start proxy success 2026-01-13 05:51:53.000 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 05:52:03.002 [W] [client/service.go:297] [5a3cd36017d183c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 05:52:03.003 [I] [client/service.go:294] [5a3cd36017d183c3] try to connect to server... 2026-01-13 05:52:04.205 [I] [client/service.go:286] [5a3cd36017d183c3] login to server success, get run id [5a3cd36017d183c3] 2026-01-13 05:52:04.207 [I] [proxy/proxy_manager.go:173] [5a3cd36017d183c3] proxy added: [DTN57CC4444] 2026-01-13 05:52:04.542 [I] [client/control.go:168] [5a3cd36017d183c3] [DTN57CC4444] start proxy success [2026-01-13,06:05:17.199] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,06:05:23.805] [DEBUG] 6 processes running of frp type [2026-01-13,06:20:17.209] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,06: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-01-13,06:30:42.107] [INFO] Initializing BusSpeedStateManager V2 [2026-01-13,06:30:42.114] [INFO] LocationSqlManager initialising [2026-01-13,06:30:42.115] [INFO] Location DB initialising [2026-01-13,06:30:42.127] [INFO] LocationSqlManager initialisation complete [2026-01-13,06:30:42.128] [DEBUG] UploadManager Init [2026-01-13,06:30:42.128] [DEBUG] UploadManager Init Complete [2026-01-13,06:30:42.133] [INFO] Initializing GPS... [2026-01-13,06:30:42.135] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.967] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,06:32:51.970] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:23.128] [DEBUG] Log Upload Complete! [2026-01-13,06:35:44.976] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,06:35:51.887] [DEBUG] Remote Access Enabled [2026-01-13,06:35:58.225] [INFO] Server Address: 138.201.17.179 [2026-01-13,06:35:58.226] [INFO] Server Port: 7000 [2026-01-13,06:35:58.231] [DEBUG] Starting Remote Access! 2026-01-13 06:35:58.360 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-13 06:35:58.361 [I] [client/service.go:294] try to connect to server... 2026-01-13 06:35:59.567 [I] [client/service.go:286] [5d3b9b706c24b445] login to server success, get run id [5d3b9b706c24b445] 2026-01-13 06:35:59.569 [I] [proxy/proxy_manager.go:173] [5d3b9b706c24b445] proxy added: [DTN57CC4444] 2026-01-13 06:35:59.877 [I] [client/control.go:168] [5d3b9b706c24b445] [DTN57CC4444] start proxy success [2026-01-13,06:50:17.409] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,06:50:24.329] [DEBUG] 6 processes running of frp type [2026-01-13,07:05:17.960] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,07:05:24.674] [DEBUG] 6 processes running of frp type [2026-01-13,07:20:17.880] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,07: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-01-13,07:35:17.483] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,07:35:24.246] [DEBUG] 6 processes running of frp type [2026-01-13,07:50:17.200] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,07:50:23.833] [DEBUG] 6 processes running of frp type [2026-01-13,08:02:19.369] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,08:02:26.069] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:03:32.031] [DEBUG] Log Upload Complete! [2026-01-13,08:05:20.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,08:05:26.991] [DEBUG] 6 processes running of frp type [2026-01-13,08:20:19.869] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,08:20:26.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' [2026-01-13,08:35:20.002] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,08:35:26.977] [DEBUG] 6 processes running of frp type [2026-01-13,08:50:20.792] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,08:50:27.760] [DEBUG] 6 processes running of frp type [2026-01-13,09:05:19.650] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,09:05:26.638] [DEBUG] 6 processes running of frp type [2026-01-13,09:20:19.393] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,09:20:26.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-01-13,09:35:17.045] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,09:35:23.620] [DEBUG] 6 processes running of frp type [2026-01-13,09:50:17.500] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,09:50:24.068] [DEBUG] 6 processes running of frp type [2026-01-13,10:05:17.498] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,10:05:24.070] [DEBUG] 6 processes running of frp type [2026-01-13,10:20:17.594] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,10: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-01-13,10:35:18.000] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,10:35:24.596] [DEBUG] 6 processes running of frp type [2026-01-13,10:50:17.901] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,10:50:24.396] [DEBUG] 6 processes running of frp type [2026-01-13,11:05:17.725] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,11:05:24.384] [DEBUG] 6 processes running of frp type [2026-01-13,11:20:18.008] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,11:20:24.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-01-13,11:35:17.787] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,11:35:24.467] [DEBUG] 6 processes running of frp type [2026-01-13,11:50:17.427] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,11:50:24.088] [DEBUG] 6 processes running of frp type [2026-01-13,12:05:17.580] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,12:05:24.239] [DEBUG] 6 processes running of frp type 2026-01-13 12:12:34.843 [I] [client/service.go:294] [5d3b9b706c24b445] try to connect to server... 2026-01-13 12:12:34.848 [W] [client/service.go:297] [5d3b9b706c24b445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 12:12:37.000 [I] [client/service.go:294] [5d3b9b706c24b445] try to connect to server... 2026-01-13 12:12:37.005 [W] [client/service.go:297] [5d3b9b706c24b445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 12:12:41.453 [I] [client/service.go:294] [5d3b9b706c24b445] try to connect to server... 2026-01-13 12:12:41.457 [W] [client/service.go:297] [5d3b9b706c24b445] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-13 12:12:50.949 [I] [client/service.go:294] [5d3b9b706c24b445] try to connect to server... 2026-01-13 12:12:51.945 [I] [client/service.go:286] [5d3b9b706c24b445] login to server success, get run id [5d3b9b706c24b445] 2026-01-13 12:12:51.946 [I] [proxy/proxy_manager.go:173] [5d3b9b706c24b445] proxy added: [DTN57CC4444] 2026-01-13 12:12:52.547 [I] [client/control.go:168] [5d3b9b706c24b445] [DTN57CC4444] start proxy success [2026-01-13,12:20:19.035] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,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-01-13,12:35:17.315] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,12:35:23.993] [DEBUG] 6 processes running of frp type [2026-01-13,12:50:17.752] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,12:50:24.340] [DEBUG] 6 processes running of frp type [2026-01-13,13:05:17.933] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,13:05:24.516] [DEBUG] 6 processes running of frp type [2026-01-13,13:20:18.017] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,13: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' [2026-01-13,13:35:17.749] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,13:35:24.364] [DEBUG] 6 processes running of frp type [2026-01-13,13:50:17.835] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,13:50:24.504] [DEBUG] 6 processes running of frp type [2026-01-13,14:05:17.852] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,14:05:24.505] [DEBUG] 6 processes running of frp type [2026-01-13,14:20:17.908] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,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-01-13,14:35:17.922] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,14:35:24.483] [DEBUG] 6 processes running of frp type [2026-01-13,14:50:18.374] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,14:50:24.959] [DEBUG] 6 processes running of frp type [2026-01-13,15:05:18.535] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,15:05:25.121] [DEBUG] 6 processes running of frp type [2026-01-13,15:20:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,15:20:26.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-01-13,15:35:18.335] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,15:35:24.870] [DEBUG] 6 processes running of frp type [2026-01-13,15:50:17.679] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,15:50:24.255] [DEBUG] 6 processes running of frp type [2026-01-13,16:05:18.016] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,16:05:24.600] [DEBUG] 6 processes running of frp type [2026-01-13,16:20:18.177] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,16: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' [2026-01-13,16:35:18.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,16:35:24.794] [DEBUG] 6 processes running of frp type [2026-01-13,16:50:18.273] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,16:50:24.849] [DEBUG] 6 processes running of frp type [2026-01-13,17:05:17.373] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,17:05:23.884] [DEBUG] 6 processes running of frp type [2026-01-13,17:20:17.286] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,17: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-01-13,17:35:17.867] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,17:35:24.502] [DEBUG] 6 processes running of frp type [2026-01-13,17:50:18.234] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,17:50:24.887] [DEBUG] 6 processes running of frp type [2026-01-13,18:05:18.852] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,18:05:25.453] [DEBUG] 6 processes running of frp type [2026-01-13,18:20:17.850] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,18:20:24.500] [DEBUG] 6 processes running of frp type [2026-01-13,18:25:42.053] [INFO] Initializing BusSpeedStateManager V2 [2026-01-13,18:25:42.057] [INFO] LocationSqlManager initialising [2026-01-13,18:25:42.058] [INFO] Location DB initialising [2026-01-13,18:25:42.067] [INFO] LocationSqlManager initialisation complete [2026-01-13,18:25:42.068] [DEBUG] UploadManager Init [2026-01-13,18:25:42.068] [DEBUG] UploadManager Init Complete [2026-01-13,18:25:42.071] [INFO] Initializing GPS... [2026-01-13,18:25:42.072] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45.070] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,18:27:56.603] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:39.060] [DEBUG] Log Upload Complete! [2026-01-13,18:30:44.979] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,18:30:51.912] [DEBUG] Remote Access Enabled [2026-01-13,18:30:58.222] [INFO] Server Address: 138.201.17.179 [2026-01-13,18:30:58.223] [INFO] Server Port: 7000 [2026-01-13,18:30:58.228] [DEBUG] Starting Remote Access! 2026-01-13 18:30:58.361 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-13 18:30:58.361 [I] [client/service.go:294] try to connect to server... 2026-01-13 18:31:00.158 [I] [client/service.go:286] [8c76c49520af94a8] login to server success, get run id [8c76c49520af94a8] 2026-01-13 18:31:00.160 [I] [proxy/proxy_manager.go:173] [8c76c49520af94a8] proxy added: [DTN57CC4444] 2026-01-13 18:31:00.796 [I] [client/control.go:168] [8c76c49520af94a8] [DTN57CC4444] start proxy success [2026-01-13,18:35:17.270] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,18:35:26.391] [DEBUG] 6 processes running of frp type [2026-01-13,18:50:17.058] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,18:50:23.653] [DEBUG] 6 processes running of frp type [2026-01-13,19:05:18.580] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,19:05:25.131] [DEBUG] 6 processes running of frp type [2026-01-13,19:20:17.667] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,19:20:24.296] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.756] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,19:35:24.353] [DEBUG] 6 processes running of frp type [2026-01-13,19:50:20.692] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,19:50:27.279] [DEBUG] 6 processes running of frp type [2026-01-13,20:05:17.555] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,20:05:24.070] [DEBUG] 6 processes running of frp type [2026-01-13,20:20:18.852] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,20:20:25.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-13,20:35:17.228] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,20:35:23.866] [DEBUG] 6 processes running of frp type [2026-01-13,20:50:18.677] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,20:50:25.682] [DEBUG] 6 processes running of frp type [2026-01-13,21:05:17.922] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,21:05:24.375] [DEBUG] 6 processes running of frp type [2026-01-13,21:20:17.675] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,21: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-13,21:35:18.021] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,21:35:24.668] [DEBUG] 6 processes running of frp type [2026-01-13,21:50:16.964] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,21:50:23.988] [DEBUG] 6 processes running of frp type [2026-01-13,22:05:17.429] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,22:05:25.705] [DEBUG] 6 processes running of frp type 2026-01-13 22:16:12.067 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-13 22:16:14.019 [I] [client/service.go:286] [8c76c49520af94a8] login to server success, get run id [8c76c49520af94a8] 2026-01-13 22:16:14.020 [I] [proxy/proxy_manager.go:173] [8c76c49520af94a8] proxy added: [DTN57CC4444] 2026-01-13 22:16:14.511 [I] [client/control.go:168] [8c76c49520af94a8] [DTN57CC4444] start proxy success [2026-01-13,22:20:19.288] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,22:20:27.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' [2026-01-13,22:35:17.572] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,22:35:26.317] [DEBUG] 6 processes running of frp type [2026-01-13,22:50:17.992] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,22:50:24.933] [DEBUG] 6 processes running of frp type 2026-01-13 23:04:45.108 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-13 23:04:48.888 [I] [client/service.go:286] [8c76c49520af94a8] login to server success, get run id [8c76c49520af94a8] 2026-01-13 23:04:48.890 [I] [proxy/proxy_manager.go:173] [8c76c49520af94a8] proxy added: [DTN57CC4444] 2026-01-13 23:04:52.950 [I] [client/control.go:168] [8c76c49520af94a8] [DTN57CC4444] start proxy success [2026-01-13,23:05:18.254] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-01-13 23:09:09.654 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-13 23:09:25.890 [W] [client/service.go:297] [8c76c49520af94a8] connect to server error: connection write timeout 2026-01-13 23:09:25.890 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-13 23:09:35.891 [W] [client/service.go:297] [8c76c49520af94a8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 23:09:35.892 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-13 23:09:52.801 [I] [client/service.go:286] [8c76c49520af94a8] login to server success, get run id [8c76c49520af94a8] 2026-01-13 23:09:52.803 [I] [proxy/proxy_manager.go:173] [8c76c49520af94a8] proxy added: [DTN57CC4444] 2026-01-13 23:09:53.701 [I] [client/control.go:168] [8c76c49520af94a8] [DTN57CC4444] start proxy success [2026-01-13,23:20:17.815] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,23:20:24.325] [DEBUG] 6 processes running of frp type 2026-01-13 23:21:04.405 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-13 23:21:14.408 [W] [client/service.go:297] [8c76c49520af94a8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 23:21:14.410 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-13 23:21:24.411 [W] [client/service.go:297] [8c76c49520af94a8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 23:21:24.412 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-13 23:21:34.413 [W] [client/service.go:297] [8c76c49520af94a8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 23:21:34.414 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-13 23:21:44.415 [W] [client/service.go:297] [8c76c49520af94a8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 23:21:44.415 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-13 23:21:54.417 [W] [client/service.go:297] [8c76c49520af94a8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-13 23:22:14.418 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-13 23:22:15.868 [I] [client/service.go:286] [8c76c49520af94a8] login to server success, get run id [8c76c49520af94a8] 2026-01-13 23:22:15.869 [I] [proxy/proxy_manager.go:173] [8c76c49520af94a8] proxy added: [DTN57CC4444] 2026-01-13 23:22:16.276 [I] [client/control.go:168] [8c76c49520af94a8] [DTN57CC4444] 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-13,23:35:17.871] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,23:35:24.845] [DEBUG] 6 processes running of frp type [2026-01-13,23:50:17.375] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-13,23:50:23.896] [DEBUG] 6 processes running of frp type [2026-01-14,00:05:17.916] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,00:05:24.663] [DEBUG] 6 processes running of frp type [2026-01-14,00:20:17.998] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,00:20:24.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-14,00:35:18.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,00:35:27.498] [DEBUG] 6 processes running of frp type [2026-01-14,00:50:17.717] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,00:50:24.287] [DEBUG] 6 processes running of frp type [2026-01-14,01:05:17.646] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,01:05:24.284] [DEBUG] 6 processes running of frp type 2026-01-14 01:06:36.906 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-14 01:06:41.534 [I] [client/service.go:286] [8c76c49520af94a8] login to server success, get run id [8c76c49520af94a8] 2026-01-14 01:06:41.536 [I] [proxy/proxy_manager.go:173] [8c76c49520af94a8] proxy added: [DTN57CC4444] 2026-01-14 01:06:42.194 [I] [client/control.go:168] [8c76c49520af94a8] [DTN57CC4444] start proxy success [2026-01-14,01:20:17.690] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,01: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-01-14,01:35:17.705] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,01:35:24.389] [DEBUG] 6 processes running of frp type [2026-01-14,01:50:17.588] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,01:50:24.254] [DEBUG] 6 processes running of frp type [2026-01-14,02:05:17.420] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,02:05:24.046] [DEBUG] 6 processes running of frp type [2026-01-14,02:20:17.237] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,02: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-14 02:30:19.433 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-14 02:30:29.434 [W] [client/service.go:297] [8c76c49520af94a8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:30:29.435 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-14 02:30:39.437 [W] [client/service.go:297] [8c76c49520af94a8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:30:39.437 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-14 02:30:43.963 [I] [client/service.go:286] [8c76c49520af94a8] login to server success, get run id [8c76c49520af94a8] 2026-01-14 02:30:43.963 [I] [proxy/proxy_manager.go:173] [8c76c49520af94a8] proxy added: [DTN57CC4444] 2026-01-14 02:30:44.306 [I] [client/control.go:168] [8c76c49520af94a8] [DTN57CC4444] start proxy success [2026-01-14,02:35:17.388] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,02:35:23.957] [DEBUG] 6 processes running of frp type [2026-01-14,02:50:17.985] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,02:50:24.657] [DEBUG] 6 processes running of frp type [2026-01-14,03:05:17.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,03:05:25.812] [DEBUG] 6 processes running of frp type [2026-01-14,03:20:17.224] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,03: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' [2026-01-14,03:35:17.346] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,03:35:26.400] [DEBUG] 6 processes running of frp type [2026-01-14,03:50:17.449] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,03:50:24.037] [DEBUG] 6 processes running of frp type [2026-01-14,04:05:17.261] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,04:05:23.969] [DEBUG] 6 processes running of frp type 2026-01-14 04:06:25.254 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-14 04:06:26.926 [W] [client/service.go:297] [8c76c49520af94a8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:06:26.927 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-14 04:06:29.965 [W] [client/service.go:297] [8c76c49520af94a8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:06:29.965 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-14 04:06:33.005 [W] [client/service.go:297] [8c76c49520af94a8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:06:41.962 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-14 04:06:41.967 [W] [client/service.go:297] [8c76c49520af94a8] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 04:07:00.553 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-14 04:07:01.439 [I] [client/service.go:286] [8c76c49520af94a8] login to server success, get run id [8c76c49520af94a8] 2026-01-14 04:07:01.440 [I] [proxy/proxy_manager.go:173] [8c76c49520af94a8] proxy added: [DTN57CC4444] 2026-01-14 04:07:01.739 [I] [client/control.go:168] [8c76c49520af94a8] [DTN57CC4444] start proxy success [2026-01-14,04:20:17.255] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,04: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' [2026-01-14,04:35:17.540] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,04:35:29.852] [DEBUG] 6 processes running of frp type 2026-01-14 04:42:33.350 [I] [client/service.go:294] [8c76c49520af94a8] try to connect to server... 2026-01-14 04:42:35.474 [I] [client/service.go:286] [8c76c49520af94a8] login to server success, get run id [8c76c49520af94a8] 2026-01-14 04:42:35.475 [I] [proxy/proxy_manager.go:173] [8c76c49520af94a8] proxy added: [DTN57CC4444] 2026-01-14 04:42:35.931 [I] [client/control.go:168] [8c76c49520af94a8] [DTN57CC4444] start proxy success [2026-01-14,04:50:17.590] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,04:50:24.097] [DEBUG] 6 processes running of frp type [2026-01-14,05:05:17.462] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,05:05:24.025] [DEBUG] 6 processes running of frp type [2026-01-14,05:20:17.326] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,05: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' [2026-01-14,05:35:17.476] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,05:35:24.892] [DEBUG] 6 processes running of frp type [2026-01-14,05:50:17.212] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,05:50:23.838] [DEBUG] 6 processes running of frp type [2026-01-14,06:05:17.013] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,06:05:23.664] [DEBUG] 6 processes running of frp type [2026-01-14,06:20:17.960] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,06: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-01-14,06:30:41.301] [INFO] Initializing BusSpeedStateManager V2 [2026-01-14,06:30:41.308] [INFO] LocationSqlManager initialising [2026-01-14,06:30:41.309] [INFO] Location DB initialising [2026-01-14,06:30:41.320] [INFO] LocationSqlManager initialisation complete [2026-01-14,06:30:41.321] [DEBUG] UploadManager Init [2026-01-14,06:30:41.321] [DEBUG] UploadManager Init Complete [2026-01-14,06:30:41.326] [INFO] Initializing GPS... [2026-01-14,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-01-14,06:32:44.710] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,06:32:51.260] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,06:33:24.595] [DEBUG] Log Upload Complete! [2026-01-14,06:35:44.833] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,06:35:51.386] [DEBUG] Remote Access Enabled [2026-01-14,06:35:57.562] [INFO] Server Address: 138.201.17.179 [2026-01-14,06:35:57.563] [INFO] Server Port: 7000 [2026-01-14,06:35:57.568] [DEBUG] Starting Remote Access! 2026-01-14 06:35:57.699 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-14 06:35:57.700 [I] [client/service.go:294] try to connect to server... 2026-01-14 06:35:58.557 [I] [client/service.go:286] [3a517f80b8ccd178] login to server success, get run id [3a517f80b8ccd178] 2026-01-14 06:35:58.558 [I] [proxy/proxy_manager.go:173] [3a517f80b8ccd178] proxy added: [DTN57CC4444] 2026-01-14 06:35:58.847 [I] [client/control.go:168] [3a517f80b8ccd178] [DTN57CC4444] start proxy success [2026-01-14,06:50:17.731] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,06:50:24.280] [DEBUG] 6 processes running of frp type [2026-01-14,07:05:17.200] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,07:05:23.878] [DEBUG] 6 processes running of frp type [2026-01-14,07:20:17.106] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,07:20:23.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-01-14,07:35:17.625] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,07:35:24.399] [DEBUG] 6 processes running of frp type [2026-01-14,07:50:17.139] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,07:50:23.952] [DEBUG] 6 processes running of frp type [2026-01-14,08:02:17.074] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,08:02:23.645] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,08:02:45.425] [DEBUG] Log Upload Complete! [2026-01-14,08:05:20.406] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,08:05:27.171] [DEBUG] 6 processes running of frp type [2026-01-14,08:20:17.357] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,08: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-14,08:35:17.403] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,08:35:23.974] [DEBUG] 6 processes running of frp type [2026-01-14,08:50:17.740] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,08:50:24.268] [DEBUG] 6 processes running of frp type [2026-01-14,09:05:17.725] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,09:05:24.313] [DEBUG] 6 processes running of frp type [2026-01-14,09:20:17.693] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,09: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-14,09:35:17.772] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,09:35:24.377] [DEBUG] 6 processes running of frp type [2026-01-14,09:50:17.110] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,09:50:23.695] [DEBUG] 6 processes running of frp type [2026-01-14,10:05:18.248] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,10:05:24.684] [DEBUG] 6 processes running of frp type [2026-01-14,10:20:20.782] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,10:20:27.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-01-14,10:35:19.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,10:35:26.260] [DEBUG] 6 processes running of frp type [2026-01-14,10:50:19.386] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,10:50:26.505] [DEBUG] 6 processes running of frp type [2026-01-14,11:05:19.954] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,11:05:27.016] [DEBUG] 6 processes running of frp type [2026-01-14,11:20:19.767] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,11:20:26.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-14,11:35:19.248] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,11:35:26.669] [DEBUG] 6 processes running of frp type [2026-01-14,11:50:19.664] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,11:50:26.817] [DEBUG] 6 processes running of frp type [2026-01-14,12:05:19.519] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,12:05:26.655] [DEBUG] 6 processes running of frp type 2026-01-14 12:06:49.865 [I] [client/service.go:294] [3a517f80b8ccd178] try to connect to server... 2026-01-14 12:06:49.870 [W] [client/service.go:297] [3a517f80b8ccd178] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 12:06:52.057 [I] [client/service.go:294] [3a517f80b8ccd178] try to connect to server... 2026-01-14 12:06:52.062 [W] [client/service.go:297] [3a517f80b8ccd178] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 12:06:56.553 [I] [client/service.go:294] [3a517f80b8ccd178] try to connect to server... 2026-01-14 12:06:56.558 [W] [client/service.go:297] [3a517f80b8ccd178] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-14 12:07:06.046 [I] [client/service.go:294] [3a517f80b8ccd178] try to connect to server... 2026-01-14 12:07:07.093 [I] [client/service.go:286] [3a517f80b8ccd178] login to server success, get run id [3a517f80b8ccd178] 2026-01-14 12:07:07.095 [I] [proxy/proxy_manager.go:173] [3a517f80b8ccd178] proxy added: [DTN57CC4444] 2026-01-14 12:07:07.408 [I] [client/control.go:168] [3a517f80b8ccd178] [DTN57CC4444] start proxy success [2026-01-14,12:20:19.405] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,12:20:26.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-14,12:35:19.972] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,12:35:26.818] [DEBUG] 6 processes running of frp type [2026-01-14,12:50:19.815] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,12:50:26.769] [DEBUG] 6 processes running of frp type [2026-01-14,13:05:19.507] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,13:05:26.521] [DEBUG] 6 processes running of frp type [2026-01-14,13:20:19.240] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,13:20:26.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-14,13:35:19.668] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,13:35:27.152] [DEBUG] 6 processes running of frp type [2026-01-14,13:50:19.187] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,13:50:26.370] [DEBUG] 6 processes running of frp type [2026-01-14,14:05:20.110] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,14:05:26.937] [DEBUG] 6 processes running of frp type [2026-01-14,14:20:19.866] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,14:20:26.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-14,14:35:19.288] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,14:35:26.855] [DEBUG] 6 processes running of frp type [2026-01-14,14:50:20.054] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,14:50:26.899] [DEBUG] 6 processes running of frp type [2026-01-14,15:05:19.699] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-01-14,15:05:26.816] [DEBUG] 6 processes running of frp type [2026-01-14,14:58:33.250] [INFO] Initializing BusSpeedStateManager V2 [2026-01-14,14:58:33.255] [INFO] LocationSqlManager initialising [2026-01-14,14:58:33.256] [INFO] Location DB initialising [2026-01-14,14:58:33.266] [INFO] LocationSqlManager initialisation complete [2026-01-14,14:58:33.267] [DEBUG] UploadManager Init [2026-01-14,14:58:33.267] [DEBUG] UploadManager Init Complete [2026-01-14,14:58:33.270] [INFO] Initializing GPS... [2026-01-14,14:58:33.272] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:37.928] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,07:35:38.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-09,07:36:55.114] [DEBUG] Remote Access Enabled [2026-04-09,07:37:01.270] [INFO] Server Address: 138.201.17.179 [2026-04-09,07:37:01.271] [INFO] Server Port: 7000 [2026-04-09,07:37:01.276] [DEBUG] Starting Remote Access! 2026-04-09 07:37:01.410 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-09 07:37:01.411 [I] [client/service.go:294] try to connect to server... 2026-04-09 07:37:02.010 [I] [client/service.go:286] [6948570fa48dffe4] login to server success, get run id [6948570fa48dffe4] 2026-04-09 07:37:02.011 [I] [proxy/proxy_manager.go:173] [6948570fa48dffe4] proxy added: [DTN57CC4444] 2026-04-09 07:37:02.228 [I] [client/control.go:168] [6948570fa48dffe4] [DTN57CC4444] start proxy success [2026-04-09,07:37:18.201] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,07:37:24.734] [DEBUG] 6 processes running of frp type [2026-04-09,07:50:17.718] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,07:50:24.266] [DEBUG] 6 processes running of frp type 2026-04-09 07:51:17.087 [I] [client/service.go:294] [6948570fa48dffe4] try to connect to server... 2026-04-09 07:51:27.090 [W] [client/service.go:297] [6948570fa48dffe4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-09 07:51:27.091 [I] [client/service.go:294] [6948570fa48dffe4] try to connect to server... 2026-04-09 07:51:27.653 [I] [client/service.go:286] [6948570fa48dffe4] login to server success, get run id [6948570fa48dffe4] 2026-04-09 07:51:27.655 [I] [proxy/proxy_manager.go:173] [6948570fa48dffe4] proxy added: [DTN57CC4444] 2026-04-09 07:51:27.875 [I] [client/control.go:168] [6948570fa48dffe4] [DTN57CC4444] start proxy success [2026-04-09,08:02:17.717] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,08:02:24.162] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,08:03:31.578] [DEBUG] Log Upload Complete! [2026-04-09,08:05:17.750] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,08:05:24.274] [DEBUG] 6 processes running of frp type [2026-04-09,08:20:17.592] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,08: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-04-09,08:35:17.990] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,08:35:24.537] [DEBUG] 6 processes running of frp type [2026-04-09,08:50:17.233] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,08:50:23.750] [DEBUG] 6 processes running of frp type [2026-04-09,09:05:17.141] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,09:05:23.788] [DEBUG] 6 processes running of frp type [2026-04-09,09:20:17.053] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,09: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,09:35:17.495] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,09:35:24.050] [DEBUG] 6 processes running of frp type [2026-04-09,09:50:17.700] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,09:50:24.274] [DEBUG] 6 processes running of frp type 2026-04-09 09:57:21.427 [I] [client/service.go:294] [6948570fa48dffe4] try to connect to server... 2026-04-09 09:57:28.358 [I] [client/service.go:286] [6948570fa48dffe4] login to server success, get run id [6948570fa48dffe4] 2026-04-09 09:57:28.360 [I] [proxy/proxy_manager.go:173] [6948570fa48dffe4] proxy added: [DTN57CC4444] 2026-04-09 09:57:28.705 [I] [client/control.go:168] [6948570fa48dffe4] [DTN57CC4444] start proxy success [2026-04-09,10:05:17.699] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,10:05:24.253] [DEBUG] 6 processes running of frp type [2026-04-09,10:20:17.507] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,10: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-04-09,10:35:18.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,10:35:24.611] [DEBUG] 6 processes running of frp type [2026-04-09,10:50:17.301] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,10:50:23.829] [DEBUG] 6 processes running of frp type [2026-04-09,11:05:17.270] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,11:05:23.821] [DEBUG] 6 processes running of frp type [2026-04-09,11:20:17.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,11:20:23.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' [2026-04-09,11:35:17.534] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,11:35:24.079] [DEBUG] 6 processes running of frp type [2026-04-09,11:50:17.811] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,11:50:24.406] [DEBUG] 6 processes running of frp type [2026-04-09,12:05:17.896] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,12:05:24.521] [DEBUG] 6 processes running of frp type [2026-04-09,12:20:17.909] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,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-04-09,12:35:17.151] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,12:35:23.688] [DEBUG] 6 processes running of frp type [2026-04-09,12:50:17.343] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,12:50:23.890] [DEBUG] 6 processes running of frp type [2026-04-09,13:05:17.305] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,13:05:23.848] [DEBUG] 6 processes running of frp type [2026-04-09,13:20:17.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,13:20:23.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-09,13:35:17.602] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,13:35:24.127] [DEBUG] 6 processes running of frp type [2026-04-09,13:50:17.731] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,13:50:24.323] [DEBUG] 6 processes running of frp type [2026-04-09,14:05:17.844] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,14:05:24.421] [DEBUG] 6 processes running of frp type [2026-04-09,14:20:17.707] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,14: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-04-09,14:35:18.091] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,14:35:24.663] [DEBUG] 6 processes running of frp type [2026-04-09,14:50:17.425] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,14:50:23.956] [DEBUG] 6 processes running of frp type [2026-04-09,15:05:17.430] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,15:05:23.974] [DEBUG] 6 processes running of frp type [2026-04-09,15:20:17.246] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,15: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-09,15:35:17.436] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,15:35:24.035] [DEBUG] 6 processes running of frp type [2026-04-09,15:50:17.731] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,15:50:24.401] [DEBUG] 6 processes running of frp type [2026-04-09,16:05:17.881] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,16:05:24.522] [DEBUG] 6 processes running of frp type [2026-04-09,16:20:17.935] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,16:20:24.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' [2026-04-09,16:35:17.404] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,16:35:23.991] [DEBUG] 6 processes running of frp type [2026-04-09,16:50:17.657] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,16:50:24.290] [DEBUG] 6 processes running of frp type [2026-04-09,17:05:18.058] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,17:05:24.622] [DEBUG] 6 processes running of frp type [2026-04-09,17:20:18.185] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,17: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-09,17:35:17.726] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,17:35:24.306] [DEBUG] 6 processes running of frp type 2026-04-09 17:42:59.842 [I] [client/service.go:294] [6948570fa48dffe4] try to connect to server... 2026-04-09 17:43:00.488 [I] [client/service.go:286] [6948570fa48dffe4] login to server success, get run id [6948570fa48dffe4] 2026-04-09 17:43:00.489 [I] [proxy/proxy_manager.go:173] [6948570fa48dffe4] proxy added: [DTN57CC4444] 2026-04-09 17:43:00.788 [I] [client/control.go:168] [6948570fa48dffe4] [DTN57CC4444] start proxy success [2026-04-09,17:50:17.958] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,17:50:24.483] [DEBUG] 6 processes running of frp type [2026-04-09,18:05:17.989] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,18:05:24.616] [DEBUG] 6 processes running of frp type [2026-04-09,18:20:17.983] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,18:20:24.565] [DEBUG] 6 processes running of frp type [2026-04-09,18:25:42.140] [INFO] Initializing BusSpeedStateManager V2 [2026-04-09,18:25:42.145] [INFO] LocationSqlManager initialising [2026-04-09,18:25:42.145] [INFO] Location DB initialising [2026-04-09,18:25:42.155] [INFO] LocationSqlManager initialisation complete [2026-04-09,18:25:42.155] [DEBUG] UploadManager Init [2026-04-09,18:25:42.156] [DEBUG] UploadManager Init Complete [2026-04-09,18:25:42.158] [INFO] Initializing GPS... [2026-04-09,18:25:42.160] [INFO] Starting location capture [2026-04-09,18:26:48.281] [INFO] Initializing BusSpeedStateManager V2 [2026-04-09,18:26:48.287] [INFO] LocationSqlManager initialising [2026-04-09,18:26:48.289] [INFO] Location DB initialising [2026-04-09,18:26:48.300] [INFO] LocationSqlManager initialisation complete [2026-04-09,18:26:48.301] [DEBUG] UploadManager Init [2026-04-09,18:26:48.302] [DEBUG] UploadManager Init Complete [2026-04-09,18:26:48.307] [INFO] Initializing GPS... [2026-04-09,18:26:48.310] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:28:52.873] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,18:29:04.751] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:29:39.994] [DEBUG] Log Upload Complete! [2026-04-09,18:31:53.007] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,18:31:59.622] [DEBUG] Remote Access Enabled [2026-04-09,18:32:05.813] [INFO] Server Address: 138.201.17.179 [2026-04-09,18:32:05.814] [INFO] Server Port: 7000 [2026-04-09,18:32:05.818] [DEBUG] Starting Remote Access! 2026-04-09 18:32:05.953 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-09 18:32:05.953 [I] [client/service.go:294] try to connect to server... 2026-04-09 18:32:06.557 [I] [client/service.go:286] [eba7fb8bc9ff17ae] login to server success, get run id [eba7fb8bc9ff17ae] 2026-04-09 18:32:06.558 [I] [proxy/proxy_manager.go:173] [eba7fb8bc9ff17ae] proxy added: [DTN57CC4444] 2026-04-09 18:32:06.757 [I] [client/control.go:168] [eba7fb8bc9ff17ae] [DTN57CC4444] start proxy success [2026-04-09,18:35:17.278] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,18:35:24.632] [DEBUG] 6 processes running of frp type [2026-04-09,18:35:43.063] [INFO] Initializing BusSpeedStateManager V2 [2026-04-09,18:35:43.069] [INFO] LocationSqlManager initialising [2026-04-09,18:35:43.070] [INFO] Location DB initialising [2026-04-09,18:35:43.082] [INFO] LocationSqlManager initialisation complete [2026-04-09,18:35:43.083] [DEBUG] UploadManager Init [2026-04-09,18:35:43.084] [DEBUG] UploadManager Init Complete [2026-04-09,18:35:43.088] [INFO] Initializing GPS... [2026-04-09,18:35:43.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-09,18:44:48.569] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,18:45:00.099] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:46:05.660] [DEBUG] Log Upload Complete! [2026-04-09,18:47:48.652] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,18:47:55.212] [DEBUG] Remote Access Enabled [2026-04-09,18:48:01.406] [INFO] Server Address: 138.201.17.179 [2026-04-09,18:48:01.408] [INFO] Server Port: 7000 [2026-04-09,18:48:01.416] [DEBUG] Starting Remote Access! 2026-04-09 18:48:01.545 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-09 18:48:01.545 [I] [client/service.go:294] try to connect to server... 2026-04-09 18:48:02.183 [I] [client/service.go:286] [5fb57797791325cc] login to server success, get run id [5fb57797791325cc] 2026-04-09 18:48:02.184 [I] [proxy/proxy_manager.go:173] [5fb57797791325cc] proxy added: [DTN57CC4444] 2026-04-09 18:48:02.388 [I] [client/control.go:168] [5fb57797791325cc] [DTN57CC4444] start proxy success [2026-04-09,18:50:17.842] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,18:50:24.322] [DEBUG] 6 processes running of frp type [2026-04-09,19:05:17.547] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,19:05:24.074] [DEBUG] 6 processes running of frp type [2026-04-09,19:20:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,19: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-04-09,19:35:17.819] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,19:35:24.485] [DEBUG] 6 processes running of frp type [2026-04-09,19:50:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,19:50:24.102] [DEBUG] 6 processes running of frp type [2026-04-09,20:05:17.828] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,20:05:24.537] [DEBUG] 6 processes running of frp type [2026-04-09,20:20:23.038] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,20:20:29.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-04-09,20:35:17.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,20:35:25.807] [DEBUG] 6 processes running of frp type [2026-04-09,20:50:17.879] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,20:50:19.648] [DEBUG] 6 processes running of frp type [2026-04-09,21:05:17.893] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,21:05:24.477] [DEBUG] 6 processes running of frp type [2026-04-09,21:20:17.790] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,21: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-09,21:35:17.560] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,21:35:24.326] [DEBUG] 6 processes running of frp type [2026-04-09,21:50:16.940] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,21:50:29.170] [DEBUG] 6 processes running of frp type 2026-04-09 21:51:18.294 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-09 21:51:31.532 [I] [client/service.go:286] [5fb57797791325cc] login to server success, get run id [5fb57797791325cc] 2026-04-09 21:51:31.534 [I] [proxy/proxy_manager.go:173] [5fb57797791325cc] proxy added: [DTN57CC4444] 2026-04-09 21:51:32.062 [I] [client/control.go:168] [5fb57797791325cc] [DTN57CC4444] start proxy success 2026-04-09 21:58:41.070 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-09 21:58:57.499 [W] [client/service.go:297] [5fb57797791325cc] connect to server error: connection write timeout 2026-04-09 21:58:57.500 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-09 21:59:10.287 [W] [client/service.go:297] [5fb57797791325cc] connect to server error: connection write timeout 2026-04-09 21:59:10.288 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-09 21:59:22.909 [I] [client/service.go:286] [5fb57797791325cc] login to server success, get run id [5fb57797791325cc] 2026-04-09 21:59:22.910 [I] [proxy/proxy_manager.go:173] [5fb57797791325cc] proxy added: [DTN57CC4444] 2026-04-09 21:59:24.952 [I] [client/control.go:168] [5fb57797791325cc] [DTN57CC4444] start proxy success [2026-04-09,22:05:17.523] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,22:05:24.315] [DEBUG] 6 processes running of frp type [2026-04-09,22:20:17.663] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,22: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-04-09,22:35:17.631] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,22:35:24.283] [DEBUG] 6 processes running of frp type [2026-04-09,22:50:17.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,22:50:23.943] [DEBUG] 6 processes running of frp type [2026-04-09,23:05:18.387] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,23:05:25.044] [DEBUG] 6 processes running of frp type [2026-04-09,23:20:18.589] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,23:20:25.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-09,23:35:18.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,23:35:24.934] [DEBUG] 6 processes running of frp type [2026-04-09,23:50:17.372] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-09,23:50:24.016] [DEBUG] 6 processes running of frp type [2026-04-10,00:05:20.202] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,00:05:26.947] [DEBUG] 6 processes running of frp type 2026-04-10 00:11:53.999 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 00:12:08.716 [W] [client/service.go:297] [5fb57797791325cc] connect to server error: connection write timeout 2026-04-10 00:12:08.717 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 00:12:23.904 [I] [client/service.go:286] [5fb57797791325cc] login to server success, get run id [5fb57797791325cc] 2026-04-10 00:12:23.905 [I] [proxy/proxy_manager.go:173] [5fb57797791325cc] proxy added: [DTN57CC4444] 2026-04-10 00:12:24.295 [I] [client/control.go:168] [5fb57797791325cc] [DTN57CC4444] start proxy success [2026-04-10,00:20:17.831] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,00: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-04-10,00:35:17.288] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,00:35:23.974] [DEBUG] 6 processes running of frp type [2026-04-10,00:50:17.443] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,00:50:24.124] [DEBUG] 6 processes running of frp type 2026-04-10 01:02:24.005 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 01:02:34.007 [W] [client/service.go:297] [5fb57797791325cc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 01:02:34.007 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 01:02:44.009 [W] [client/service.go:297] [5fb57797791325cc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 01:02:44.010 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 01:02:44.561 [I] [client/service.go:286] [5fb57797791325cc] login to server success, get run id [5fb57797791325cc] 2026-04-10 01:02:44.563 [I] [proxy/proxy_manager.go:173] [5fb57797791325cc] proxy added: [DTN57CC4444] 2026-04-10 01:02:44.747 [I] [client/control.go:168] [5fb57797791325cc] [DTN57CC4444] start proxy success [2026-04-10,01:05:17.500] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,01:05:24.148] [DEBUG] 6 processes running of frp type [2026-04-10,01:20:19.387] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,01:20:26.036] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.434] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,01:35:24.036] [DEBUG] 6 processes running of frp type [2026-04-10,01:50:18.024] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,01:50:24.729] [DEBUG] 6 processes running of frp type 2026-04-10 01:58:45.865 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 01:58:48.364 [I] [client/service.go:286] [5fb57797791325cc] login to server success, get run id [5fb57797791325cc] 2026-04-10 01:58:48.365 [I] [proxy/proxy_manager.go:173] [5fb57797791325cc] proxy added: [DTN57CC4444] 2026-04-10 01:58:48.598 [I] [client/control.go:168] [5fb57797791325cc] [DTN57CC4444] start proxy success 2026-04-10 02:01:28.985 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 02:01:43.771 [W] [client/service.go:297] [5fb57797791325cc] connect to server error: connection write timeout 2026-04-10 02:01:43.772 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 02:01:49.187 [I] [client/service.go:286] [5fb57797791325cc] login to server success, get run id [5fb57797791325cc] 2026-04-10 02:01:49.189 [I] [proxy/proxy_manager.go:173] [5fb57797791325cc] proxy added: [DTN57CC4444] 2026-04-10 02:01:51.235 [I] [client/control.go:168] [5fb57797791325cc] [DTN57CC4444] start proxy success 2026-04-10 02:02:27.634 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 02:02:29.343 [I] [client/service.go:286] [5fb57797791325cc] login to server success, get run id [5fb57797791325cc] 2026-04-10 02:02:29.345 [I] [proxy/proxy_manager.go:173] [5fb57797791325cc] proxy added: [DTN57CC4444] 2026-04-10 02:02:29.579 [I] [client/control.go:168] [5fb57797791325cc] [DTN57CC4444] start proxy success [2026-04-10,02:05:17.156] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,02:05:23.924] [DEBUG] 6 processes running of frp type [2026-04-10,02:20:17.145] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,02:20:23.755] [DEBUG] 6 processes running of frp type 2026-04-10 02:22:47.787 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 02:22:57.789 [W] [client/service.go:297] [5fb57797791325cc] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 02:22:57.789 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 02:23:05.067 [W] [client/service.go:297] [5fb57797791325cc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 02:23:05.068 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 02:23:05.071 [W] [client/service.go:297] [5fb57797791325cc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 02:23:14.891 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 02:23:15.583 [I] [client/service.go:286] [5fb57797791325cc] login to server success, get run id [5fb57797791325cc] 2026-04-10 02:23:15.585 [I] [proxy/proxy_manager.go:173] [5fb57797791325cc] proxy added: [DTN57CC4444] 2026-04-10 02:23:15.806 [I] [client/control.go:168] [5fb57797791325cc] [DTN57CC4444] 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-10,02:35:17.229] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,02:35:23.700] [DEBUG] 6 processes running of frp type [2026-04-10,02:50:17.117] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,02:50:23.934] [DEBUG] 6 processes running of frp type [2026-04-10,03:05:17.053] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,03:05:23.628] [DEBUG] 6 processes running of frp type [2026-04-10,03:20:17.828] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,03: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-04-10,03:35:17.967] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,03:35:24.512] [DEBUG] 6 processes running of frp type [2026-04-10,03:50:17.137] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,03:50:23.644] [DEBUG] 6 processes running of frp type 2026-04-10 04:00:47.846 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 04:00:49.998 [W] [client/service.go:297] [5fb57797791325cc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 04:00:49.998 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 04:00:51.025 [W] [client/service.go:297] [5fb57797791325cc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 04:00:55.342 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 04:00:55.347 [W] [client/service.go:297] [5fb57797791325cc] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 04:01:04.023 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 04:01:04.711 [I] [client/service.go:286] [5fb57797791325cc] login to server success, get run id [5fb57797791325cc] 2026-04-10 04:01:04.712 [I] [proxy/proxy_manager.go:173] [5fb57797791325cc] proxy added: [DTN57CC4444] 2026-04-10 04:01:04.987 [I] [client/control.go:168] [5fb57797791325cc] [DTN57CC4444] start proxy success [2026-04-10,04:05:17.861] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,04:05:24.438] [DEBUG] 6 processes running of frp type [2026-04-10,04:20:17.728] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,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-04-10,04:35:17.973] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,04:35:24.484] [DEBUG] 6 processes running of frp type [2026-04-10,04:50:17.432] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,04:50:24.179] [DEBUG] 6 processes running of frp type [2026-04-10,05:05:17.809] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,05:05:24.398] [DEBUG] 6 processes running of frp type [2026-04-10,05:20:17.738] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,05: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-10,05:35:18.110] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,05:35:24.624] [DEBUG] 6 processes running of frp type [2026-04-10,05:50:17.196] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,05:50:23.884] [DEBUG] 6 processes running of frp type 2026-04-10 05:54:19.151 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 05:54:19.954 [I] [client/service.go:286] [5fb57797791325cc] login to server success, get run id [5fb57797791325cc] 2026-04-10 05:54:19.955 [I] [proxy/proxy_manager.go:173] [5fb57797791325cc] proxy added: [DTN57CC4444] 2026-04-10 05:54:20.234 [I] [client/control.go:168] [5fb57797791325cc] [DTN57CC4444] start proxy success [2026-04-10,06:05:17.115] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,06:05:23.965] [DEBUG] 6 processes running of frp type 2026-04-10 06:06:37.656 [I] [client/service.go:294] [5fb57797791325cc] try to connect to server... 2026-04-10 06:06:45.644 [I] [client/service.go:286] [5fb57797791325cc] login to server success, get run id [5fb57797791325cc] 2026-04-10 06:06:45.646 [I] [proxy/proxy_manager.go:173] [5fb57797791325cc] proxy added: [DTN57CC4444] 2026-04-10 06:06:46.061 [I] [client/control.go:168] [5fb57797791325cc] [DTN57CC4444] start proxy success [2026-04-10,06:20:17.361] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,06: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-10,06:30:42.185] [INFO] Initializing BusSpeedStateManager V2 [2026-04-10,06:30:42.192] [INFO] LocationSqlManager initialising [2026-04-10,06:30:42.193] [INFO] Location DB initialising [2026-04-10,06:30:42.204] [INFO] LocationSqlManager initialisation complete [2026-04-10,06:30:42.205] [DEBUG] UploadManager Init [2026-04-10,06:30:42.206] [DEBUG] UploadManager Init Complete [2026-04-10,06:30:42.211] [INFO] Initializing GPS... [2026-04-10,06:30:42.214] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.354] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,06:32:51.844] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:04.006] [DEBUG] Log Upload Complete! [2026-04-10,06:35:55.392] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,06:36:02.610] [DEBUG] Remote Access Enabled [2026-04-10,06:36:08.830] [INFO] Server Address: 138.201.17.179 [2026-04-10,06:36:08.831] [INFO] Server Port: 7000 [2026-04-10,06:36:08.836] [DEBUG] Starting Remote Access! 2026-04-10 06:36:08.968 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-10 06:36:08.969 [I] [client/service.go:294] try to connect to server... 2026-04-10 06:36:09.619 [I] [client/service.go:286] [6095248dcd0840ce] login to server success, get run id [6095248dcd0840ce] 2026-04-10 06:36:09.620 [I] [proxy/proxy_manager.go:173] [6095248dcd0840ce] proxy added: [DTN57CC4444] 2026-04-10 06:36:09.838 [I] [client/control.go:168] [6095248dcd0840ce] [DTN57CC4444] start proxy success [2026-04-10,06:50:22.585] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,06:50:29.296] [DEBUG] 6 processes running of frp type [2026-04-10,07:05:18.167] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,07:05:24.685] [DEBUG] 6 processes running of frp type [2026-04-10,07:20:18.219] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,07:20:25.179] [DEBUG] 6 processes running of frp type 2026-04-10 07:24:56.342 [I] [client/service.go:294] [6095248dcd0840ce] try to connect to server... 2026-04-10 07:24:57.929 [I] [client/service.go:286] [6095248dcd0840ce] login to server success, get run id [6095248dcd0840ce] 2026-04-10 07:24:57.930 [I] [proxy/proxy_manager.go:173] [6095248dcd0840ce] proxy added: [DTN57CC4444] 2026-04-10 07:24:58.395 [I] [client/control.go:168] [6095248dcd0840ce] [DTN57CC4444] 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-10,07:35:18.017] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,07:35:24.717] [DEBUG] 6 processes running of frp type [2026-04-10,07:50:18.341] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,07:50:24.997] [DEBUG] 6 processes running of frp type [2026-04-10,08:02:17.194] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,08:02:23.674] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:37.148] [DEBUG] Log Upload Complete! [2026-04-10,08:05:17.658] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,08:05:24.267] [DEBUG] 6 processes running of frp type [2026-04-10,08:20:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,08: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-04-10,08:35:17.693] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,08:35:24.220] [DEBUG] 6 processes running of frp type [2026-04-10,08:50:17.943] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,08:50:29.513] [DEBUG] 6 processes running of frp type [2026-04-10,09:05:18.087] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,09:05:24.682] [DEBUG] 6 processes running of frp type [2026-04-10,09:20:17.107] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,09: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-10,09:35:17.594] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,09:35:24.204] [DEBUG] 6 processes running of frp type [2026-04-10,09:50:17.901] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,09:50:24.450] [DEBUG] 6 processes running of frp type [2026-04-10,10:05:17.881] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,10:05:24.496] [DEBUG] 6 processes running of frp type [2026-04-10,10:20:17.807] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,10: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-04-10,10:35:17.312] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,10:35:23.897] [DEBUG] 6 processes running of frp type [2026-04-10,10:50:17.713] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,10:50:24.329] [DEBUG] 6 processes running of frp type [2026-04-10,11:05:17.753] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,11:05:24.312] [DEBUG] 6 processes running of frp type [2026-04-10,11:20:17.668] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,11:20:29.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,11:35:17.906] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,11:35:24.604] [DEBUG] 6 processes running of frp type [2026-04-10,11:50:17.387] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,11:50:23.972] [DEBUG] 6 processes running of frp type 2026-04-10 12:01:08.066 [I] [client/service.go:294] [6095248dcd0840ce] try to connect to server... 2026-04-10 12:01:08.069 [W] [client/service.go:297] [6095248dcd0840ce] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 12:01:10.237 [I] [client/service.go:294] [6095248dcd0840ce] try to connect to server... 2026-04-10 12:01:10.242 [W] [client/service.go:297] [6095248dcd0840ce] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 12:01:14.615 [I] [client/service.go:294] [6095248dcd0840ce] try to connect to server... 2026-04-10 12:01:14.651 [W] [client/service.go:297] [6095248dcd0840ce] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-10 12:01:23.946 [I] [client/service.go:294] [6095248dcd0840ce] try to connect to server... 2026-04-10 12:01:24.628 [I] [client/service.go:286] [6095248dcd0840ce] login to server success, get run id [6095248dcd0840ce] 2026-04-10 12:01:24.630 [I] [proxy/proxy_manager.go:173] [6095248dcd0840ce] proxy added: [DTN57CC4444] 2026-04-10 12:01:24.852 [I] [client/control.go:168] [6095248dcd0840ce] [DTN57CC4444] start proxy success [2026-04-10,12:05:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,12:05:23.964] [DEBUG] 6 processes running of frp type [2026-04-10,12:20:17.404] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,12: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-04-10,12:35:17.805] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,12:35:24.360] [DEBUG] 6 processes running of frp type [2026-04-10,12:50:18.102] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,12:50:24.663] [DEBUG] 6 processes running of frp type [2026-04-10,13:05:18.156] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,13:05:24.722] [DEBUG] 6 processes running of frp type [2026-04-10,13:20:17.093] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,13: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-04-10,13:35:17.469] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,13:35:24.082] [DEBUG] 6 processes running of frp type [2026-04-10,13:50:17.829] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,13:50:24.398] [DEBUG] 6 processes running of frp type [2026-04-10,14:05:17.808] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,14:05:29.411] [DEBUG] 6 processes running of frp type [2026-04-10,14:20:17.707] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,14: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-04-10,14:35:18.216] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,14:35:24.788] [DEBUG] 6 processes running of frp type [2026-04-10,14:50:17.477] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,14:50:23.994] [DEBUG] 6 processes running of frp type [2026-04-10,15:05:17.405] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,15:05:23.956] [DEBUG] 6 processes running of frp type [2026-04-10,15:20:17.283] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,15: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-04-10,15:35:17.696] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,15:35:24.235] [DEBUG] 6 processes running of frp type [2026-04-10,15:50:17.887] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,15:50:24.453] [DEBUG] 6 processes running of frp type [2026-04-10,16:05:18.010] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,16:05:24.571] [DEBUG] 6 processes running of frp type [2026-04-10,16:20:17.840] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,16: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-04-10,16:35:17.428] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,16:35:23.945] [DEBUG] 6 processes running of frp type [2026-04-10,16:50:17.585] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,16:50:24.146] [DEBUG] 6 processes running of frp type [2026-04-10,17:05:17.627] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,17:05:24.187] [DEBUG] 6 processes running of frp type [2026-04-10,17:20:17.592] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,17: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-04-10,17:35:17.902] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,17:35:24.488] [DEBUG] 6 processes running of frp type [2026-04-10,17:50:17.736] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,17:50:24.260] [DEBUG] 6 processes running of frp type [2026-04-10,18:05:17.743] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,18:05:24.266] [DEBUG] 6 processes running of frp type [2026-04-10,18:20:17.594] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,18:20:24.147] [DEBUG] 6 processes running of frp type [2026-04-10,18:25:41.419] [INFO] Initializing BusSpeedStateManager V2 [2026-04-10,18:25:41.426] [INFO] LocationSqlManager initialising [2026-04-10,18:25:41.427] [INFO] Location DB initialising [2026-04-10,18:25:41.438] [INFO] LocationSqlManager initialisation complete [2026-04-10,18:25:41.439] [DEBUG] UploadManager Init [2026-04-10,18:25:41.440] [DEBUG] UploadManager Init Complete [2026-04-10,18:25:41.444] [INFO] Initializing GPS... [2026-04-10,18:25:41.447] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,18:27:51.476] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,18:28:42.543] [DEBUG] Log Upload Complete! [2026-04-10,18:30:35.042] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,18:30:45.144] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-10,18:30:46.594] [DEBUG] Remote Access Enabled [2026-04-10,18:30:52.835] [INFO] Server Address: 138.201.17.179 [2026-04-10,18:30:52.836] [INFO] Server Port: 7000 [2026-04-10,18:30:52.841] [DEBUG] Starting Remote Access! 2026-04-10 18:30:52.973 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-10 18:30:52.974 [I] [client/service.go:294] try to connect to server... 2026-04-10 18:30:53.640 [I] [client/service.go:286] [50d46e592eebd0cb] login to server success, get run id [50d46e592eebd0cb] 2026-04-10 18:30:53.641 [I] [proxy/proxy_manager.go:173] [50d46e592eebd0cb] proxy added: [DTN57CC4444] 2026-04-10 18:30:53.860 [I] [client/control.go:168] [50d46e592eebd0cb] [DTN57CC4444] start proxy success [2026-04-10,18:35:18.063] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,18:35:24.575] [DEBUG] 6 processes running of frp type [2026-04-10,18:50:17.964] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,18:50:24.490] [DEBUG] 6 processes running of frp type [2026-04-10,19:05:18.215] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,19:05:24.722] [DEBUG] 6 processes running of frp type 2026-04-10 19:10:19.297 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 19:10:35.459 [I] [client/service.go:286] [50d46e592eebd0cb] login to server success, get run id [50d46e592eebd0cb] 2026-04-10 19:10:35.461 [I] [proxy/proxy_manager.go:173] [50d46e592eebd0cb] proxy added: [DTN57CC4444] 2026-04-10 19:11:07.474 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 19:11:19.026 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: i/o deadline reached 2026-04-10 19:11:19.027 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 19:11:36.572 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: connection write timeout 2026-04-10 19:11:36.573 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 19:11:46.574 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 19:11:46.575 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 19:11:56.576 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 19:11:56.577 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 19:12:19.454 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: i/o deadline reached 2026-04-10 19:12:19.454 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 19:12:30.556 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: i/o deadline reached 2026-04-10 19:12:50.558 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 19:13:00.560 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 19:13:20.561 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 19:13:30.563 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 19:13:50.565 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 19:14:00.567 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 19:14:20.568 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 19:14:30.570 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 19:14:50.572 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 19:15:00.574 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 19:15:20.576 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 19:15:34.709 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: connection write timeout 2026-04-10 19:15:54.710 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 19:15:55.917 [I] [client/service.go:286] [50d46e592eebd0cb] login to server success, get run id [50d46e592eebd0cb] 2026-04-10 19:15:55.918 [I] [proxy/proxy_manager.go:173] [50d46e592eebd0cb] proxy added: [DTN57CC4444] 2026-04-10 19:15:56.298 [I] [client/control.go:168] [50d46e592eebd0cb] [DTN57CC4444] start proxy success [2026-04-10,19:20:17.719] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (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-10,19:35:17.893] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,19:35:25.386] [DEBUG] 6 processes running of frp type [2026-04-10,19:50:17.558] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,19:50:24.079] [DEBUG] 6 processes running of frp type [2026-04-10,20:05:17.498] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,20:05:24.039] [DEBUG] 6 processes running of frp type 2026-04-10 20:14:25.310 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 20:14:35.311 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 20:14:35.312 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 20:14:45.313 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-10 20:14:45.314 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 20:14:49.394 [I] [client/service.go:286] [50d46e592eebd0cb] login to server success, get run id [50d46e592eebd0cb] 2026-04-10 20:14:49.395 [I] [proxy/proxy_manager.go:173] [50d46e592eebd0cb] proxy added: [DTN57CC4444] 2026-04-10 20:14:49.622 [I] [client/control.go:168] [50d46e592eebd0cb] [DTN57CC4444] start proxy success [2026-04-10,20:20:17.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,20:20:23.790] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.396] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,20:35:24.018] [DEBUG] 6 processes running of frp type [2026-04-10,20:50:17.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,20:50:26.765] [DEBUG] 6 processes running of frp type [2026-04-10,21:05:17.282] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,21:05:23.841] [DEBUG] 6 processes running of frp type [2026-04-10,21:20:17.331] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,21: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-10 21:29:21.272 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 21:29:22.001 [I] [client/service.go:286] [50d46e592eebd0cb] login to server success, get run id [50d46e592eebd0cb] 2026-04-10 21:29:22.002 [I] [proxy/proxy_manager.go:173] [50d46e592eebd0cb] proxy added: [DTN57CC4444] 2026-04-10 21:29:22.236 [I] [client/control.go:168] [50d46e592eebd0cb] [DTN57CC4444] start proxy success 2026-04-10 21:30:31.741 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 21:30:32.645 [I] [client/service.go:286] [50d46e592eebd0cb] login to server success, get run id [50d46e592eebd0cb] 2026-04-10 21:30:32.646 [I] [proxy/proxy_manager.go:173] [50d46e592eebd0cb] proxy added: [DTN57CC4444] 2026-04-10 21:30:32.937 [I] [client/control.go:168] [50d46e592eebd0cb] [DTN57CC4444] start proxy success [2026-04-10,21:35:17.427] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,21:35:24.161] [DEBUG] 6 processes running of frp type 2026-04-10 21:47:30.464 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 21:47:45.335 [I] [client/service.go:286] [50d46e592eebd0cb] login to server success, get run id [50d46e592eebd0cb] 2026-04-10 21:47:45.336 [I] [proxy/proxy_manager.go:173] [50d46e592eebd0cb] proxy added: [DTN57CC4444] 2026-04-10 21:47:45.753 [I] [client/control.go:168] [50d46e592eebd0cb] [DTN57CC4444] start proxy success [2026-04-10,21:50:17.812] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,21:50:24.410] [DEBUG] 6 processes running of frp type [2026-04-10,22:05:17.849] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,22:05:24.301] [DEBUG] 6 processes running of frp type [2026-04-10,22:20:17.532] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,22: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-10,22:35:18.183] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,22:35:24.731] [DEBUG] 6 processes running of frp type [2026-04-10,22:50:17.032] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,22:50:23.776] [DEBUG] 6 processes running of frp type [2026-04-10,23:05:17.532] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,23:05:24.152] [DEBUG] 6 processes running of frp type [2026-04-10,23:20:17.753] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,23: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-10 23:27:28.468 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-10 23:27:29.047 [I] [client/service.go:286] [50d46e592eebd0cb] login to server success, get run id [50d46e592eebd0cb] 2026-04-10 23:27:29.049 [I] [proxy/proxy_manager.go:173] [50d46e592eebd0cb] proxy added: [DTN57CC4444] 2026-04-10 23:27:29.260 [I] [client/control.go:168] [50d46e592eebd0cb] [DTN57CC4444] start proxy success [2026-04-10,23:35:17.025] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,23:35:23.597] [DEBUG] 6 processes running of frp type [2026-04-10,23:50:17.494] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-10,23:50:24.030] [DEBUG] 6 processes running of frp type [2026-04-11,00:05:17.599] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,00:05:24.425] [DEBUG] 6 processes running of frp type [2026-04-11,00:20:17.898] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,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-04-11,00:35:18.264] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,00:35:24.764] [DEBUG] 6 processes running of frp type [2026-04-11,00:50:17.404] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,00:50:24.089] [DEBUG] 6 processes running of frp type [2026-04-11,01:05:17.356] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,01:05:23.866] [DEBUG] 6 processes running of frp type [2026-04-11,01:20:17.069] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,01:20:23.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-11,01:35:17.469] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,01:35:24.240] [DEBUG] 6 processes running of frp type [2026-04-11,01:50:18.141] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,01:50:24.587] [DEBUG] 6 processes running of frp type [2026-04-11,02:05:17.944] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,02:05:24.536] [DEBUG] 6 processes running of frp type [2026-04-11,02:20:17.856] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,02: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-04-11,02:35:17.756] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,02:35:24.269] [DEBUG] 6 processes running of frp type [2026-04-11,02:50:17.132] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,02:50:23.725] [DEBUG] 6 processes running of frp type [2026-04-11,03:05:16.943] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,03:05:23.546] [DEBUG] 6 processes running of frp type 2026-04-11 03:19:58.270 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-11 03:19:59.225 [I] [client/service.go:286] [50d46e592eebd0cb] login to server success, get run id [50d46e592eebd0cb] 2026-04-11 03:19:59.227 [I] [proxy/proxy_manager.go:173] [50d46e592eebd0cb] proxy added: [DTN57CC4444] 2026-04-11 03:19:59.594 [I] [client/control.go:168] [50d46e592eebd0cb] [DTN57CC4444] start proxy success [2026-04-11,03:20:18.238] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,03:20:27.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-04-11,03:35:17.117] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,03:35:23.723] [DEBUG] 6 processes running of frp type [2026-04-11,03:50:17.744] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,03:50:24.213] [DEBUG] 6 processes running of frp type 2026-04-11 04:01:00.810 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-11 04:01:01.983 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:01:01.984 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-11 04:01:05.023 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:01:05.024 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-11 04:01:08.063 [W] [client/service.go:297] [50d46e592eebd0cb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 04:01:17.789 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-11 04:01:18.408 [I] [client/service.go:286] [50d46e592eebd0cb] login to server success, get run id [50d46e592eebd0cb] 2026-04-11 04:01:18.410 [I] [proxy/proxy_manager.go:173] [50d46e592eebd0cb] proxy added: [DTN57CC4444] 2026-04-11 04:01:18.616 [I] [client/control.go:168] [50d46e592eebd0cb] [DTN57CC4444] start proxy success [2026-04-11,04:05:17.511] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,04:05:24.000] [DEBUG] 6 processes running of frp type [2026-04-11,04:20:17.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,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-04-11,04:35:18.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,04:35:24.929] [DEBUG] 6 processes running of frp type [2026-04-11,04:50:17.737] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,04:50:24.226] [DEBUG] 6 processes running of frp type [2026-04-11,05:05:17.480] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,05:05:24.045] [DEBUG] 6 processes running of frp type 2026-04-11 05:14:02.325 [I] [client/service.go:294] [50d46e592eebd0cb] try to connect to server... 2026-04-11 05:14:07.382 [I] [client/service.go:286] [50d46e592eebd0cb] login to server success, get run id [50d46e592eebd0cb] 2026-04-11 05:14:07.384 [I] [proxy/proxy_manager.go:173] [50d46e592eebd0cb] proxy added: [DTN57CC4444] 2026-04-11 05:14:07.606 [I] [client/control.go:168] [50d46e592eebd0cb] [DTN57CC4444] start proxy success [2026-04-11,05:20:17.262] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,05: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-04-11,05:35:17.276] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,05:35:23.926] [DEBUG] 6 processes running of frp type [2026-04-11,05:50:17.303] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,05:50:23.909] [DEBUG] 6 processes running of frp type [2026-04-11,06:05:20.335] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,06:05:26.868] [DEBUG] 6 processes running of frp type [2026-04-11,06:20:17.174] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,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-11,06:30:40.684] [INFO] Initializing BusSpeedStateManager V2 [2026-04-11,06:30:40.688] [INFO] LocationSqlManager initialising [2026-04-11,06:30:40.689] [INFO] Location DB initialising [2026-04-11,06:30:40.698] [INFO] LocationSqlManager initialisation complete [2026-04-11,06:30:40.699] [DEBUG] UploadManager Init [2026-04-11,06:30:40.699] [DEBUG] UploadManager Init Complete [2026-04-11,06:30:40.702] [INFO] Initializing GPS... [2026-04-11,06:30:40.704] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.621] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,06:32:51.100] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:01.955] [DEBUG] Log Upload Complete! [2026-04-11,06:35:44.639] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,06:35:51.105] [DEBUG] Remote Access Enabled [2026-04-11,06:35:57.255] [INFO] Server Address: 138.201.17.179 [2026-04-11,06:35:57.256] [INFO] Server Port: 7000 [2026-04-11,06:35:57.261] [DEBUG] Starting Remote Access! 2026-04-11 06:35:57.394 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-11 06:35:57.395 [I] [client/service.go:294] try to connect to server... 2026-04-11 06:35:58.008 [I] [client/service.go:286] [a347cfc3399aaa15] login to server success, get run id [a347cfc3399aaa15] 2026-04-11 06:35:58.009 [I] [proxy/proxy_manager.go:173] [a347cfc3399aaa15] proxy added: [DTN57CC4444] 2026-04-11 06:35:58.217 [I] [client/control.go:168] [a347cfc3399aaa15] [DTN57CC4444] start proxy success [2026-04-11,06:50:17.822] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,06:50:24.382] [DEBUG] 6 processes running of frp type [2026-04-11,07:05:17.299] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,07:05:24.104] [DEBUG] 6 processes running of frp type [2026-04-11,07:20:17.410] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,07:20:27.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-11,07:35:17.003] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,07:35:23.537] [DEBUG] 6 processes running of frp type [2026-04-11,07:50:17.263] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,07:50:23.841] [DEBUG] 6 processes running of frp type [2026-04-11,08:02:17.069] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,08:02:28.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-11,08:03:11.682] [DEBUG] Log Upload Complete! [2026-04-11,08:05:17.423] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,08:05:23.930] [DEBUG] 6 processes running of frp type [2026-04-11,08:20:17.163] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,08:20:23.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-11,08:35:17.424] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,08:35:24.037] [DEBUG] 6 processes running of frp type [2026-04-11,08:50:17.706] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,08:50:24.201] [DEBUG] 6 processes running of frp type [2026-04-11,09:05:17.551] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,09:05:24.158] [DEBUG] 6 processes running of frp type [2026-04-11,09:20:17.748] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,09: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-04-11,09:35:17.817] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,09:35:24.385] [DEBUG] 6 processes running of frp type [2026-04-11,09:50:16.961] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,09:50:23.520] [DEBUG] 6 processes running of frp type [2026-04-11,10:05:17.771] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,10:05:24.320] [DEBUG] 6 processes running of frp type [2026-04-11,10:20:17.869] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,10: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-04-11,10:35:17.397] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,10:35:23.922] [DEBUG] 6 processes running of frp type [2026-04-11,10:50:17.637] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,10:50:24.238] [DEBUG] 6 processes running of frp type [2026-04-11,11:05:17.685] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,11:05:24.350] [DEBUG] 6 processes running of frp type [2026-04-11,11:20:17.780] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,11: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-11,11:35:17.166] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,11:35:23.709] [DEBUG] 6 processes running of frp type [2026-04-11,11:50:17.129] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,11:50:23.693] [DEBUG] 6 processes running of frp type 2026-04-11 12:01:27.113 [I] [client/service.go:294] [a347cfc3399aaa15] try to connect to server... 2026-04-11 12:01:30.297 [W] [client/service.go:297] [a347cfc3399aaa15] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 12:01:30.298 [I] [client/service.go:294] [a347cfc3399aaa15] try to connect to server... 2026-04-11 12:01:30.301 [W] [client/service.go:297] [a347cfc3399aaa15] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 12:01:34.494 [I] [client/service.go:294] [a347cfc3399aaa15] try to connect to server... 2026-04-11 12:01:34.498 [W] [client/service.go:297] [a347cfc3399aaa15] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 12:01:43.017 [I] [client/service.go:294] [a347cfc3399aaa15] try to connect to server... 2026-04-11 12:01:43.022 [W] [client/service.go:297] [a347cfc3399aaa15] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-11 12:02:01.382 [I] [client/service.go:294] [a347cfc3399aaa15] try to connect to server... 2026-04-11 12:02:01.927 [I] [client/service.go:286] [a347cfc3399aaa15] login to server success, get run id [a347cfc3399aaa15] 2026-04-11 12:02:01.928 [I] [proxy/proxy_manager.go:173] [a347cfc3399aaa15] proxy added: [DTN57CC4444] 2026-04-11 12:02:02.098 [I] [client/control.go:168] [a347cfc3399aaa15] [DTN57CC4444] start proxy success [2026-04-11,12:05:20.970] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,12:05:27.550] [DEBUG] 6 processes running of frp type [2026-04-11,12:20:17.899] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,12: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-04-11,12:35:18.679] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,12:35:25.219] [DEBUG] 6 processes running of frp type [2026-04-11,12:50:17.607] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,12:50:24.172] [DEBUG] 6 processes running of frp type [2026-04-11,13:05:17.610] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,13:05:24.249] [DEBUG] 6 processes running of frp type [2026-04-11,13:20:17.581] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,13: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-11,13:35:18.133] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,13:35:24.622] [DEBUG] 6 processes running of frp type [2026-04-11,13:50:17.461] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,13:50:24.104] [DEBUG] 6 processes running of frp type [2026-04-11,14:05:17.514] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,14:05:24.045] [DEBUG] 6 processes running of frp type [2026-04-11,14:20:17.316] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,14:20:24.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-11,14:35:18.176] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,14:35:24.703] [DEBUG] 6 processes running of frp type [2026-04-11,14:50:17.415] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,14:50:24.821] [DEBUG] 6 processes running of frp type [2026-04-11,15:05:17.299] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,15:05:23.944] [DEBUG] 6 processes running of frp type [2026-04-11,15:20:21.235] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,15:20:27.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-04-11,15:35:17.562] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,15:35:24.237] [DEBUG] 6 processes running of frp type [2026-04-11,15:50:19.918] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,15:50:26.494] [DEBUG] 6 processes running of frp type [2026-04-11,16:05:17.912] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,16:05:24.511] [DEBUG] 6 processes running of frp type [2026-04-11,16:20:18.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,16: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-04-11,16:35:17.776] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,16:35:24.315] [DEBUG] 6 processes running of frp type [2026-04-11,16:50:18.047] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,16:50:24.556] [DEBUG] 6 processes running of frp type [2026-04-11,17:05:18.031] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,17:05:24.527] [DEBUG] 6 processes running of frp type [2026-04-11,17:20:17.758] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,17: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-11,17:35:17.373] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,17:35:23.988] [DEBUG] 6 processes running of frp type [2026-04-11,17:50:17.674] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,17:50:24.257] [DEBUG] 6 processes running of frp type [2026-04-11,18:05:17.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,18:05:24.250] [DEBUG] 6 processes running of frp type [2026-04-11,18:20:17.495] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,18:20:24.046] [DEBUG] 6 processes running of frp type [2026-04-11,18:25:40.611] [INFO] Initializing BusSpeedStateManager V2 [2026-04-11,18:25:40.617] [INFO] LocationSqlManager initialising [2026-04-11,18:25:40.618] [INFO] Location DB initialising [2026-04-11,18:25:40.629] [INFO] LocationSqlManager initialisation complete [2026-04-11,18:25:40.630] [DEBUG] UploadManager Init [2026-04-11,18:25:40.631] [DEBUG] UploadManager Init Complete [2026-04-11,18:25:40.635] [INFO] Initializing GPS... [2026-04-11,18:25:40.638] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.265] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,18:27:55.776] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:20.686] [DEBUG] Log Upload Complete! [2026-04-11,18:30:44.375] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-11,18:30:49.431] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,18:30:55.890] [DEBUG] Remote Access Enabled [2026-04-11,18:31:01.992] [INFO] Server Address: 138.201.17.179 [2026-04-11,18:31:01.993] [INFO] Server Port: 7000 [2026-04-11,18:31:01.998] [DEBUG] Starting Remote Access! 2026-04-11 18:31:02.135 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-11 18:31:02.135 [I] [client/service.go:294] try to connect to server... 2026-04-11 18:31:02.832 [I] [client/service.go:286] [310ab09d29c4a238] login to server success, get run id [310ab09d29c4a238] 2026-04-11 18:31:02.834 [I] [proxy/proxy_manager.go:173] [310ab09d29c4a238] proxy added: [DTN57CC4444] 2026-04-11 18:31:03.011 [I] [client/control.go:168] [310ab09d29c4a238] [DTN57CC4444] start proxy success [2026-04-11,18:35:17.911] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,18:35:24.640] [DEBUG] 6 processes running of frp type [2026-04-11,18:50:17.420] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,18:50:23.983] [DEBUG] 6 processes running of frp type [2026-04-11,19:05:17.395] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,19:05:24.158] [DEBUG] 6 processes running of frp type [2026-04-11,19:20:17.510] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,19: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-11,19:35:17.980] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,19:35:24.508] [DEBUG] 6 processes running of frp type [2026-04-11,19:50:18.135] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,19:50:24.924] [DEBUG] 6 processes running of frp type [2026-04-11,20:05:17.621] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,20:05:24.203] [DEBUG] 6 processes running of frp type [2026-04-11,20:20:17.456] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,20: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' [2026-04-11,20:35:18.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,20:35:25.869] [DEBUG] 6 processes running of frp type [2026-04-11,20:50:17.654] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,20:50:26.206] [DEBUG] 6 processes running of frp type [2026-04-11,21:05:18.871] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,21:05:25.438] [DEBUG] 6 processes running of frp type [2026-04-11,21:20:17.783] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,21: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' [2026-04-11,21:35:17.994] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,21:35:24.648] [DEBUG] 6 processes running of frp type [2026-04-11,21:50:17.235] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,21:50:24.848] [DEBUG] 6 processes running of frp type [2026-04-11,22:05:17.155] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,22:05:24.055] [DEBUG] 6 processes running of frp type [2026-04-11,22:20:17.270] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,22: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-04-11,22:35:17.777] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,22:35:24.521] [DEBUG] 6 processes running of frp type [2026-04-11,22:50:18.142] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,22:50:24.874] [DEBUG] 6 processes running of frp type 2026-04-11 22:58:34.574 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-11 22:58:48.533 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: connection write timeout 2026-04-11 22:58:48.534 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-11 22:58:58.536 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-11 22:58:58.537 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-11 22:59:07.974 [I] [client/service.go:286] [310ab09d29c4a238] login to server success, get run id [310ab09d29c4a238] 2026-04-11 22:59:07.976 [I] [proxy/proxy_manager.go:173] [310ab09d29c4a238] proxy added: [DTN57CC4444] 2026-04-11 22:59:08.401 [I] [client/control.go:168] [310ab09d29c4a238] [DTN57CC4444] start proxy success [2026-04-11,23:05:17.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,23:05:24.108] [DEBUG] 6 processes running of frp type [2026-04-11,23:20:17.338] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,23:20:23.982] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:31:07.459 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-11 23:31:09.364 [I] [client/service.go:286] [310ab09d29c4a238] login to server success, get run id [310ab09d29c4a238] 2026-04-11 23:31:09.366 [I] [proxy/proxy_manager.go:173] [310ab09d29c4a238] proxy added: [DTN57CC4444] 2026-04-11 23:31:09.922 [I] [client/control.go:168] [310ab09d29c4a238] [DTN57CC4444] start proxy success [2026-04-11,23:35:17.420] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,23:35:23.991] [DEBUG] 6 processes running of frp type [2026-04-11,23:50:17.706] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-11,23:50:24.193] [DEBUG] 6 processes running of frp type [2026-04-12,00:05:17.603] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,00:05:24.696] [DEBUG] 6 processes running of frp type 2026-04-12 00:06:43.551 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:06:44.067 [I] [client/service.go:286] [310ab09d29c4a238] login to server success, get run id [310ab09d29c4a238] 2026-04-12 00:06:44.069 [I] [proxy/proxy_manager.go:173] [310ab09d29c4a238] proxy added: [DTN57CC4444] 2026-04-12 00:06:44.293 [I] [client/control.go:168] [310ab09d29c4a238] [DTN57CC4444] start proxy success 2026-04-12 00:10:55.176 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:11:05.096 [I] [client/service.go:286] [310ab09d29c4a238] login to server success, get run id [310ab09d29c4a238] 2026-04-12 00:11:05.098 [I] [proxy/proxy_manager.go:173] [310ab09d29c4a238] proxy added: [DTN57CC4444] 2026-04-12 00:11:36.930 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:11:48.431 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: connection write timeout 2026-04-12 00:11:48.432 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:11:58.434 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 00:11:58.435 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:12:09.350 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: connection write timeout 2026-04-12 00:12:09.351 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:12:19.352 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 00:12:19.353 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:12:38.034 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: connection write timeout 2026-04-12 00:12:38.035 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:12:51.123 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: connection write timeout 2026-04-12 00:13:11.125 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:13:23.735 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: connection write timeout 2026-04-12 00:13:43.736 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:13:57.717 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: i/o deadline reached 2026-04-12 00:14:17.719 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:14:27.993 [I] [client/service.go:286] [310ab09d29c4a238] login to server success, get run id [310ab09d29c4a238] 2026-04-12 00:14:27.994 [I] [proxy/proxy_manager.go:173] [310ab09d29c4a238] proxy added: [DTN57CC4444] 2026-04-12 00:14:30.813 [I] [client/control.go:168] [310ab09d29c4a238] [DTN57CC4444] start proxy success 2026-04-12 00:17:40.179 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:17:51.032 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: connection write timeout 2026-04-12 00:17:51.033 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:18:01.034 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 00:18:01.034 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:18:11.035 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 00:18:11.036 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:18:21.037 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 00:18:21.037 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 00:18:24.155 [I] [client/service.go:286] [310ab09d29c4a238] login to server success, get run id [310ab09d29c4a238] 2026-04-12 00:18:24.156 [I] [proxy/proxy_manager.go:173] [310ab09d29c4a238] proxy added: [DTN57CC4444] 2026-04-12 00:18:24.657 [I] [client/control.go:168] [310ab09d29c4a238] [DTN57CC4444] start proxy success [2026-04-12,00:20:16.916] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,00:20:23.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-04-12,00:35:17.387] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,00:35:24.038] [DEBUG] 6 processes running of frp type [2026-04-12,00:50:18.474] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,00:50:25.758] [DEBUG] 6 processes running of frp type [2026-04-12,01:05:17.428] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,01:05:24.036] [DEBUG] 6 processes running of frp type [2026-04-12,01:20:17.220] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,01:20:23.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-12,01:35:17.471] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,01:35:24.021] [DEBUG] 6 processes running of frp type [2026-04-12,01:50:17.377] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,01:50:23.901] [DEBUG] 6 processes running of frp type [2026-04-12,02:05:17.253] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,02:05:23.807] [DEBUG] 6 processes running of frp type [2026-04-12,02:20:17.107] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,02: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-04-12,02:35:17.220] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,02:35:23.898] [DEBUG] 6 processes running of frp type 2026-04-12 02:36:02.546 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 02:36:20.974 [I] [client/service.go:286] [310ab09d29c4a238] login to server success, get run id [310ab09d29c4a238] 2026-04-12 02:36:20.976 [I] [proxy/proxy_manager.go:173] [310ab09d29c4a238] proxy added: [DTN57CC4444] 2026-04-12 02:36:48.678 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 02:37:00.712 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: connection write timeout 2026-04-12 02:37:00.712 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 02:37:19.457 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: i/o deadline reached 2026-04-12 02:37:19.458 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 02:37:31.536 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: connection write timeout 2026-04-12 02:37:31.537 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 02:37:44.138 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: connection write timeout 2026-04-12 02:37:44.138 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 02:37:54.140 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 02:38:14.142 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 02:38:14.718 [I] [client/service.go:286] [310ab09d29c4a238] login to server success, get run id [310ab09d29c4a238] 2026-04-12 02:38:14.720 [I] [proxy/proxy_manager.go:173] [310ab09d29c4a238] proxy added: [DTN57CC4444] 2026-04-12 02:38:14.934 [I] [client/control.go:168] [310ab09d29c4a238] [DTN57CC4444] start proxy success [2026-04-12,02:50:18.207] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,02:50:24.758] [DEBUG] 6 processes running of frp type [2026-04-12,03:05:16.976] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,03:05:23.630] [DEBUG] 6 processes running of frp type [2026-04-12,03:20:17.910] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,03: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-04-12,03:35:17.886] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,03:35:24.514] [DEBUG] 6 processes running of frp type [2026-04-12,03:50:17.110] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,03:50:23.697] [DEBUG] 6 processes running of frp type 2026-04-12 04:01:26.821 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 04:01:28.993 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-12 04:01:28.994 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 04:01:30.017 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-12 04:01:34.606 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 04:01:34.610 [W] [client/service.go:297] [310ab09d29c4a238] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-12 04:01:43.819 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 04:01:44.413 [I] [client/service.go:286] [310ab09d29c4a238] login to server success, get run id [310ab09d29c4a238] 2026-04-12 04:01:44.414 [I] [proxy/proxy_manager.go:173] [310ab09d29c4a238] proxy added: [DTN57CC4444] 2026-04-12 04:01:44.616 [I] [client/control.go:168] [310ab09d29c4a238] [DTN57CC4444] start proxy success [2026-04-12,04:05:18.300] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,04:05:24.848] [DEBUG] 6 processes running of frp type [2026-04-12,04:20:17.155] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,04:20:23.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-04-12,04:35:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,04:35:24.019] [DEBUG] 6 processes running of frp type 2026-04-12 04:44:45.255 [I] [client/service.go:294] [310ab09d29c4a238] try to connect to server... 2026-04-12 04:44:46.053 [I] [client/service.go:286] [310ab09d29c4a238] login to server success, get run id [310ab09d29c4a238] 2026-04-12 04:44:46.055 [I] [proxy/proxy_manager.go:173] [310ab09d29c4a238] proxy added: [DTN57CC4444] 2026-04-12 04:44:46.305 [I] [client/control.go:168] [310ab09d29c4a238] [DTN57CC4444] start proxy success [2026-04-12,04:50:17.997] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,04:50:24.509] [DEBUG] 6 processes running of frp type [2026-04-12,05:05:17.835] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,05:05:24.355] [DEBUG] 6 processes running of frp type [2026-04-12,05:20:17.778] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,05:20:24.306] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.858] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,05:35:24.408] [DEBUG] 6 processes running of frp type [2026-04-12,05:50:17.690] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,05:50:24.308] [DEBUG] 6 processes running of frp type [2026-04-12,06:05:17.815] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,06:05:24.333] [DEBUG] 6 processes running of frp type [2026-04-12,06:20:17.487] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,06:20:24.005] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:41.258] [INFO] Initializing BusSpeedStateManager V2 [2026-04-12,06:30:41.264] [INFO] LocationSqlManager initialising [2026-04-12,06:30:41.265] [INFO] Location DB initialising [2026-04-12,06:30:41.276] [INFO] LocationSqlManager initialisation complete [2026-04-12,06:30:41.277] [DEBUG] UploadManager Init [2026-04-12,06:30:41.278] [DEBUG] UploadManager Init Complete [2026-04-12,06:30:41.282] [INFO] Initializing GPS... [2026-04-12,06:30:41.285] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.710] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,06:32:56.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-12,06:33:12.721] [DEBUG] Log Upload Complete! [2026-04-12,06:35:49.840] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,06:35:56.273] [DEBUG] Remote Access Enabled [2026-04-12,06:36:02.419] [INFO] Server Address: 138.201.17.179 [2026-04-12,06:36:02.421] [INFO] Server Port: 7000 [2026-04-12,06:36:02.430] [DEBUG] Starting Remote Access! 2026-04-12 06:36:02.623 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-12 06:36:02.624 [I] [client/service.go:294] try to connect to server... 2026-04-12 06:36:03.256 [I] [client/service.go:286] [2461c6f809887b26] login to server success, get run id [2461c6f809887b26] 2026-04-12 06:36:03.257 [I] [proxy/proxy_manager.go:173] [2461c6f809887b26] proxy added: [DTN57CC4444] 2026-04-12 06:36:03.468 [I] [client/control.go:168] [2461c6f809887b26] [DTN57CC4444] start proxy success [2026-04-12,06:50:33.350] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,06:50:40.162] [DEBUG] 6 processes running of frp type [2026-04-12,07:05:17.738] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,07:05:24.459] [DEBUG] 6 processes running of frp type [2026-04-12,07:20:17.683] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,07:20:24.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-12,07:35:16.989] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,07:35:23.508] [DEBUG] 6 processes running of frp type [2026-04-12,07:50:18.112] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,07:50:24.631] [DEBUG] 6 processes running of frp type [2026-04-12,08:02:17.879] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,08:02:24.331] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:44.988] [DEBUG] Log Upload Complete! [2026-04-12,08:05:18.276] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,08:05:24.919] [DEBUG] 6 processes running of frp type [2026-04-12,08:20:17.204] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,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' [2026-04-12,08:35:17.298] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,08:35:23.903] [DEBUG] 6 processes running of frp type [2026-04-12,08:50:17.427] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,08:50:23.934] [DEBUG] 6 processes running of frp type [2026-04-12,09:05:17.425] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,09:05:23.961] [DEBUG] 6 processes running of frp type [2026-04-12,09:20:17.295] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,09: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-12,09:35:17.664] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,09:35:24.285] [DEBUG] 6 processes running of frp type [2026-04-12,09:50:18.125] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,09:50:24.730] [DEBUG] 6 processes running of frp type [2026-04-12,10:05:17.149] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,10:05:23.707] [DEBUG] 6 processes running of frp type [2026-04-12,10:20:18.123] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,10:20:24.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-04-12,10:35:17.511] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,10:35:24.011] [DEBUG] 6 processes running of frp type [2026-04-12,10:50:18.190] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,10:50:24.713] [DEBUG] 6 processes running of frp type [2026-04-12,11:05:18.203] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,11:05:24.751] [DEBUG] 6 processes running of frp type [2026-04-12,11:20:16.983] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,11:20:23.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-04-12,11:35:17.403] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,11:35:23.896] [DEBUG] 6 processes running of frp type [2026-04-12,11:50:17.671] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,11:50:24.230] [DEBUG] 6 processes running of frp type 2026-04-12 12:01:36.254 [I] [client/service.go:294] [2461c6f809887b26] try to connect to server... 2026-04-12 12:01:46.256 [W] [client/service.go:297] [2461c6f809887b26] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 12:01:46.257 [I] [client/service.go:294] [2461c6f809887b26] try to connect to server... 2026-04-12 12:01:56.259 [W] [client/service.go:297] [2461c6f809887b26] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 12:01:56.259 [I] [client/service.go:294] [2461c6f809887b26] try to connect to server... 2026-04-12 12:02:06.261 [W] [client/service.go:297] [2461c6f809887b26] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 12:02:06.262 [I] [client/service.go:294] [2461c6f809887b26] try to connect to server... 2026-04-12 12:02:16.263 [W] [client/service.go:297] [2461c6f809887b26] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 12:02:16.264 [I] [client/service.go:294] [2461c6f809887b26] try to connect to server... 2026-04-12 12:02:26.266 [W] [client/service.go:297] [2461c6f809887b26] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 12:02:46.267 [I] [client/service.go:294] [2461c6f809887b26] try to connect to server... 2026-04-12 12:02:56.269 [W] [client/service.go:297] [2461c6f809887b26] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 12:03:16.270 [I] [client/service.go:294] [2461c6f809887b26] try to connect to server... 2026-04-12 12:03:16.274 [W] [client/service.go:297] [2461c6f809887b26] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-12 12:03:36.275 [I] [client/service.go:294] [2461c6f809887b26] try to connect to server... 2026-04-12 12:03:36.923 [I] [client/service.go:286] [2461c6f809887b26] login to server success, get run id [2461c6f809887b26] 2026-04-12 12:03:36.924 [I] [proxy/proxy_manager.go:173] [2461c6f809887b26] proxy added: [DTN57CC4444] 2026-04-12 12:03:37.124 [I] [client/control.go:168] [2461c6f809887b26] [DTN57CC4444] start proxy success [2026-04-12,12:05:17.678] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,12:05:24.169] [DEBUG] 6 processes running of frp type [2026-04-12,12:20:17.511] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,12: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-04-12,12:35:17.923] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,12:35:24.399] [DEBUG] 6 processes running of frp type [2026-04-12,12:50:18.049] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,12:50:24.660] [DEBUG] 6 processes running of frp type [2026-04-12,13:05:18.170] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,13:05:24.771] [DEBUG] 6 processes running of frp type [2026-04-12,13:20:17.105] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,13:20:23.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-12,13:35:17.475] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,13:35:23.999] [DEBUG] 6 processes running of frp type [2026-04-12,13:50:17.696] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,13:50:24.269] [DEBUG] 6 processes running of frp type [2026-04-12,14:05:17.695] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,14:05:24.271] [DEBUG] 6 processes running of frp type [2026-04-12,14:20:17.589] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,14: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-04-12,14:35:17.910] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,14:35:24.484] [DEBUG] 6 processes running of frp type [2026-04-12,14:50:17.233] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,14:50:23.740] [DEBUG] 6 processes running of frp type [2026-04-12,15:05:18.170] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,15:05:24.707] [DEBUG] 6 processes running of frp type [2026-04-12,15:20:17.273] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,15: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-12,15:35:17.439] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,15:35:24.021] [DEBUG] 6 processes running of frp type [2026-04-12,15:50:17.875] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,15:50:24.462] [DEBUG] 6 processes running of frp type [2026-04-12,16:05:18.062] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,16:05:24.638] [DEBUG] 6 processes running of frp type [2026-04-12,16:20:18.192] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,16: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-12,16:35:17.559] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,16:35:39.575] [DEBUG] 6 processes running of frp type [2026-04-12,16:50:17.511] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,16:50:24.472] [DEBUG] 6 processes running of frp type [2026-04-12,17:05:19.253] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,17:05:31.048] [DEBUG] 6 processes running of frp type [2026-04-12,17:20:17.504] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,17: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-04-12,17:35:17.509] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,17:35:24.420] [DEBUG] 6 processes running of frp type [2026-04-12,17:50:17.210] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,17:50:24.097] [DEBUG] 6 processes running of frp type [2026-04-12,18:05:17.541] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,18:05:42.282] [DEBUG] 6 processes running of frp type 2026-04-12 18:18:49.699 [I] [client/service.go:294] [2461c6f809887b26] try to connect to server... 2026-04-12 18:18:51.899 [I] [client/service.go:286] [2461c6f809887b26] login to server success, get run id [2461c6f809887b26] 2026-04-12 18:18:51.900 [I] [proxy/proxy_manager.go:173] [2461c6f809887b26] proxy added: [DTN57CC4444] 2026-04-12 18:18:52.259 [I] [client/control.go:168] [2461c6f809887b26] [DTN57CC4444] start proxy success [2026-04-12,18:20:18.845] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,18:20:26.632] [DEBUG] 6 processes running of frp type [2026-04-12,18:25:42.145] [INFO] Initializing BusSpeedStateManager V2 [2026-04-12,18:25:42.149] [INFO] LocationSqlManager initialising [2026-04-12,18:25:42.150] [INFO] Location DB initialising [2026-04-12,18:25:42.159] [INFO] LocationSqlManager initialisation complete [2026-04-12,18:25:42.160] [DEBUG] UploadManager Init [2026-04-12,18:25:42.160] [DEBUG] UploadManager Init Complete [2026-04-12,18:25:42.163] [INFO] Initializing GPS... [2026-04-12,18:25:42.165] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.653] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,18:27:56.096] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:28:15.043] [DEBUG] Log Upload Complete! [2026-04-12,18:30:44.998] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,18:30:51.585] [DEBUG] Remote Access Enabled [2026-04-12,18:30:57.773] [INFO] Server Address: 138.201.17.179 [2026-04-12,18:30:57.774] [INFO] Server Port: 7000 [2026-04-12,18:30:57.779] [DEBUG] Starting Remote Access! 2026-04-12 18:30:57.914 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-12 18:30:57.915 [I] [client/service.go:294] try to connect to server... 2026-04-12 18:30:58.518 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-12 18:30:58.520 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-12 18:30:58.728 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] start proxy success [2026-04-12,18:35:17.375] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,18:35:23.966] [DEBUG] 6 processes running of frp type [2026-04-12,18:50:17.693] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,18:50:24.205] [DEBUG] 6 processes running of frp type [2026-04-12,19:05:17.770] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,19:05:24.289] [DEBUG] 6 processes running of frp type [2026-04-12,19:20:17.640] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,19: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-04-12,19:35:17.502] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,19:35:24.173] [DEBUG] 6 processes running of frp type 2026-04-12 19:36:04.599 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 19:36:14.601 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 19:36:14.601 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 19:36:18.621 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-12 19:36:18.623 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-12 19:36:18.844 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] start proxy success [2026-04-12,19:50:17.507] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,19:50:24.063] [DEBUG] 6 processes running of frp type [2026-04-12,20:05:17.370] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,20:05: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-04-12,20:35:18.009] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,20:35:24.556] [DEBUG] 6 processes running of frp type [2026-04-12,20:50:17.199] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,20:50:23.871] [DEBUG] 6 processes running of frp type 2026-04-12 20:57:49.014 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 20:57:59.776 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: connection write timeout 2026-04-12 20:57:59.777 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 20:58:19.082 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: i/o deadline reached 2026-04-12 20:58:19.083 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 20:58:29.085 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 20:58:29.085 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 20:58:38.798 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-12 20:58:38.800 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-12 20:58:39.025 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] start proxy success 2026-04-12 21:00:18.642 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 21:00:19.685 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-12 21:00:19.686 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-12 21:00:22.132 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] start proxy success [2026-04-12,21:05:17.557] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,21:05:24.411] [DEBUG] 6 processes running of frp type [2026-04-12,21:20:18.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,21:20:24.753] [DEBUG] 6 processes running of frp type 2026-04-12 21:21:11.656 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 21:21:26.720 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: i/o deadline reached 2026-04-12 21:21:26.721 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 21:21:37.808 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-12 21:21:37.810 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-12 21:21:38.278 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] 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-12,21:35:17.381] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,21:35:24.173] [DEBUG] 6 processes running of frp type 2026-04-12 21:40:07.518 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 21:40:09.551 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-12 21:40:09.552 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-12 21:40:10.942 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] start proxy success 2026-04-12 21:45:33.688 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 21:45:34.357 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-12 21:45:34.359 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-12 21:45:34.582 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] start proxy success [2026-04-12,21:50:17.743] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,21:50:26.169] [DEBUG] 6 processes running of frp type 2026-04-12 21:54:38.781 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 21:54:44.304 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-12 21:54:44.305 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-12 21:54:44.532 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] start proxy success 2026-04-12 21:57:27.732 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 21:57:30.478 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-12 21:57:30.479 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-12 21:57:34.419 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] start proxy success [2026-04-12,22:05:17.590] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,22:05:24.619] [DEBUG] 6 processes running of frp type [2026-04-12,22:20:17.872] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,22: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-04-12 22:31:38.209 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 22:31:49.761 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: connection write timeout 2026-04-12 22:31:49.761 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 22:31:50.684 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-12 22:31:50.685 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-12 22:31:51.000 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] start proxy success [2026-04-12,22:35:17.306] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,22:35:26.407] [DEBUG] 6 processes running of frp type [2026-04-12,22:50:17.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,22:50:24.286] [DEBUG] 6 processes running of frp type 2026-04-12 23:02:33.911 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-12 23:02:48.635 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-12 23:02:48.637 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-12 23:02:49.062 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] start proxy success [2026-04-12,23:05:17.577] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,23:05:24.119] [DEBUG] 6 processes running of frp type [2026-04-12,23:20:17.254] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,23:20:23.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-04-12,23:35:17.676] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,23:35:24.208] [DEBUG] 6 processes running of frp type [2026-04-12,23:50:17.847] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-12,23:50:24.334] [DEBUG] 6 processes running of frp type [2026-04-13,00:05:17.649] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,00:05:24.231] [DEBUG] 6 processes running of frp type [2026-04-13,00:20:17.503] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,00: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-04-13,00:35:16.922] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,00:35:24.603] [DEBUG] 6 processes running of frp type [2026-04-13,00:50:17.202] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,00:50:23.829] [DEBUG] 6 processes running of frp type [2026-04-13,01:05:17.581] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,01:05:24.089] [DEBUG] 6 processes running of frp type [2026-04-13,01:20:17.327] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,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-04-13,01:35:17.688] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,01:35:24.192] [DEBUG] 6 processes running of frp type [2026-04-13,01:50:18.233] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,01:50:24.744] [DEBUG] 6 processes running of frp type [2026-04-13,02:05:17.271] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,02:05:23.816] [DEBUG] 6 processes running of frp type [2026-04-13,02:20:17.322] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,02: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-04-13,02:35:17.611] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,02:35:24.150] [DEBUG] 6 processes running of frp type [2026-04-13,02:50:17.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,02:50:23.819] [DEBUG] 6 processes running of frp type 2026-04-13 02:54:50.804 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 02:55:00.471 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-13 02:55:00.474 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-13 02:55:35.560 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 02:55:45.562 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 02:55:45.562 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 02:55:55.397 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-13 02:55:55.398 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-13 02:55:56.019 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] start proxy success [2026-04-13,03:05:17.274] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,03:05:23.870] [DEBUG] 6 processes running of frp type 2026-04-13 03:13:25.937 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 03:13:35.939 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 03:13:35.940 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 03:13:54.805 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: connection write timeout 2026-04-13 03:13:54.806 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 03:14:04.807 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 03:14:04.808 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 03:14:09.936 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-13 03:14:09.938 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-13 03:14:10.186 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] start proxy success 2026-04-13 03:15:02.377 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 03:15:03.104 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-13 03:15:03.105 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-13 03:15:03.337 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] start proxy success [2026-04-13,03:20:17.393] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,03: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-04-13,03:35:17.590] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,03:35:24.208] [DEBUG] 6 processes running of frp type [2026-04-13,03:50:17.833] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,03:50:26.554] [DEBUG] 6 processes running of frp type 2026-04-13 04:01:15.664 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 04:01:16.460 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-13 04:01:18.512 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 04:01:18.516 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-13 04:01:22.907 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 04:01:22.911 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-13 04:01:32.141 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 04:01:32.148 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-13 04:01:51.740 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 04:01:51.744 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-13 04:02:11.746 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 04:02:11.751 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-13 04:02:31.752 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 04:02:31.756 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-13 04:02:51.758 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 04:02:51.762 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-13 04:03:11.763 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 04:03:11.767 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-13 04:03:31.769 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 04:03:31.773 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-13 04:03:51.775 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 04:03:51.779 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-13 04:04:11.780 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 04:04:12.424 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-13 04:04:12.426 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-13 04:04:12.645 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] start proxy success [2026-04-13,04:05:17.970] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,04:05:24.590] [DEBUG] 6 processes running of frp type [2026-04-13,04:20:18.281] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,04: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-13,04:35:17.390] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,04:35:24.009] [DEBUG] 6 processes running of frp type [2026-04-13,04:50:17.020] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,04:50:23.702] [DEBUG] 6 processes running of frp type [2026-04-13,05:05:18.196] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,05:05:24.890] [DEBUG] 6 processes running of frp type [2026-04-13,05:20:17.081] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,05: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-04-13 05:34:52.442 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 05:35:02.444 [W] [client/service.go:297] [3b955dfa689b971a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 05:35:02.445 [I] [client/service.go:294] [3b955dfa689b971a] try to connect to server... 2026-04-13 05:35:06.627 [I] [client/service.go:286] [3b955dfa689b971a] login to server success, get run id [3b955dfa689b971a] 2026-04-13 05:35:06.628 [I] [proxy/proxy_manager.go:173] [3b955dfa689b971a] proxy added: [DTN57CC4444] 2026-04-13 05:35:08.620 [I] [client/control.go:168] [3b955dfa689b971a] [DTN57CC4444] start proxy success [2026-04-13,05:35:20.658] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-13,05:50:17.535] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,05:50:24.124] [DEBUG] 6 processes running of frp type [2026-04-13,06:05:17.756] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,06:05:24.630] [DEBUG] 6 processes running of frp type [2026-04-13,06:20:18.020] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,06: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-04-13,06:30:40.620] [INFO] Initializing BusSpeedStateManager V2 [2026-04-13,06:30:40.625] [INFO] LocationSqlManager initialising [2026-04-13,06:30:40.625] [INFO] Location DB initialising [2026-04-13,06:30:40.634] [INFO] LocationSqlManager initialisation complete [2026-04-13,06:30:40.635] [DEBUG] UploadManager Init [2026-04-13,06:30:40.635] [DEBUG] UploadManager Init Complete [2026-04-13,06:30:40.638] [INFO] Initializing GPS... [2026-04-13,06:30:40.640] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.453] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,06:32:55.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-04-13,06:33:11.417] [DEBUG] Log Upload Complete! [2026-04-13,06:35:44.538] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,06:35:50.979] [DEBUG] Remote Access Enabled [2026-04-13,06:35:57.132] [INFO] Server Address: 138.201.17.179 [2026-04-13,06:35:57.133] [INFO] Server Port: 7000 [2026-04-13,06:35:57.138] [DEBUG] Starting Remote Access! 2026-04-13 06:35:57.270 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-13 06:35:57.271 [I] [client/service.go:294] try to connect to server... 2026-04-13 06:35:57.889 [I] [client/service.go:286] [4d25fb81305b5865] login to server success, get run id [4d25fb81305b5865] 2026-04-13 06:35:57.890 [I] [proxy/proxy_manager.go:173] [4d25fb81305b5865] proxy added: [DTN57CC4444] 2026-04-13 06:35:58.094 [I] [client/control.go:168] [4d25fb81305b5865] [DTN57CC4444] start proxy success [2026-04-13,06:50:17.120] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,06:50:23.657] [DEBUG] 6 processes running of frp type [2026-04-13,07:05:16.982] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,07:05:23.606] [DEBUG] 6 processes running of frp type [2026-04-13,07:20:18.337] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,07: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-04-13,07:35:17.828] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,07:35:24.404] [DEBUG] 6 processes running of frp type [2026-04-13,07:50:17.377] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,07:50:23.951] [DEBUG] 6 processes running of frp type [2026-04-13,08:02:17.141] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,08:02:23.622] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:39.134] [DEBUG] Log Upload Complete! [2026-04-13,08:05:17.472] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,08:05:23.969] [DEBUG] 6 processes running of frp type [2026-04-13,08:20:17.183] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,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' [2026-04-13,08:35:17.449] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,08:35:23.931] [DEBUG] 6 processes running of frp type [2026-04-13,08:50:17.551] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,08:50:24.178] [DEBUG] 6 processes running of frp type [2026-04-13,09:05:17.471] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,09:05:24.080] [DEBUG] 6 processes running of frp type [2026-04-13,09:20:17.769] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,09: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-13,09:35:17.967] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,09:35:24.534] [DEBUG] 6 processes running of frp type [2026-04-13,09:50:17.190] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,09:50:23.767] [DEBUG] 6 processes running of frp type [2026-04-13,10:05:17.055] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,10:05:23.571] [DEBUG] 6 processes running of frp type [2026-04-13,10:20:17.951] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,10: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-04-13,10:35:17.306] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,10:35:23.873] [DEBUG] 6 processes running of frp type [2026-04-13,10:50:17.391] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,10:50:24.012] [DEBUG] 6 processes running of frp type [2026-04-13,11:05:17.436] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,11:05:23.953] [DEBUG] 6 processes running of frp type [2026-04-13,11:20:17.310] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,11: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-04-13,11:35:17.743] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,11:35:24.320] [DEBUG] 6 processes running of frp type [2026-04-13,11:50:18.073] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,11:50:24.640] [DEBUG] 6 processes running of frp type [2026-04-13,12:05:18.202] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,12:05:24.854] [DEBUG] 6 processes running of frp type [2026-04-13,12:20:17.193] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,12: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-04-13,12:35:17.541] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,12:35:24.215] [DEBUG] 6 processes running of frp type [2026-04-13,12:50:17.901] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,12:50:24.533] [DEBUG] 6 processes running of frp type [2026-04-13,13:05:18.071] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,13:05:24.611] [DEBUG] 6 processes running of frp type [2026-04-13,13:20:17.956] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,13: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-04-13,13:35:17.274] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,13:35:23.823] [DEBUG] 6 processes running of frp type [2026-04-13,13:50:17.464] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,13:50:23.986] [DEBUG] 6 processes running of frp type [2026-04-13,14:05:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,14:05:24.002] [DEBUG] 6 processes running of frp type 2026-04-13 14:06:15.127 [I] [client/service.go:294] [4d25fb81305b5865] try to connect to server... 2026-04-13 14:06:25.130 [W] [client/service.go:297] [4d25fb81305b5865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 14:06:25.130 [I] [client/service.go:294] [4d25fb81305b5865] try to connect to server... 2026-04-13 14:06:35.132 [W] [client/service.go:297] [4d25fb81305b5865] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 14:06:35.133 [I] [client/service.go:294] [4d25fb81305b5865] try to connect to server... 2026-04-13 14:06:35.799 [I] [client/service.go:286] [4d25fb81305b5865] login to server success, get run id [4d25fb81305b5865] 2026-04-13 14:06:35.800 [I] [proxy/proxy_manager.go:173] [4d25fb81305b5865] proxy added: [DTN57CC4444] 2026-04-13 14:06:36.008 [I] [client/control.go:168] [4d25fb81305b5865] [DTN57CC4444] start proxy success [2026-04-13,14:20:17.355] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,14:20:23.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-13,14:35:17.632] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,14:35:24.216] [DEBUG] 6 processes running of frp type [2026-04-13,14:50:17.972] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,14:50:24.553] [DEBUG] 6 processes running of frp type [2026-04-13,15:05:18.030] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,15:05:24.607] [DEBUG] 6 processes running of frp type [2026-04-13,15:20:17.794] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,15: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' [2026-04-13,15:35:17.328] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,15:35:24.015] [DEBUG] 6 processes running of frp type [2026-04-13,15:50:17.683] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,15:50:24.318] [DEBUG] 6 processes running of frp type [2026-04-13,16:05:17.742] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,16:05:24.340] [DEBUG] 6 processes running of frp type [2026-04-13,16:20:17.673] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,16: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-04-13,16:35:18.125] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,16:35:24.715] [DEBUG] 6 processes running of frp type [2026-04-13,16:50:17.371] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,16:50:23.913] [DEBUG] 6 processes running of frp type [2026-04-13,17:05:17.306] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,17:05:23.858] [DEBUG] 6 processes running of frp type [2026-04-13,17:20:17.051] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,17:20:23.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-04-13,17:35:17.532] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,17:35:24.085] [DEBUG] 6 processes running of frp type [2026-04-13,17:50:17.831] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,17:50:24.435] [DEBUG] 6 processes running of frp type [2026-04-13,18:05:17.866] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,18:05:24.417] [DEBUG] 6 processes running of frp type [2026-04-13,18:20:17.710] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,18:20:24.284] [DEBUG] 6 processes running of frp type [2026-04-13,18:25:41.983] [INFO] Initializing BusSpeedStateManager V2 [2026-04-13,18:25:41.987] [INFO] LocationSqlManager initialising [2026-04-13,18:25:41.987] [INFO] Location DB initialising [2026-04-13,18:25:41.997] [INFO] LocationSqlManager initialisation complete [2026-04-13,18:25:41.997] [DEBUG] UploadManager Init [2026-04-13,18:25:41.998] [DEBUG] UploadManager Init Complete [2026-04-13,18:25:42.000] [INFO] Initializing GPS... [2026-04-13,18:25:42.003] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.845] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,18:27:56.322] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:36.597] [DEBUG] Log Upload Complete! [2026-04-13,18:30:49.867] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,18:30:56.373] [DEBUG] Remote Access Enabled [2026-04-13,18:31:02.501] [INFO] Server Address: 138.201.17.179 [2026-04-13,18:31:02.502] [INFO] Server Port: 7000 [2026-04-13,18:31:02.508] [DEBUG] Starting Remote Access! 2026-04-13 18:31:02.639 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-13 18:31:02.639 [I] [client/service.go:294] try to connect to server... 2026-04-13 18:31:03.316 [I] [client/service.go:286] [21321782f3931584] login to server success, get run id [21321782f3931584] 2026-04-13 18:31:03.317 [I] [proxy/proxy_manager.go:173] [21321782f3931584] proxy added: [DTN57CC4444] 2026-04-13 18:31:03.542 [I] [client/control.go:168] [21321782f3931584] [DTN57CC4444] start proxy success [2026-04-13,18:35:18.229] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,18:35:24.808] [DEBUG] 6 processes running of frp type [2026-04-13,18:50:17.694] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,18:50:24.240] [DEBUG] 6 processes running of frp type [2026-04-13,19:05:17.631] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,19:05:24.294] [DEBUG] 6 processes running of frp type [2026-04-13,19:20:17.610] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,19: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-04-13,19:35:17.817] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,19:35:24.337] [DEBUG] 6 processes running of frp type [2026-04-13,19:50:17.054] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,19:50:23.641] [DEBUG] 6 processes running of frp type [2026-04-13,20:05:18.148] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,20:05:24.690] [DEBUG] 6 processes running of frp type [2026-04-13,20:20:18.097] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,20: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-13,20:35:17.318] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,20:35:24.082] [DEBUG] 6 processes running of frp type [2026-04-13,20:50:17.594] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,20:50:24.431] [DEBUG] 6 processes running of frp type [2026-04-13,21:05:18.082] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,21:05:24.666] [DEBUG] 6 processes running of frp type [2026-04-13,21:20:18.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,21: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-04-13,21:35:17.864] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,21:35:24.404] [DEBUG] 6 processes running of frp type [2026-04-13,21:50:19.245] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,21:50:30.930] [DEBUG] 6 processes running of frp type [2026-04-13,22:05:17.920] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,22:05:36.219] [DEBUG] 6 processes running of frp type [2026-04-13,22:20:17.547] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,22:20:24.082] [DEBUG] 6 processes running of frp type 2026-04-13 22:25:36.356 [I] [client/service.go:294] [21321782f3931584] try to connect to server... 2026-04-13 22:25:44.433 [I] [client/service.go:286] [21321782f3931584] login to server success, get run id [21321782f3931584] 2026-04-13 22:25:44.434 [I] [proxy/proxy_manager.go:173] [21321782f3931584] proxy added: [DTN57CC4444] 2026-04-13 22:25:44.666 [I] [client/control.go:168] [21321782f3931584] [DTN57CC4444] 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-13,22:35:17.847] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,22:35:24.358] [DEBUG] 6 processes running of frp type [2026-04-13,22:50:18.213] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,22:50:25.450] [DEBUG] 6 processes running of frp type [2026-04-13,23:05:18.016] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,23:05:26.646] [DEBUG] 6 processes running of frp type [2026-04-13,23:20:17.883] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,23: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-13,23:35:17.543] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,23:35:24.186] [DEBUG] 6 processes running of frp type [2026-04-13,23:50:18.064] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-13,23:50:24.708] [DEBUG] 6 processes running of frp type [2026-04-14,00:05:18.506] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,00:05:25.060] [DEBUG] 6 processes running of frp type [2026-04-14,00:20:17.247] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,00: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-04-14,00:35:17.404] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,00:35:23.938] [DEBUG] 6 processes running of frp type [2026-04-14,00:50:17.478] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,00:50:23.950] [DEBUG] 6 processes running of frp type [2026-04-14,01:05:17.504] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,01:05:23.964] [DEBUG] 6 processes running of frp type [2026-04-14,01:20:18.751] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,01:20:25.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-04-14,01:35:17.679] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,01:35:35.895] [DEBUG] 6 processes running of frp type [2026-04-14,01:50:17.794] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,01:50:24.392] [DEBUG] 6 processes running of frp type [2026-04-14,02:05:17.674] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,02:05:24.236] [DEBUG] 6 processes running of frp type [2026-04-14,02:20:17.562] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,02: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-04-14,02:35:17.705] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,02:35:24.210] [DEBUG] 6 processes running of frp type [2026-04-14,02:50:17.887] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,02:50:24.401] [DEBUG] 6 processes running of frp type [2026-04-14,03:05:17.677] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,03:05:24.432] [DEBUG] 6 processes running of frp type [2026-04-14,03:20:17.678] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,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-04-14,03:35:17.855] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,03:35:24.420] [DEBUG] 6 processes running of frp type [2026-04-14,03:50:18.247] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,03:50:24.770] [DEBUG] 6 processes running of frp type 2026-04-14 04:00:49.284 [I] [client/service.go:294] [21321782f3931584] try to connect to server... 2026-04-14 04:00:52.327 [W] [client/service.go:297] [21321782f3931584] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-14 04:00:52.328 [I] [client/service.go:294] [21321782f3931584] try to connect to server... 2026-04-14 04:00:55.367 [W] [client/service.go:297] [21321782f3931584] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-14 04:00:55.367 [I] [client/service.go:294] [21321782f3931584] try to connect to server... 2026-04-14 04:00:58.408 [W] [client/service.go:297] [21321782f3931584] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-14 04:01:07.612 [I] [client/service.go:294] [21321782f3931584] try to connect to server... 2026-04-14 04:01:07.614 [W] [client/service.go:297] [21321782f3931584] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-14 04:01:27.615 [I] [client/service.go:294] [21321782f3931584] try to connect to server... 2026-04-14 04:01:28.569 [I] [client/service.go:286] [21321782f3931584] login to server success, get run id [21321782f3931584] 2026-04-14 04:01:28.570 [I] [proxy/proxy_manager.go:173] [21321782f3931584] proxy added: [DTN57CC4444] 2026-04-14 04:01:28.801 [I] [client/control.go:168] [21321782f3931584] [DTN57CC4444] start proxy success [2026-04-14,04:05:17.154] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,04:05:23.655] [DEBUG] 6 processes running of frp type [2026-04-14,04:20:17.756] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,04: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-04-14,04:35:18.305] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,04:35:24.762] [DEBUG] 6 processes running of frp type [2026-04-14,04:50:18.103] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,04:50:24.648] [DEBUG] 6 processes running of frp type [2026-04-14,05:05:18.245] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,05:05:24.769] [DEBUG] 6 processes running of frp type [2026-04-14,05:20:17.173] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,05: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' [2026-04-14,05:35:17.408] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,05:35:24.067] [DEBUG] 6 processes running of frp type [2026-04-14,05:50:17.684] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,05:50:24.235] [DEBUG] 6 processes running of frp type [2026-04-14,06:05:17.460] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,06:05:24.045] [DEBUG] 6 processes running of frp type [2026-04-14,06:20:17.346] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,06: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' [2026-04-14,06:30:42.198] [INFO] Initializing BusSpeedStateManager V2 [2026-04-14,06:30:42.203] [INFO] LocationSqlManager initialising [2026-04-14,06:30:42.204] [INFO] Location DB initialising [2026-04-14,06:30:42.214] [INFO] LocationSqlManager initialisation complete [2026-04-14,06:30:42.215] [DEBUG] UploadManager Init [2026-04-14,06:30:42.215] [DEBUG] UploadManager Init Complete [2026-04-14,06:30:42.219] [INFO] Initializing GPS... [2026-04-14,06:30:42.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-14,06:32:45.104] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,06:32:51.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-04-14,06:34:04.214] [DEBUG] Log Upload Complete! [2026-04-14,06:35:45.137] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,06:35:51.770] [DEBUG] Remote Access Enabled [2026-04-14,06:35:58.070] [INFO] Server Address: 138.201.17.179 [2026-04-14,06:35:58.071] [INFO] Server Port: 7000 [2026-04-14,06:35:58.077] [DEBUG] Starting Remote Access! 2026-04-14 06:35:58.210 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-14 06:35:58.211 [I] [client/service.go:294] try to connect to server... 2026-04-14 06:35:58.961 [I] [client/service.go:286] [1edcf1a38b22e70d] login to server success, get run id [1edcf1a38b22e70d] 2026-04-14 06:35:58.962 [I] [proxy/proxy_manager.go:173] [1edcf1a38b22e70d] proxy added: [DTN57CC4444] 2026-04-14 06:35:59.187 [I] [client/control.go:168] [1edcf1a38b22e70d] [DTN57CC4444] start proxy success [2026-04-14,06:50:17.889] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,06:50:42.237] [DEBUG] 6 processes running of frp type [2026-04-14,07:05:17.855] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,07:05:24.426] [DEBUG] 6 processes running of frp type [2026-04-14,07:20:18.211] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,07: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-04-14,07:35:18.111] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,07:35:24.667] [DEBUG] 6 processes running of frp type [2026-04-14,07:50:17.170] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,07:50:24.121] [DEBUG] 6 processes running of frp type [2026-04-14,08:02:17.386] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,08:02:28.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-04-14,08:02:38.376] [DEBUG] Log Upload Complete! [2026-04-14,08:05:17.531] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,08:05:24.079] [DEBUG] 6 processes running of frp type [2026-04-14,08:20:17.473] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,08: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-04-14,08:35:17.685] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,08:35:24.196] [DEBUG] 6 processes running of frp type [2026-04-14,08:50:17.881] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,08:50:24.378] [DEBUG] 6 processes running of frp type [2026-04-14,09:05:17.830] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,09:05:24.410] [DEBUG] 6 processes running of frp type [2026-04-14,09:20:17.768] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,09:20:25.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-04-14,09:35:17.390] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,09:35:23.932] [DEBUG] 6 processes running of frp type [2026-04-14,09:50:17.736] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,09:50:24.305] [DEBUG] 6 processes running of frp type [2026-04-14,10:05:17.709] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,10:05:24.331] [DEBUG] 6 processes running of frp type [2026-04-14,10:20:17.701] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,10: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-14,10:35:17.094] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,10:35:23.694] [DEBUG] 6 processes running of frp type [2026-04-14,10:50:17.356] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,10:50:24.078] [DEBUG] 6 processes running of frp type [2026-04-14,11:05:17.542] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,11:05:24.135] [DEBUG] 6 processes running of frp type [2026-04-14,11:20:17.476] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,11:20:23.977] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:17.789] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,11:35:24.468] [DEBUG] 6 processes running of frp type [2026-04-14,11:50:17.135] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,11:50:23.690] [DEBUG] 6 processes running of frp type 2026-04-14 12:01:34.314 [I] [client/service.go:294] [1edcf1a38b22e70d] try to connect to server... 2026-04-14 12:01:35.001 [I] [client/service.go:286] [1edcf1a38b22e70d] login to server success, get run id [1edcf1a38b22e70d] 2026-04-14 12:01:35.002 [I] [proxy/proxy_manager.go:173] [1edcf1a38b22e70d] proxy added: [DTN57CC4444] 2026-04-14 12:01:35.231 [I] [client/control.go:168] [1edcf1a38b22e70d] [DTN57CC4444] start proxy success [2026-04-14,12:05:18.089] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,12:05:24.674] [DEBUG] 6 processes running of frp type [2026-04-14,12:20:18.162] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,12: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-04-14,12:35:17.435] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,12:35:23.972] [DEBUG] 6 processes running of frp type [2026-04-14,12:50:17.607] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,12:50:24.194] [DEBUG] 6 processes running of frp type [2026-04-14,13:05:17.608] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,13:05:24.171] [DEBUG] 6 processes running of frp type [2026-04-14,13:20:17.509] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,13: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' [2026-04-14,13:35:17.842] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,13:35:24.419] [DEBUG] 6 processes running of frp type [2026-04-14,13:50:18.186] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,13:50:24.793] [DEBUG] 6 processes running of frp type [2026-04-14,14:05:17.225] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,14:05:23.822] [DEBUG] 6 processes running of frp type [2026-04-14,14:20:17.163] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,14: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-14,14:35:22.678] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,14:35:29.464] [DEBUG] 6 processes running of frp type [2026-04-14,14:50:18.120] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,14:50:24.682] [DEBUG] 6 processes running of frp type [2026-04-14,15:05:18.248] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,15:05:24.765] [DEBUG] 6 processes running of frp type [2026-04-14,15:20:17.064] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,15: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-04-14,15:35:17.519] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,15:35:24.131] [DEBUG] 6 processes running of frp type [2026-04-14,15:50:17.869] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,15:50:24.440] [DEBUG] 6 processes running of frp type [2026-04-14,16:05:17.961] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,16:05:24.555] [DEBUG] 6 processes running of frp type [2026-04-14,16:20:17.841] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,16:20:24.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-04-14,16:35:17.154] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,16:35:24.090] [DEBUG] 6 processes running of frp type [2026-04-14,16:50:17.865] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,16:50:24.388] [DEBUG] 6 processes running of frp type [2026-04-14,17:05:17.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,17:05:24.637] [DEBUG] 6 processes running of frp type [2026-04-14,17:20:22.930] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,17:20:32.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-04-14,17:35:17.965] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,17:35:24.798] [DEBUG] 6 processes running of frp type [2026-04-14,17:50:18.557] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,17:50:25.267] [DEBUG] 6 processes running of frp type [2026-04-14,18:05:21.087] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,18:05:40.982] [DEBUG] 6 processes running of frp type 2026-04-14 18:05:46.556 [I] [client/service.go:294] [1edcf1a38b22e70d] try to connect to server... 2026-04-14 18:06:04.855 [I] [client/service.go:286] [1edcf1a38b22e70d] login to server success, get run id [1edcf1a38b22e70d] 2026-04-14 18:06:04.857 [I] [proxy/proxy_manager.go:173] [1edcf1a38b22e70d] proxy added: [DTN57CC4444] 2026-04-14 18:06:14.703 [I] [client/control.go:168] [1edcf1a38b22e70d] [DTN57CC4444] start proxy success 2026-04-14 18:06:35.413 [I] [client/service.go:294] [1edcf1a38b22e70d] try to connect to server... 2026-04-14 18:06:47.804 [W] [client/service.go:297] [1edcf1a38b22e70d] connect to server error: i/o deadline reached 2026-04-14 18:06:47.805 [I] [client/service.go:294] [1edcf1a38b22e70d] try to connect to server... 2026-04-14 18:06:57.806 [W] [client/service.go:297] [1edcf1a38b22e70d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 18:06:57.807 [I] [client/service.go:294] [1edcf1a38b22e70d] try to connect to server... 2026-04-14 18:07:02.028 [I] [client/service.go:286] [1edcf1a38b22e70d] login to server success, get run id [1edcf1a38b22e70d] 2026-04-14 18:07:02.029 [I] [proxy/proxy_manager.go:173] [1edcf1a38b22e70d] proxy added: [DTN57CC4444] 2026-04-14 18:07:03.162 [I] [client/control.go:168] [1edcf1a38b22e70d] [DTN57CC4444] start proxy success 2026-04-14 18:08:11.810 [I] [client/service.go:294] [1edcf1a38b22e70d] try to connect to server... 2026-04-14 18:08:16.246 [I] [client/service.go:286] [1edcf1a38b22e70d] login to server success, get run id [1edcf1a38b22e70d] 2026-04-14 18:08:16.249 [I] [proxy/proxy_manager.go:173] [1edcf1a38b22e70d] proxy added: [DTN57CC4444] 2026-04-14 18:08:20.538 [I] [client/control.go:168] [1edcf1a38b22e70d] [DTN57CC4444] start proxy success 2026-04-14 18:08:55.097 [I] [client/service.go:294] [1edcf1a38b22e70d] try to connect to server... 2026-04-14 18:08:59.697 [I] [client/service.go:286] [1edcf1a38b22e70d] login to server success, get run id [1edcf1a38b22e70d] 2026-04-14 18:08:59.698 [I] [proxy/proxy_manager.go:173] [1edcf1a38b22e70d] proxy added: [DTN57CC4444] 2026-04-14 18:09:01.147 [I] [client/control.go:168] [1edcf1a38b22e70d] [DTN57CC4444] start proxy success 2026-04-14 18:12:18.649 [I] [client/service.go:294] [1edcf1a38b22e70d] try to connect to server... 2026-04-14 18:12:24.712 [I] [client/service.go:286] [1edcf1a38b22e70d] login to server success, get run id [1edcf1a38b22e70d] 2026-04-14 18:12:24.713 [I] [proxy/proxy_manager.go:173] [1edcf1a38b22e70d] proxy added: [DTN57CC4444] 2026-04-14 18:12:28.015 [I] [client/control.go:168] [1edcf1a38b22e70d] [DTN57CC4444] start proxy success 2026-04-14 18:16:50.942 [I] [client/service.go:294] [1edcf1a38b22e70d] try to connect to server... 2026-04-14 18:17:02.213 [W] [client/service.go:297] [1edcf1a38b22e70d] connect to server error: connection write timeout 2026-04-14 18:17:02.213 [I] [client/service.go:294] [1edcf1a38b22e70d] try to connect to server... 2026-04-14 18:17:13.669 [W] [client/service.go:297] [1edcf1a38b22e70d] connect to server error: connection write timeout 2026-04-14 18:17:13.669 [I] [client/service.go:294] [1edcf1a38b22e70d] try to connect to server... 2026-04-14 18:17:28.000 [W] [client/service.go:297] [1edcf1a38b22e70d] connect to server error: i/o deadline reached 2026-04-14 18:17:28.001 [I] [client/service.go:294] [1edcf1a38b22e70d] try to connect to server... 2026-04-14 18:17:38.631 [W] [client/service.go:297] [1edcf1a38b22e70d] connect to server error: connection write timeout 2026-04-14 18:17:38.632 [I] [client/service.go:294] [1edcf1a38b22e70d] try to connect to server... 2026-04-14 18:17:56.194 [W] [client/service.go:297] [1edcf1a38b22e70d] connect to server error: i/o deadline reached 2026-04-14 18:18:16.196 [I] [client/service.go:294] [1edcf1a38b22e70d] try to connect to server... 2026-04-14 18:18:29.046 [I] [client/service.go:286] [1edcf1a38b22e70d] login to server success, get run id [1edcf1a38b22e70d] 2026-04-14 18:18:29.048 [I] [proxy/proxy_manager.go:173] [1edcf1a38b22e70d] proxy added: [DTN57CC4444] 2026-04-14 18:18:34.808 [I] [client/control.go:168] [1edcf1a38b22e70d] [DTN57CC4444] start proxy success [2026-04-14,18:20:17.391] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,18:20:26.863] [DEBUG] 6 processes running of frp type [2026-04-14,18:25:41.464] [INFO] Initializing BusSpeedStateManager V2 [2026-04-14,18:25:41.471] [INFO] LocationSqlManager initialising [2026-04-14,18:25:41.472] [INFO] Location DB initialising [2026-04-14,18:25:41.483] [INFO] LocationSqlManager initialisation complete [2026-04-14,18:25:41.485] [DEBUG] UploadManager Init [2026-04-14,18:25:41.485] [DEBUG] UploadManager Init Complete [2026-04-14,18:25:41.490] [INFO] Initializing GPS... [2026-04-14,18:25:41.493] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:46.187] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,18:27:53.836] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-14,18:30:45.006] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,18:30:51.795] [DEBUG] Remote Access Enabled [2026-04-14,18:30:58.260] [INFO] Server Address: 138.201.17.179 [2026-04-14,18:30:58.261] [INFO] Server Port: 7000 [2026-04-14,18:30:58.266] [DEBUG] Starting Remote Access! 2026-04-14 18:30:58.404 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-14 18:30:58.404 [I] [client/service.go:294] try to connect to server... 2026-04-14 18:30:59.089 [I] [client/service.go:286] [aaa495a01abdcc34] login to server success, get run id [aaa495a01abdcc34] 2026-04-14 18:30:59.090 [I] [proxy/proxy_manager.go:173] [aaa495a01abdcc34] proxy added: [DTN57CC4444] 2026-04-14 18:30:59.330 [I] [client/control.go:168] [aaa495a01abdcc34] [DTN57CC4444] start proxy success [2026-04-14,18:35:16.470] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,18:35:23.791] [DEBUG] 6 processes running of frp type [2026-04-14,18:50:17.973] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,18:50:24.641] [DEBUG] 6 processes running of frp type 2026-04-14 18:54:10.423 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 18:54:20.425 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 18:54:20.426 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 18:54:40.779 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: i/o deadline reached 2026-04-14 18:54:40.780 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 18:54:56.128 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: i/o deadline reached 2026-04-14 18:54:56.129 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 18:55:13.847 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: i/o deadline reached 2026-04-14 18:55:13.848 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 18:55:28.970 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: i/o deadline reached 2026-04-14 18:55:48.971 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 18:55:50.950 [I] [client/service.go:286] [aaa495a01abdcc34] login to server success, get run id [aaa495a01abdcc34] 2026-04-14 18:55:50.950 [I] [proxy/proxy_manager.go:173] [aaa495a01abdcc34] proxy added: [DTN57CC4444] 2026-04-14 18:55:51.289 [I] [client/control.go:168] [aaa495a01abdcc34] [DTN57CC4444] start proxy success [2026-04-14,19:05:18.033] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,19:05:24.824] [DEBUG] 6 processes running of frp type [2026-04-14,19:20:17.818] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,19:20:27.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-14,19:35:17.758] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,19:35:27.088] [DEBUG] 6 processes running of frp type [2026-04-14,19:50:18.109] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,19:50:24.747] [DEBUG] 6 processes running of frp type [2026-04-14,20:05:17.569] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,20:05:27.523] [DEBUG] 6 processes running of frp type 2026-04-14 20:08:00.215 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 20:08:06.097 [I] [client/service.go:286] [aaa495a01abdcc34] login to server success, get run id [aaa495a01abdcc34] 2026-04-14 20:08:06.098 [I] [proxy/proxy_manager.go:173] [aaa495a01abdcc34] proxy added: [DTN57CC4444] 2026-04-14 20:08:06.693 [I] [client/control.go:168] [aaa495a01abdcc34] [DTN57CC4444] start proxy success 2026-04-14 20:09:45.592 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 20:09:55.595 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 20:09:55.595 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 20:10:10.052 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: i/o deadline reached 2026-04-14 20:10:10.053 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 20:10:20.054 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 20:10:20.055 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 20:10:30.325 [I] [client/service.go:286] [aaa495a01abdcc34] login to server success, get run id [aaa495a01abdcc34] 2026-04-14 20:10:30.326 [I] [proxy/proxy_manager.go:173] [aaa495a01abdcc34] proxy added: [DTN57CC4444] 2026-04-14 20:10:35.139 [I] [client/control.go:168] [aaa495a01abdcc34] [DTN57CC4444] start proxy success [2026-04-14,20:20:17.988] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,20: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-04-14,20:35:17.708] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,20:35:24.516] [DEBUG] 6 processes running of frp type [2026-04-14,20:50:18.146] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,20:50:25.224] [DEBUG] 6 processes running of frp type 2026-04-14 21:01:20.741 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 21:01:32.707 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: connection write timeout 2026-04-14 21:01:32.708 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 21:01:42.710 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-14 21:01:42.711 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 21:01:50.758 [I] [client/service.go:286] [aaa495a01abdcc34] login to server success, get run id [aaa495a01abdcc34] 2026-04-14 21:01:50.759 [I] [proxy/proxy_manager.go:173] [aaa495a01abdcc34] proxy added: [DTN57CC4444] 2026-04-14 21:01:50.997 [I] [client/control.go:168] [aaa495a01abdcc34] [DTN57CC4444] start proxy success [2026-04-14,21:05:19.055] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-14,21:20:17.496] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,21:20:24.161] [DEBUG] 6 processes running of frp type 2026-04-14 21:22:27.279 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 21:22:32.932 [I] [client/service.go:286] [aaa495a01abdcc34] login to server success, get run id [aaa495a01abdcc34] 2026-04-14 21:22:32.933 [I] [proxy/proxy_manager.go:173] [aaa495a01abdcc34] proxy added: [DTN57CC4444] 2026-04-14 21:22:33.141 [I] [client/control.go:168] [aaa495a01abdcc34] [DTN57CC4444] 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-14,21:35:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,21:35:27.625] [DEBUG] 6 processes running of frp type 2026-04-14 21:47:18.917 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 21:47:25.577 [I] [client/service.go:286] [aaa495a01abdcc34] login to server success, get run id [aaa495a01abdcc34] 2026-04-14 21:47:25.578 [I] [proxy/proxy_manager.go:173] [aaa495a01abdcc34] proxy added: [DTN57CC4444] 2026-04-14 21:47:25.854 [I] [client/control.go:168] [aaa495a01abdcc34] [DTN57CC4444] start proxy success [2026-04-14,21:50:17.212] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,21:50:23.739] [DEBUG] 6 processes running of frp type 2026-04-14 21:53:43.170 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 21:53:51.342 [I] [client/service.go:286] [aaa495a01abdcc34] login to server success, get run id [aaa495a01abdcc34] 2026-04-14 21:53:51.344 [I] [proxy/proxy_manager.go:173] [aaa495a01abdcc34] proxy added: [DTN57CC4444] 2026-04-14 21:53:51.575 [I] [client/control.go:168] [aaa495a01abdcc34] [DTN57CC4444] start proxy success [2026-04-14,22:05:16.974] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,22:05:23.753] [DEBUG] 6 processes running of frp type [2026-04-14,22:20:17.130] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,22: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-14,22:35:17.594] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,22:36:29.165] [DEBUG] 6 processes running of frp type [2026-04-14,22:50:17.138] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,22:50:23.736] [DEBUG] 6 processes running of frp type [2026-04-14,23:05:17.158] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,23:05:23.760] [DEBUG] 6 processes running of frp type 2026-04-14 23:11:41.628 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-14 23:11:42.284 [I] [client/service.go:286] [aaa495a01abdcc34] login to server success, get run id [aaa495a01abdcc34] 2026-04-14 23:11:42.285 [I] [proxy/proxy_manager.go:173] [aaa495a01abdcc34] proxy added: [DTN57CC4444] 2026-04-14 23:11:42.510 [I] [client/control.go:168] [aaa495a01abdcc34] [DTN57CC4444] start proxy success [2026-04-14,23:20:16.947] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,23:20:23.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-14,23:35:18.000] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,23:35:24.671] [DEBUG] 6 processes running of frp type [2026-04-14,23:50:17.854] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-14,23:50:24.627] [DEBUG] 6 processes running of frp type [2026-04-15,00:05:18.176] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,00:05:24.781] [DEBUG] 6 processes running of frp type [2026-04-15,00:20:17.009] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,00: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' [2026-04-15,00:35:17.367] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,00:35:23.979] [DEBUG] 6 processes running of frp type [2026-04-15,00:50:17.604] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,00:50:24.116] [DEBUG] 6 processes running of frp type [2026-04-15,01:05:17.571] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,01:05:24.074] [DEBUG] 6 processes running of frp type [2026-04-15,01:20:17.682] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,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' [2026-04-15,01:35:18.009] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,01:35:24.511] [DEBUG] 6 processes running of frp type [2026-04-15,01:50:17.345] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,01:50:23.930] [DEBUG] 6 processes running of frp type [2026-04-15,02:05:17.103] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,02:05:23.625] [DEBUG] 6 processes running of frp type [2026-04-15,02:20:18.090] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,02: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-15,02:35:17.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,02:35:23.855] [DEBUG] 6 processes running of frp type [2026-04-15,02:50:17.552] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,02:50:24.280] [DEBUG] 6 processes running of frp type [2026-04-15,03:05:17.610] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,03:05:24.283] [DEBUG] 6 processes running of frp type [2026-04-15,03:20:17.549] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,03:20:24.076] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.328] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,03:35:23.857] [DEBUG] 6 processes running of frp type 2026-04-15 03:36:38.057 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 03:36:45.997 [I] [client/service.go:286] [aaa495a01abdcc34] login to server success, get run id [aaa495a01abdcc34] 2026-04-15 03:36:45.997 [I] [proxy/proxy_manager.go:173] [aaa495a01abdcc34] proxy added: [DTN57CC4444] 2026-04-15 03:36:46.383 [I] [client/control.go:168] [aaa495a01abdcc34] [DTN57CC4444] start proxy success 2026-04-15 03:37:25.407 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 03:37:26.038 [I] [client/service.go:286] [aaa495a01abdcc34] login to server success, get run id [aaa495a01abdcc34] 2026-04-15 03:37:26.040 [I] [proxy/proxy_manager.go:173] [aaa495a01abdcc34] proxy added: [DTN57CC4444] 2026-04-15 03:37:26.244 [I] [client/control.go:168] [aaa495a01abdcc34] [DTN57CC4444] start proxy success [2026-04-15,03:50:17.493] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,03:50:24.171] [DEBUG] 6 processes running of frp type 2026-04-15 04:01:18.630 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:01:21.532 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:01:21.533 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:01:21.541 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:01:26.124 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:01:26.128 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:01:35.859 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:01:35.863 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:01:55.762 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:01:55.764 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:02:15.766 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:02:15.770 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:02:35.772 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:02:35.775 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:02:55.776 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:02:55.779 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:03:15.780 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:03:15.784 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:03:35.785 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:03:35.789 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:03:55.790 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:03:55.793 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:04:15.794 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:04:15.798 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:04:35.799 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:04:35.803 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:04:55.804 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:04:55.808 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:05:15.810 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:05:15.815 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:05:35.815 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:05:35.819 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:05:55.820 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:05:55.822 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:06:15.823 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:06:15.827 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:06:35.829 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:06:35.846 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:06:55.847 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:06:55.853 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-15 04:07:15.854 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:07:16.390 [I] [client/service.go:286] [aaa495a01abdcc34] login to server success, get run id [aaa495a01abdcc34] 2026-04-15 04:07:16.392 [I] [proxy/proxy_manager.go:173] [aaa495a01abdcc34] proxy added: [DTN57CC4444] 2026-04-15 04:07:16.572 [I] [client/control.go:168] [aaa495a01abdcc34] [DTN57CC4444] start proxy success 2026-04-15 04:11:59.613 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:12:00.189 [I] [client/service.go:286] [aaa495a01abdcc34] login to server success, get run id [aaa495a01abdcc34] 2026-04-15 04:12:00.190 [I] [proxy/proxy_manager.go:173] [aaa495a01abdcc34] proxy added: [DTN57CC4444] 2026-04-15 04:12:00.378 [I] [client/control.go:168] [aaa495a01abdcc34] [DTN57CC4444] start proxy success [2026-04-15,04:20:18.079] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,04:20:24.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,04:35:17.180] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,04:35:23.662] [DEBUG] 6 processes running of frp type 2026-04-15 04:38:28.900 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:38:38.903 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:38:38.903 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:38:48.905 [W] [client/service.go:297] [aaa495a01abdcc34] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-15 04:38:48.906 [I] [client/service.go:294] [aaa495a01abdcc34] try to connect to server... 2026-04-15 04:38:49.484 [I] [client/service.go:286] [aaa495a01abdcc34] login to server success, get run id [aaa495a01abdcc34] 2026-04-15 04:38:49.486 [I] [proxy/proxy_manager.go:173] [aaa495a01abdcc34] proxy added: [DTN57CC4444] 2026-04-15 04:38:49.703 [I] [client/control.go:168] [aaa495a01abdcc34] [DTN57CC4444] start proxy success [2026-04-15,04:50:17.281] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,04:50:23.918] [DEBUG] 6 processes running of frp type [2026-04-15,05:05:17.416] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,05:05:27.941] [DEBUG] 6 processes running of frp type [2026-04-15,05:20:17.360] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,05: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-15,05:35:17.872] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,05:35:24.524] [DEBUG] 6 processes running of frp type [2026-04-15,05:50:17.992] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,05:50:24.926] [DEBUG] 6 processes running of frp type [2026-04-15,06:05:17.400] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,06:05:24.023] [DEBUG] 6 processes running of frp type [2026-04-15,06:20:17.301] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,06: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-15,06:30:40.928] [INFO] Initializing BusSpeedStateManager V2 [2026-04-15,06:30:40.933] [INFO] LocationSqlManager initialising [2026-04-15,06:30:40.934] [INFO] Location DB initialising [2026-04-15,06:30:40.944] [INFO] LocationSqlManager initialisation complete [2026-04-15,06:30:40.946] [DEBUG] UploadManager Init [2026-04-15,06:30:40.946] [DEBUG] UploadManager Init Complete [2026-04-15,06:30:40.951] [INFO] Initializing GPS... [2026-04-15,06:30:40.954] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:44.669] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,06:32: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( [2026-04-15,06:33:21.663] [DEBUG] Log Upload Complete! [2026-04-15,06:35:34.695] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,06:35:52.152] [DEBUG] Remote Access Enabled [2026-04-15,06:35:58.760] [INFO] Server Address: 138.201.17.179 [2026-04-15,06:35:58.761] [INFO] Server Port: 7000 [2026-04-15,06:35:58.766] [DEBUG] Starting Remote Access! 2026-04-15 06:35:58.903 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-15 06:35:58.904 [I] [client/service.go:294] try to connect to server... 2026-04-15 06:35:59.629 [I] [client/service.go:286] [a4e5bdc94a289e36] login to server success, get run id [a4e5bdc94a289e36] 2026-04-15 06:35:59.631 [I] [proxy/proxy_manager.go:173] [a4e5bdc94a289e36] proxy added: [DTN57CC4444] 2026-04-15 06:35:59.870 [I] [client/control.go:168] [a4e5bdc94a289e36] [DTN57CC4444] start proxy success [2026-04-15,06:50:17.906] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,06:50:24.590] [DEBUG] 6 processes running of frp type [2026-04-15,07:05:18.219] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,07:05:24.838] [DEBUG] 6 processes running of frp type [2026-04-15,07:20:17.134] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,07:20:23.798] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:22.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,07:35:29.519] [DEBUG] 6 processes running of frp type [2026-04-15,07:50:17.835] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,07:50:24.536] [DEBUG] 6 processes running of frp type [2026-04-15,08:02:22.793] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,08:02:29.461] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,08:03:18.918] [DEBUG] Log Upload Complete! [2026-04-15,08:05:18.187] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,08:05:24.867] [DEBUG] 6 processes running of frp type [2026-04-15,08:20:17.103] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,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-04-15,08:35:17.194] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,08:35:24.072] [DEBUG] 6 processes running of frp type [2026-04-15,08:50:17.757] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,08:50:24.382] [DEBUG] 6 processes running of frp type [2026-04-15,09:05:18.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,09:05:24.682] [DEBUG] 6 processes running of frp type [2026-04-15,09:20:18.045] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,09: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-04-15,09:35:17.706] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,09:35:24.312] [DEBUG] 6 processes running of frp type [2026-04-15,09:50:18.051] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,09:50:24.679] [DEBUG] 6 processes running of frp type [2026-04-15,10:05:18.011] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,10:05:24.667] [DEBUG] 6 processes running of frp type [2026-04-15,10:20:17.998] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,10: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-04-15,10:35:17.798] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,10:35:24.435] [DEBUG] 6 processes running of frp type [2026-04-15,10:50:17.592] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,10:50:24.209] [DEBUG] 6 processes running of frp type [2026-04-15,11:05:17.811] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,11:05:24.554] [DEBUG] 6 processes running of frp type [2026-04-15,11:20:17.748] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,11: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-15,11:35:17.240] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,11:35:23.893] [DEBUG] 6 processes running of frp type [2026-04-15,11:50:17.753] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,11:50:24.408] [DEBUG] 6 processes running of frp type [2026-04-15,12:05:17.970] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,12:05:24.640] [DEBUG] 6 processes running of frp type 2026-04-15 12:07:12.290 [I] [client/service.go:294] [a4e5bdc94a289e36] try to connect to server... 2026-04-15 12:07:12.940 [I] [client/service.go:286] [a4e5bdc94a289e36] login to server success, get run id [a4e5bdc94a289e36] 2026-04-15 12:07:12.942 [I] [proxy/proxy_manager.go:173] [a4e5bdc94a289e36] proxy added: [DTN57CC4444] 2026-04-15 12:07:13.186 [I] [client/control.go:168] [a4e5bdc94a289e36] [DTN57CC4444] start proxy success [2026-04-15,12:20:17.860] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,12: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-04-15,12:35:17.090] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,12:35:23.639] [DEBUG] 6 processes running of frp type [2026-04-15,12:50:17.340] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,12:50:23.878] [DEBUG] 6 processes running of frp type [2026-04-15,13:05:17.300] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,13:05:23.815] [DEBUG] 6 processes running of frp type [2026-04-15,13:20:18.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,13: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-04-15,13:35:17.452] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,13:35:24.035] [DEBUG] 6 processes running of frp type [2026-04-15,13:50:17.838] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,13:50:24.392] [DEBUG] 6 processes running of frp type [2026-04-15,14:05:17.849] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,14:05:24.866] [DEBUG] 6 processes running of frp type [2026-04-15,14:20:17.269] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,14: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-04-15,14:35:17.371] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,14:35:23.957] [DEBUG] 6 processes running of frp type [2026-04-15,14:50:17.592] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,14:50:24.121] [DEBUG] 6 processes running of frp type [2026-04-15,15:05:17.547] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,15:05:24.127] [DEBUG] 6 processes running of frp type [2026-04-15,15:20:18.724] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,15:20:25.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-04-15,15:35:17.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,15:35:23.740] [DEBUG] 6 processes running of frp type [2026-04-15,15:50:17.468] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,15:50:24.085] [DEBUG] 6 processes running of frp type [2026-04-15,16:05:17.449] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,16:05:25.980] [DEBUG] 6 processes running of frp type 2026-04-15 16:09:05.311 [I] [client/service.go:294] [a4e5bdc94a289e36] try to connect to server... 2026-04-15 16:09:05.847 [I] [client/service.go:286] [a4e5bdc94a289e36] login to server success, get run id [a4e5bdc94a289e36] 2026-04-15 16:09:05.848 [I] [proxy/proxy_manager.go:173] [a4e5bdc94a289e36] proxy added: [DTN57CC4444] 2026-04-15 16:09:06.035 [I] [client/control.go:168] [a4e5bdc94a289e36] [DTN57CC4444] start proxy success [2026-04-15,16:20:17.241] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,16: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-15,16:35:17.533] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,16:35:24.082] [DEBUG] 6 processes running of frp type [2026-04-15,16:50:17.893] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,16:50:24.917] [DEBUG] 6 processes running of frp type [2026-04-15,17:05:17.343] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,17:05:23.944] [DEBUG] 6 processes running of frp type [2026-04-15,17:20:17.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,17: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-04-15,17:35:17.460] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,17:35:26.178] [DEBUG] 6 processes running of frp type [2026-04-15,17:50:17.945] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,17:50:24.415] [DEBUG] 6 processes running of frp type [2026-04-15,18:05:18.237] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,18:05:24.825] [DEBUG] 6 processes running of frp type [2026-04-15,18:20:17.178] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,18:20:23.773] [DEBUG] 6 processes running of frp type [2026-04-15,18:25:41.248] [INFO] Initializing BusSpeedStateManager V2 [2026-04-15,18:25:41.254] [INFO] LocationSqlManager initialising [2026-04-15,18:25:41.255] [INFO] Location DB initialising [2026-04-15,18:25:41.266] [INFO] LocationSqlManager initialisation complete [2026-04-15,18:25:41.267] [DEBUG] UploadManager Init [2026-04-15,18:25:41.267] [DEBUG] UploadManager Init Complete [2026-04-15,18:25:41.272] [INFO] Initializing GPS... [2026-04-15,18:25:41.275] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:27:44.238] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,18:27:55.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( [2026-04-15,18:28:31.001] [DEBUG] Log Upload Complete! [2026-04-15,18:30:49.347] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,18:30:55.887] [DEBUG] Remote Access Enabled [2026-04-15,18:31:02.039] [INFO] Server Address: 138.201.17.179 [2026-04-15,18:31:02.040] [INFO] Server Port: 7000 [2026-04-15,18:31:02.045] [DEBUG] Starting Remote Access! 2026-04-15 18:31:02.177 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-15 18:31:02.178 [I] [client/service.go:294] try to connect to server... 2026-04-15 18:31:03.151 [I] [client/service.go:286] [a6c4ba3e647c54d0] login to server success, get run id [a6c4ba3e647c54d0] 2026-04-15 18:31:03.152 [I] [proxy/proxy_manager.go:173] [a6c4ba3e647c54d0] proxy added: [DTN57CC4444] 2026-04-15 18:31:03.365 [I] [client/control.go:168] [a6c4ba3e647c54d0] [DTN57CC4444] start proxy success [2026-04-15,18:35:17.675] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,18:35:24.298] [DEBUG] 6 processes running of frp type [2026-04-15,18:50:18.179] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,18:50:24.880] [DEBUG] 6 processes running of frp type [2026-04-15,19:05:19.626] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,19:05:26.320] [DEBUG] 6 processes running of frp type [2026-04-15,19:20:17.762] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,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' [2026-04-15,19:35:17.555] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,19:35:24.190] [DEBUG] 6 processes running of frp type [2026-04-15,19:50:22.812] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,19:50:29.349] [DEBUG] 6 processes running of frp type [2026-04-15,20:05:17.704] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,20:05:24.257] [DEBUG] 6 processes running of frp type [2026-04-15,20:20:17.691] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,20:20:25.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-15,20:35:19.033] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,20:35:28.074] [DEBUG] 6 processes running of frp type [2026-04-15,20:50:17.106] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,20:50:24.082] [DEBUG] 6 processes running of frp type [2026-04-15,21:05:17.546] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,21:05:24.175] [DEBUG] 6 processes running of frp type [2026-04-15,21:20:17.360] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,21: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-15,21:35:17.328] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,21:35:26.775] [DEBUG] 6 processes running of frp type 2026-04-15 21:49:05.957 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-15 21:49:15.371 [I] [client/service.go:286] [a6c4ba3e647c54d0] login to server success, get run id [a6c4ba3e647c54d0] 2026-04-15 21:49:15.373 [I] [proxy/proxy_manager.go:173] [a6c4ba3e647c54d0] proxy added: [DTN57CC4444] 2026-04-15 21:49:18.392 [I] [client/control.go:168] [a6c4ba3e647c54d0] [DTN57CC4444] start proxy success [2026-04-15,21:50:18.889] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,21:50:27.570] [DEBUG] 6 processes running of frp type [2026-04-15,22:05:21.028] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,22:05:27.727] [DEBUG] 6 processes running of frp type 2026-04-15 22:18:27.960 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-15 22:18:30.533 [I] [client/service.go:286] [a6c4ba3e647c54d0] login to server success, get run id [a6c4ba3e647c54d0] 2026-04-15 22:18:30.534 [I] [proxy/proxy_manager.go:173] [a6c4ba3e647c54d0] proxy added: [DTN57CC4444] 2026-04-15 22:18:30.962 [I] [client/control.go:168] [a6c4ba3e647c54d0] [DTN57CC4444] start proxy success [2026-04-15,22:20:18.731] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,22:20:29.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-15,22:35:17.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,22:35:24.417] [DEBUG] 6 processes running of frp type [2026-04-15,22:50:14.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,22:50:21.378] [DEBUG] 6 processes running of frp type [2026-04-15,23:05:17.755] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,23:05:26.920] [DEBUG] 6 processes running of frp type 2026-04-15 23:19:36.088 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-15 23:19:37.256 [I] [client/service.go:286] [a6c4ba3e647c54d0] login to server success, get run id [a6c4ba3e647c54d0] 2026-04-15 23:19:37.268 [I] [proxy/proxy_manager.go:173] [a6c4ba3e647c54d0] proxy added: [DTN57CC4444] 2026-04-15 23:19:37.676 [I] [client/control.go:168] [a6c4ba3e647c54d0] [DTN57CC4444] start proxy success [2026-04-15,23:20:17.099] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,23:20:26.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-04-15,23:35:17.249] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,23:35:24.124] [DEBUG] 6 processes running of frp type [2026-04-15,23:50:18.745] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-15,23:50:25.828] [DEBUG] 6 processes running of frp type 2026-04-16 00:00:35.800 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 00:00:37.204 [I] [client/service.go:286] [a6c4ba3e647c54d0] login to server success, get run id [a6c4ba3e647c54d0] 2026-04-16 00:00:37.205 [I] [proxy/proxy_manager.go:173] [a6c4ba3e647c54d0] proxy added: [DTN57CC4444] 2026-04-16 00:00:37.475 [I] [client/control.go:168] [a6c4ba3e647c54d0] [DTN57CC4444] start proxy success [2026-04-16,00:05:17.535] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,00:05:24.163] [DEBUG] 6 processes running of frp type 2026-04-16 00:16:58.430 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 00:16:59.009 [I] [client/service.go:286] [a6c4ba3e647c54d0] login to server success, get run id [a6c4ba3e647c54d0] 2026-04-16 00:16:59.011 [I] [proxy/proxy_manager.go:173] [a6c4ba3e647c54d0] proxy added: [DTN57CC4444] 2026-04-16 00:16:59.235 [I] [client/control.go:168] [a6c4ba3e647c54d0] [DTN57CC4444] start proxy success [2026-04-16,00:20:17.363] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,00: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-16,00:35:17.857] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,00:35:24.487] [DEBUG] 6 processes running of frp type [2026-04-16,00:50:17.152] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,00:50:23.778] [DEBUG] 6 processes running of frp type [2026-04-16,01:05:17.326] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,01:05:24.022] [DEBUG] 6 processes running of frp type [2026-04-16,01:20:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,01: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-04-16,01:35:17.997] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,01:35:24.691] [DEBUG] 6 processes running of frp type [2026-04-16,01:50:17.681] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,01:50:24.304] [DEBUG] 6 processes running of frp type 2026-04-16 02:00:29.584 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:00:39.847 [I] [client/service.go:286] [a6c4ba3e647c54d0] login to server success, get run id [a6c4ba3e647c54d0] 2026-04-16 02:00:39.849 [I] [proxy/proxy_manager.go:173] [a6c4ba3e647c54d0] proxy added: [DTN57CC4444] 2026-04-16 02:00:40.119 [I] [client/control.go:168] [a6c4ba3e647c54d0] [DTN57CC4444] start proxy success [2026-04-16,02:05:17.841] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,02:05:24.454] [DEBUG] 6 processes running of frp type [2026-04-16,02:20:17.965] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,02: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-04-16 02:35:19.637 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... [2026-04-16,02:35:28.066] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-04-16 02:35:29.639 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 02:35:29.640 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:35:43.848 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: connection write timeout 2026-04-16 02:35:43.848 [I] [client/service.go:294] [a6c4ba3e647c54d0] 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-04-16 02:35:59.397 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: connection write timeout 2026-04-16 02:35:59.398 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:36:09.400 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 02:36:09.401 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:36:21.688 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: connection write timeout 2026-04-16 02:36:41.689 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:36:51.691 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 02:37:11.693 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:37:21.695 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 02:37:41.697 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:37:51.699 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 02:38:11.700 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:38:21.702 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 02:38:41.703 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:38:54.825 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: connection write timeout 2026-04-16 02:39:14.826 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:39:24.829 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 02:39:44.830 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:39:54.832 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 02:40:14.834 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:40:34.358 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: connection write timeout 2026-04-16 02:40:54.360 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:41:05.680 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: connection write timeout 2026-04-16 02:41:25.681 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:41:41.200 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: connection write timeout 2026-04-16 02:42:01.201 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:42:11.204 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 02:42:31.205 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:42:33.603 [I] [client/service.go:286] [a6c4ba3e647c54d0] login to server success, get run id [a6c4ba3e647c54d0] 2026-04-16 02:42:33.604 [I] [proxy/proxy_manager.go:173] [a6c4ba3e647c54d0] proxy added: [DTN57CC4444] 2026-04-16 02:42:34.031 [I] [client/control.go:168] [a6c4ba3e647c54d0] [DTN57CC4444] start proxy success 2026-04-16 02:43:43.655 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:43:53.656 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 02:43:53.656 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:44:11.803 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: connection write timeout 2026-04-16 02:44:11.803 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:44:21.805 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 02:44:21.806 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:44:31.807 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 02:44:31.808 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:44:42.976 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: connection write timeout 2026-04-16 02:45:02.978 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:45:12.980 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 02:45:32.982 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:45:43.868 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: i/o deadline reached 2026-04-16 02:46:03.870 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:46:17.928 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: connection write timeout 2026-04-16 02:46:37.930 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:46:47.932 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 02:47:07.934 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:47:20.008 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: connection write timeout 2026-04-16 02:47:40.009 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 02:47:41.713 [I] [client/service.go:286] [a6c4ba3e647c54d0] login to server success, get run id [a6c4ba3e647c54d0] 2026-04-16 02:47:41.715 [I] [proxy/proxy_manager.go:173] [a6c4ba3e647c54d0] proxy added: [DTN57CC4444] 2026-04-16 02:47:42.238 [I] [client/control.go:168] [a6c4ba3e647c54d0] [DTN57CC4444] start proxy success [2026-04-16,02:50:17.705] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,02:50:24.322] [DEBUG] 6 processes running of frp type [2026-04-16,03:05:17.560] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,03:05:24.212] [DEBUG] 6 processes running of frp type [2026-04-16,03:20:17.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,03: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-04-16,03:35:17.453] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,03:35:24.026] [DEBUG] 6 processes running of frp type [2026-04-16,03:50:17.819] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,03:50:24.407] [DEBUG] 6 processes running of frp type 2026-04-16 04:01:21.181 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 04:01:23.914 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:01:23.915 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 04:01:26.955 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:01:26.957 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 04:01:29.994 [W] [client/service.go:297] [a6c4ba3e647c54d0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-16 04:01:39.415 [I] [client/service.go:294] [a6c4ba3e647c54d0] try to connect to server... 2026-04-16 04:01:40.082 [I] [client/service.go:286] [a6c4ba3e647c54d0] login to server success, get run id [a6c4ba3e647c54d0] 2026-04-16 04:01:40.083 [I] [proxy/proxy_manager.go:173] [a6c4ba3e647c54d0] proxy added: [DTN57CC4444] 2026-04-16 04:01:40.277 [I] [client/control.go:168] [a6c4ba3e647c54d0] [DTN57CC4444] start proxy success [2026-04-16,04:05:17.771] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,04:05:24.345] [DEBUG] 6 processes running of frp type [2026-04-16,04:20:17.632] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,04: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-04-16,04:35:17.145] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,04:35:23.636] [DEBUG] 6 processes running of frp type [2026-04-16,04:50:17.484] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,04:50:24.132] [DEBUG] 6 processes running of frp type [2026-04-16,05:05:17.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,05:05:24.043] [DEBUG] 6 processes running of frp type [2026-04-16,05:20:17.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,05: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-16,05:35:17.403] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,05:35:23.977] [DEBUG] 6 processes running of frp type [2026-04-16,05:50:17.896] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,05:50:24.486] [DEBUG] 6 processes running of frp type [2026-04-16,06:05:18.154] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,06:05:24.702] [DEBUG] 6 processes running of frp type [2026-04-16,06:20:18.298] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,06:20:24.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-16,06:30:40.661] [INFO] Initializing BusSpeedStateManager V2 [2026-04-16,06:30:40.665] [INFO] LocationSqlManager initialising [2026-04-16,06:30:40.665] [INFO] Location DB initialising [2026-04-16,06:30:40.675] [INFO] LocationSqlManager initialisation complete [2026-04-16,06:30:40.675] [DEBUG] UploadManager Init [2026-04-16,06:30:40.676] [DEBUG] UploadManager Init Complete [2026-04-16,06:30:40.678] [INFO] Initializing GPS... [2026-04-16,06:30:40.680] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:44.402] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,06:32:55.877] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,06:33:21.627] [DEBUG] Log Upload Complete! [2026-04-16,06:35:44.728] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,06:35:45.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 -3] Temporary failure in name resolution')) [2026-04-16,06:35:51.302] [DEBUG] Remote Access Enabled [2026-04-16,06:35:57.542] [INFO] Server Address: 138.201.17.179 [2026-04-16,06:35:57.543] [INFO] Server Port: 7000 [2026-04-16,06:35:57.548] [DEBUG] Starting Remote Access! 2026-04-16 06:35:57.677 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-16 06:35:57.678 [I] [client/service.go:294] try to connect to server... 2026-04-16 06:35:58.314 [I] [client/service.go:286] [8b3c59a26e05a22b] login to server success, get run id [8b3c59a26e05a22b] 2026-04-16 06:35:58.315 [I] [proxy/proxy_manager.go:173] [8b3c59a26e05a22b] proxy added: [DTN57CC4444] 2026-04-16 06:35:58.523 [I] [client/control.go:168] [8b3c59a26e05a22b] [DTN57CC4444] start proxy success 2026-04-16 06:48:48.406 [I] [client/service.go:294] [8b3c59a26e05a22b] try to connect to server... 2026-04-16 06:48:51.431 [I] [client/service.go:286] [8b3c59a26e05a22b] login to server success, get run id [8b3c59a26e05a22b] 2026-04-16 06:48:51.433 [I] [proxy/proxy_manager.go:173] [8b3c59a26e05a22b] proxy added: [DTN57CC4444] 2026-04-16 06:49:22.465 [I] [client/control.go:168] [8b3c59a26e05a22b] [DTN57CC4444] start proxy success 2026-04-16 06:49:22.728 [W] [client/control.go:166] [8b3c59a26e05a22b] [DTN57CC4444] start error: status not wait start, ignore start message [2026-04-16,06:50:18.217] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,06:50:24.925] [DEBUG] 6 processes running of frp type [2026-04-16,07:05:18.540] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,07:05:25.107] [DEBUG] 6 processes running of frp type [2026-04-16,07:20:18.484] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,07:20:25.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-16,07:35:17.992] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,07:35:24.527] [DEBUG] 6 processes running of frp type [2026-04-16,07:50:17.273] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,07:50:23.933] [DEBUG] 6 processes running of frp type 2026-04-16 07:59:25.629 [I] [client/service.go:294] [8b3c59a26e05a22b] try to connect to server... 2026-04-16 07:59:28.384 [I] [client/service.go:286] [8b3c59a26e05a22b] login to server success, get run id [8b3c59a26e05a22b] 2026-04-16 07:59:28.385 [I] [proxy/proxy_manager.go:173] [8b3c59a26e05a22b] proxy added: [DTN57CC4444] 2026-04-16 07:59:29.130 [I] [client/control.go:168] [8b3c59a26e05a22b] [DTN57CC4444] start proxy success [2026-04-16,08:02:17.248] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,08:02:24.286] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,08:02:46.673] [DEBUG] Log Upload Complete! [2026-04-16,08:05:17.220] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,08:05:23.727] [DEBUG] 6 processes running of frp type [2026-04-16,08:20:17.928] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,08:20:24.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' [2026-04-16,08:35:17.512] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,08:35:24.318] [DEBUG] 6 processes running of frp type [2026-04-16,08:50:17.669] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,08:50:24.132] [DEBUG] 6 processes running of frp type [2026-04-16,09:05:17.520] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,09:05:23.989] [DEBUG] 6 processes running of frp type [2026-04-16,09:20:17.289] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,09: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-04-16,09:35:17.239] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,09:35:23.836] [DEBUG] 6 processes running of frp type [2026-04-16,09:50:17.610] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,09:50:24.158] [DEBUG] 6 processes running of frp type [2026-04-16,10:05:17.605] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,10:05:24.149] [DEBUG] 6 processes running of frp type [2026-04-16,10:20:17.489] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,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-04-16,10:35:17.895] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,10:35:24.472] [DEBUG] 6 processes running of frp type [2026-04-16,10:50:18.134] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,10:50:24.715] [DEBUG] 6 processes running of frp type [2026-04-16,11:05:17.266] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,11:05:23.798] [DEBUG] 6 processes running of frp type [2026-04-16,11:20:16.980] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,11:20:23.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' [2026-04-16,11:35:17.289] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,11:35:23.790] [DEBUG] 6 processes running of frp type [2026-04-16,11:50:17.307] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,11:50:23.904] [DEBUG] 6 processes running of frp type [2026-04-16,12:05:17.313] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,12:05:23.900] [DEBUG] 6 processes running of frp type [2026-04-16,12:20:17.247] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,12: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-04-16,12:35:17.610] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,12:35:24.125] [DEBUG] 6 processes running of frp type [2026-04-16,12:50:17.790] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,12:50:24.376] [DEBUG] 6 processes running of frp type [2026-04-16,13:05:17.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,13:05:24.364] [DEBUG] 6 processes running of frp type [2026-04-16,13:20:17.708] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,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-04-16,13:35:18.210] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,13:35:24.759] [DEBUG] 6 processes running of frp type [2026-04-16,13:50:17.431] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,13:50:23.942] [DEBUG] 6 processes running of frp type [2026-04-16,14:05:17.281] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,14:05:23.832] [DEBUG] 6 processes running of frp type [2026-04-16,14:20:17.172] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,14:20:23.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-04-16,14:35:17.429] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,14:35:24.059] [DEBUG] 6 processes running of frp type [2026-04-16,14:50:17.784] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,14:50:24.325] [DEBUG] 6 processes running of frp type [2026-04-16,15:05:17.686] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,15:05:24.274] [DEBUG] 6 processes running of frp type [2026-04-16,15:20:17.600] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,15: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-04-16,15:35:18.017] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,15:35:24.564] [DEBUG] 6 processes running of frp type [2026-04-16,15:50:17.296] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,15:50:23.801] [DEBUG] 6 processes running of frp type [2026-04-16,16:05:17.267] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,16:05:23.888] [DEBUG] 6 processes running of frp type [2026-04-16,16:20:17.164] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,16: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-04-16,16:35:17.573] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,16:35:24.129] [DEBUG] 6 processes running of frp type [2026-04-16,16:50:18.034] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,16:50:24.632] [DEBUG] 6 processes running of frp type [2026-04-16,17:05:18.052] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,17:05:24.642] [DEBUG] 6 processes running of frp type [2026-04-16,17:20:17.956] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,17: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' [2026-04-16,17:35:17.294] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,17:35:23.869] [DEBUG] 6 processes running of frp type [2026-04-16,17:50:17.617] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,17:50:24.144] [DEBUG] 6 processes running of frp type 2026-04-16 17:58:10.057 [I] [client/service.go:294] [8b3c59a26e05a22b] try to connect to server... 2026-04-16 17:58:20.059 [W] [client/service.go:297] [8b3c59a26e05a22b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 17:58:20.060 [I] [client/service.go:294] [8b3c59a26e05a22b] try to connect to server... 2026-04-16 17:58:22.115 [I] [client/service.go:286] [8b3c59a26e05a22b] login to server success, get run id [8b3c59a26e05a22b] 2026-04-16 17:58:22.118 [I] [proxy/proxy_manager.go:173] [8b3c59a26e05a22b] proxy added: [DTN57CC4444] 2026-04-16 17:58:24.457 [I] [client/control.go:168] [8b3c59a26e05a22b] [DTN57CC4444] start proxy success 2026-04-16 17:59:01.144 [I] [client/service.go:294] [8b3c59a26e05a22b] try to connect to server... 2026-04-16 17:59:01.849 [I] [client/service.go:286] [8b3c59a26e05a22b] login to server success, get run id [8b3c59a26e05a22b] 2026-04-16 17:59:01.850 [I] [proxy/proxy_manager.go:173] [8b3c59a26e05a22b] proxy added: [DTN57CC4444] 2026-04-16 17:59:02.057 [I] [client/control.go:168] [8b3c59a26e05a22b] [DTN57CC4444] start proxy success [2026-04-16,18:05:17.569] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,18:05:24.212] [DEBUG] 6 processes running of frp type [2026-04-16,18:20:17.491] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,18:20:24.097] [DEBUG] 6 processes running of frp type [2026-04-16,18:25:42.065] [INFO] Initializing BusSpeedStateManager V2 [2026-04-16,18:25:42.069] [INFO] LocationSqlManager initialising [2026-04-16,18:25:42.070] [INFO] Location DB initialising [2026-04-16,18:25:42.080] [INFO] LocationSqlManager initialisation complete [2026-04-16,18:25:42.081] [DEBUG] UploadManager Init [2026-04-16,18:25:42.081] [DEBUG] UploadManager Init Complete [2026-04-16,18:25:42.085] [INFO] Initializing GPS... [2026-04-16,18:25:42.087] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.419] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,18:27:55.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( [2026-04-16,18:28:12.557] [DEBUG] Log Upload Complete! [2026-04-16,18:30:44.497] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,18:30:49.845] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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,18:30:51.093] [DEBUG] Remote Access Enabled [2026-04-16,18:30:57.260] [INFO] Server Address: 138.201.17.179 [2026-04-16,18:30:57.261] [INFO] Server Port: 7000 [2026-04-16,18:30:57.266] [DEBUG] Starting Remote Access! 2026-04-16 18:30:57.397 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-16 18:30:57.397 [I] [client/service.go:294] try to connect to server... 2026-04-16 18:30:58.027 [I] [client/service.go:286] [76df6861621648bb] login to server success, get run id [76df6861621648bb] 2026-04-16 18:30:58.028 [I] [proxy/proxy_manager.go:173] [76df6861621648bb] proxy added: [DTN57CC4444] 2026-04-16 18:30:58.237 [I] [client/control.go:168] [76df6861621648bb] [DTN57CC4444] start proxy success [2026-04-16,18:35:18.123] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,18:35:24.681] [DEBUG] 6 processes running of frp type [2026-04-16,18:50:17.319] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,18:50:23.813] [DEBUG] 6 processes running of frp type [2026-04-16,19:05:17.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,19:05:23.595] [DEBUG] 6 processes running of frp type [2026-04-16,19:20:17.888] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,19: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-04-16,19:35:17.267] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,19:35:23.847] [DEBUG] 6 processes running of frp type [2026-04-16,19:50:17.700] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,19:50:24.209] [DEBUG] 6 processes running of frp type [2026-04-16,20:05:17.926] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,20:05:24.411] [DEBUG] 6 processes running of frp type [2026-04-16,20:20:17.598] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,20: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-04-16,20:35:17.615] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,20:35:24.422] [DEBUG] 6 processes running of frp type 2026-04-16 20:38:45.339 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 20:38:46.437 [I] [client/service.go:286] [76df6861621648bb] login to server success, get run id [76df6861621648bb] 2026-04-16 20:38:46.438 [I] [proxy/proxy_manager.go:173] [76df6861621648bb] proxy added: [DTN57CC4444] 2026-04-16 20:38:46.655 [I] [client/control.go:168] [76df6861621648bb] [DTN57CC4444] start proxy success [2026-04-16,20:50:17.941] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,20:50:24.850] [DEBUG] 6 processes running of frp type 2026-04-16 20:56:12.966 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 20:56:19.588 [I] [client/service.go:286] [76df6861621648bb] login to server success, get run id [76df6861621648bb] 2026-04-16 20:56:19.590 [I] [proxy/proxy_manager.go:173] [76df6861621648bb] proxy added: [DTN57CC4444] 2026-04-16 20:56:19.906 [I] [client/control.go:168] [76df6861621648bb] [DTN57CC4444] start proxy success [2026-04-16,21:05:17.019] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,21:05:23.703] [DEBUG] 6 processes running of frp type 2026-04-16 21:11:10.412 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:11:20.414 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 21:11:20.415 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:11:22.633 [I] [client/service.go:286] [76df6861621648bb] login to server success, get run id [76df6861621648bb] 2026-04-16 21:11:22.634 [I] [proxy/proxy_manager.go:173] [76df6861621648bb] proxy added: [DTN57CC4444] 2026-04-16 21:11:22.885 [I] [client/control.go:168] [76df6861621648bb] [DTN57CC4444] start proxy success 2026-04-16 21:14:03.804 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:14:13.374 [I] [client/service.go:286] [76df6861621648bb] login to server success, get run id [76df6861621648bb] 2026-04-16 21:14:13.375 [I] [proxy/proxy_manager.go:173] [76df6861621648bb] proxy added: [DTN57CC4444] 2026-04-16 21:14:25.098 [I] [client/control.go:168] [76df6861621648bb] [DTN57CC4444] start proxy success 2026-04-16 21:16:50.735 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:17:00.737 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 21:17:00.737 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:17:10.739 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 21:17:10.739 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:17:20.741 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 21:17:20.741 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:17:29.983 [I] [client/service.go:286] [76df6861621648bb] login to server success, get run id [76df6861621648bb] 2026-04-16 21:17:29.984 [I] [proxy/proxy_manager.go:173] [76df6861621648bb] proxy added: [DTN57CC4444] 2026-04-16 21:17:30.264 [I] [client/control.go:168] [76df6861621648bb] [DTN57CC4444] start proxy success [2026-04-16,21:20:17.358] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,21:20:53.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-16 21:28:55.580 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:29:05.582 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 21:29:05.582 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:29:15.584 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 21:29:15.585 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:29:25.586 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 21:29:25.587 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:29:35.588 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 21:29:35.589 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:29:45.590 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 21:30:05.592 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:30:15.594 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 21:30:35.596 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:30:45.597 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 21:31:05.599 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:31:22.431 [W] [client/service.go:297] [76df6861621648bb] connect to server error: session shutdown 2026-04-16 21:31:42.432 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:31:52.434 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 21:32:12.436 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:32:22.438 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-16 21:32:42.440 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 21:32:43.071 [I] [client/service.go:286] [76df6861621648bb] login to server success, get run id [76df6861621648bb] 2026-04-16 21:32:43.073 [I] [proxy/proxy_manager.go:173] [76df6861621648bb] proxy added: [DTN57CC4444] 2026-04-16 21:32:43.530 [I] [client/control.go:168] [76df6861621648bb] [DTN57CC4444] start proxy success [2026-04-16,21:35:25.096] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,21:35:32.028] [DEBUG] 6 processes running of frp type [2026-04-16,21:50:17.130] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,21:50:24.457] [DEBUG] 6 processes running of frp type 2026-04-16 22:00:32.962 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-16 22:00:33.672 [I] [client/service.go:286] [76df6861621648bb] login to server success, get run id [76df6861621648bb] 2026-04-16 22:00:33.674 [I] [proxy/proxy_manager.go:173] [76df6861621648bb] proxy added: [DTN57CC4444] 2026-04-16 22:00:33.896 [I] [client/control.go:168] [76df6861621648bb] [DTN57CC4444] start proxy success [2026-04-16,22:05:18.120] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,22:05:24.862] [DEBUG] 6 processes running of frp type [2026-04-16,22:20:17.366] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,22:20:29.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-04-16,22:35:17.911] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,22:35:37.688] [DEBUG] 6 processes running of frp type [2026-04-16,22:50:19.238] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,22:50:38.497] [DEBUG] 6 processes running of frp type [2026-04-16,23:05:17.965] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,23:05:24.687] [DEBUG] 6 processes running of frp type [2026-04-16,23:20:17.067] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,23: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-04-16,23:35:17.473] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,23:35:24.043] [DEBUG] 6 processes running of frp type [2026-04-16,23:50:16.918] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-16,23:50:23.501] [DEBUG] 6 processes running of frp type [2026-04-17,00:05:17.927] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,00:05:24.497] [DEBUG] 6 processes running of frp type [2026-04-17,00:20:17.604] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,00: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-04-17,00:35:18.081] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,00:35:24.705] [DEBUG] 6 processes running of frp type 2026-04-17 00:41:18.588 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 00:41:22.557 [I] [client/service.go:286] [76df6861621648bb] login to server success, get run id [76df6861621648bb] 2026-04-17 00:41:22.558 [I] [proxy/proxy_manager.go:173] [76df6861621648bb] proxy added: [DTN57CC4444] 2026-04-17 00:41:22.759 [I] [client/control.go:168] [76df6861621648bb] [DTN57CC4444] start proxy success [2026-04-17,00:50:17.807] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,00:50:24.411] [DEBUG] 6 processes running of frp type [2026-04-17,01:05:18.002] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,01:05:24.561] [DEBUG] 6 processes running of frp type [2026-04-17,01:20:17.883] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,01: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-04-17,01:35:17.417] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,01:35:24.032] [DEBUG] 6 processes running of frp type [2026-04-17,01:50:17.921] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,01:50:35.694] [DEBUG] 6 processes running of frp type 2026-04-17 02:03:43.932 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 02:03:55.770 [I] [client/service.go:286] [76df6861621648bb] login to server success, get run id [76df6861621648bb] 2026-04-17 02:03:55.771 [I] [proxy/proxy_manager.go:173] [76df6861621648bb] proxy added: [DTN57CC4444] 2026-04-17 02:03:57.289 [I] [client/control.go:168] [76df6861621648bb] [DTN57CC4444] start proxy success [2026-04-17,02:05:17.434] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,02:05:24.141] [DEBUG] 6 processes running of frp type [2026-04-17,02:20:22.400] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,02:20:30.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-04-17,02:35:17.459] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,02:35:24.040] [DEBUG] 6 processes running of frp type 2026-04-17 02:46:55.759 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 02:47:05.761 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 02:47:05.762 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 02:47:15.763 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 02:47:15.764 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 02:47:25.766 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 02:47:25.766 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 02:47:35.768 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 02:47:35.769 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 02:47:45.770 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 02:48:05.771 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 02:48:15.773 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 02:48:35.775 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 02:48:45.777 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 02:49:05.778 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 02:49:15.780 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 02:49:35.781 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 02:49:45.784 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 02:50:05.786 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 02:50:15.789 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 02:50:35.790 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 02:50:37.864 [I] [client/service.go:286] [76df6861621648bb] login to server success, get run id [76df6861621648bb] 2026-04-17 02:50:37.865 [I] [proxy/proxy_manager.go:173] [76df6861621648bb] proxy added: [DTN57CC4444] 2026-04-17 02:50:38.299 [I] [client/control.go:168] [76df6861621648bb] [DTN57CC4444] start proxy success [2026-04-17,03:05:17.154] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,03:05:23.744] [DEBUG] 6 processes running of frp type [2026-04-17,03:20:17.356] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,03:20:23.910] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:17.893] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,03:35:24.512] [DEBUG] 6 processes running of frp type [2026-04-17,03:50:16.942] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,03:50:23.778] [DEBUG] 6 processes running of frp type 2026-04-17 04:00:59.372 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 04:01:01.342 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-17 04:01:01.343 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 04:01:04.382 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-17 04:01:04.383 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 04:01:07.423 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-17 04:01:17.103 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 04:01:17.756 [I] [client/service.go:286] [76df6861621648bb] login to server success, get run id [76df6861621648bb] 2026-04-17 04:01:17.758 [I] [proxy/proxy_manager.go:173] [76df6861621648bb] proxy added: [DTN57CC4444] 2026-04-17 04:01:17.984 [I] [client/control.go:168] [76df6861621648bb] [DTN57CC4444] start proxy success [2026-04-17,04:05:17.377] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,04:05:24.016] [DEBUG] 6 processes running of frp type [2026-04-17,04:20:17.391] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,04: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-04-17,04:35:17.872] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,04:35:24.854] [DEBUG] 6 processes running of frp type [2026-04-17,04:50:17.352] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,04:50:23.958] [DEBUG] 6 processes running of frp type [2026-04-17,05:05:17.117] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,05:05:23.679] [DEBUG] 6 processes running of frp type [2026-04-17,05:20:16.969] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,05: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-04-17,05:35:17.242] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,05:35:23.816] [DEBUG] 6 processes running of frp type [2026-04-17,05:50:17.289] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,05:50:23.907] [DEBUG] 6 processes running of frp type 2026-04-17 05:53:52.220 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 05:54:02.222 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 05:54:02.223 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 05:54:12.224 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 05:54:12.225 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 05:54:22.227 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 05:54:22.228 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 05:54:32.230 [W] [client/service.go:297] [76df6861621648bb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 05:54:32.230 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 05:54:40.196 [I] [client/service.go:286] [76df6861621648bb] login to server success, get run id [76df6861621648bb] 2026-04-17 05:54:40.197 [I] [proxy/proxy_manager.go:173] [76df6861621648bb] proxy added: [DTN57CC4444] 2026-04-17 05:54:40.587 [I] [client/control.go:168] [76df6861621648bb] [DTN57CC4444] start proxy success 2026-04-17 05:55:19.571 [I] [client/service.go:294] [76df6861621648bb] try to connect to server... 2026-04-17 05:55:27.780 [I] [client/service.go:286] [76df6861621648bb] login to server success, get run id [76df6861621648bb] 2026-04-17 05:55:27.781 [I] [proxy/proxy_manager.go:173] [76df6861621648bb] proxy added: [DTN57CC4444] 2026-04-17 05:55:28.013 [I] [client/control.go:168] [76df6861621648bb] [DTN57CC4444] start proxy success [2026-04-17,06:05:17.132] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,06:05:27.474] [DEBUG] 6 processes running of frp type [2026-04-17,06:20:17.996] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,06:20:25.803] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.964] [INFO] Initializing BusSpeedStateManager V2 [2026-04-17,06:30:41.968] [INFO] LocationSqlManager initialising [2026-04-17,06:30:41.968] [INFO] Location DB initialising [2026-04-17,06:30:41.977] [INFO] LocationSqlManager initialisation complete [2026-04-17,06:30:41.978] [DEBUG] UploadManager Init [2026-04-17,06:30:41.978] [DEBUG] UploadManager Init Complete [2026-04-17,06:30:41.981] [INFO] Initializing GPS... [2026-04-17,06:30:41.983] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.810] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,06:32:51.311] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02.507] [DEBUG] Log Upload Complete! [2026-04-17,06:35:44.973] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,06:35:45.080] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-17,06:35:51.589] [DEBUG] Remote Access Enabled [2026-04-17,06:35:59.149] [INFO] Server Address: 138.201.17.179 [2026-04-17,06:35:59.150] [INFO] Server Port: 7000 [2026-04-17,06:35:59.155] [DEBUG] Starting Remote Access! 2026-04-17 06:35:59.290 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-17 06:35:59.290 [I] [client/service.go:294] try to connect to server... 2026-04-17 06:35:59.914 [I] [client/service.go:286] [b997c51b2de06d84] login to server success, get run id [b997c51b2de06d84] 2026-04-17 06:35:59.915 [I] [proxy/proxy_manager.go:173] [b997c51b2de06d84] proxy added: [DTN57CC4444] 2026-04-17 06:36:00.406 [I] [client/control.go:168] [b997c51b2de06d84] [DTN57CC4444] start proxy success 2026-04-17 06:47:44.312 [I] [client/service.go:294] [b997c51b2de06d84] try to connect to server... 2026-04-17 06:47:52.416 [I] [client/service.go:286] [b997c51b2de06d84] login to server success, get run id [b997c51b2de06d84] 2026-04-17 06:47:52.418 [I] [proxy/proxy_manager.go:173] [b997c51b2de06d84] proxy added: [DTN57CC4444] 2026-04-17 06:47:52.863 [I] [client/control.go:168] [b997c51b2de06d84] [DTN57CC4444] start proxy success [2026-04-17,06:50:17.185] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,06:50:23.912] [DEBUG] 6 processes running of frp type [2026-04-17,07:05:17.732] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,07:05:24.328] [DEBUG] 6 processes running of frp type [2026-04-17,07:20:17.771] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,07: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-04-17,07:35:17.520] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,07:35:24.339] [DEBUG] 6 processes running of frp type [2026-04-17,07:50:17.971] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,07:50:24.587] [DEBUG] 6 processes running of frp type [2026-04-17,08:02:17.852] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,08:02:24.382] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:47.382] [DEBUG] Log Upload Complete! [2026-04-17,08:05:17.980] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,08:05:24.523] [DEBUG] 6 processes running of frp type [2026-04-17,08:20:18.017] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,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' [2026-04-17,08:35:17.024] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,08:35:23.563] [DEBUG] 6 processes running of frp type [2026-04-17,08:50:17.298] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,08:50:23.965] [DEBUG] 6 processes running of frp type [2026-04-17,09:05:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,09:05:23.964] [DEBUG] 6 processes running of frp type [2026-04-17,09:20:17.262] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,09: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' [2026-04-17,09:35:17.608] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,09:35:24.195] [DEBUG] 6 processes running of frp type [2026-04-17,09:50:17.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,09:50:24.286] [DEBUG] 6 processes running of frp type [2026-04-17,10:05:17.663] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,10:05:24.294] [DEBUG] 6 processes running of frp type [2026-04-17,10:20:17.652] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,10: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-17,10:35:17.954] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,10:35:24.474] [DEBUG] 6 processes running of frp type [2026-04-17,10:50:17.229] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,10:50:23.804] [DEBUG] 6 processes running of frp type [2026-04-17,11:05:17.292] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,11:05:23.926] [DEBUG] 6 processes running of frp type [2026-04-17,11:20:17.298] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,11: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-04-17,11:35:17.786] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,11:35:24.378] [DEBUG] 6 processes running of frp type [2026-04-17,11:50:18.167] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,11:50:24.779] [DEBUG] 6 processes running of frp type 2026-04-17 12:01:18.134 [I] [client/service.go:294] [b997c51b2de06d84] try to connect to server... 2026-04-17 12:01:18.139 [W] [client/service.go:297] [b997c51b2de06d84] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-17 12:01:20.170 [I] [client/service.go:294] [b997c51b2de06d84] try to connect to server... 2026-04-17 12:01:20.718 [I] [client/service.go:286] [b997c51b2de06d84] login to server success, get run id [b997c51b2de06d84] 2026-04-17 12:01:20.720 [I] [proxy/proxy_manager.go:173] [b997c51b2de06d84] proxy added: [DTN57CC4444] 2026-04-17 12:01:20.889 [I] [client/control.go:168] [b997c51b2de06d84] [DTN57CC4444] start proxy success [2026-04-17,12:05:17.191] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,12:05:23.763] [DEBUG] 6 processes running of frp type [2026-04-17,12:20:17.046] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,12: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-04-17,12:35:17.595] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,12:35:24.084] [DEBUG] 6 processes running of frp type [2026-04-17,12:50:17.763] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,12:50:24.591] [DEBUG] 6 processes running of frp type [2026-04-17,13:05:18.054] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,13:05:24.597] [DEBUG] 6 processes running of frp type [2026-04-17,13:20:23.820] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,13:20:30.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-04-17,13:35:17.007] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,13:35:23.627] [DEBUG] 6 processes running of frp type [2026-04-17,13:50:17.365] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,13:50:24.234] [DEBUG] 6 processes running of frp type [2026-04-17,14:05:17.738] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,14:05:24.282] [DEBUG] 6 processes running of frp type [2026-04-17,14:20:17.561] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,14: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-04-17,14:35:18.009] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,14:35:24.581] [DEBUG] 6 processes running of frp type [2026-04-17,14:50:17.204] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,14:50:23.717] [DEBUG] 6 processes running of frp type [2026-04-17,15:05:18.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,15:05:25.729] [DEBUG] 6 processes running of frp type [2026-04-17,15:20:17.067] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,15: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-04-17,15:35:17.338] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,15:35:23.976] [DEBUG] 6 processes running of frp type [2026-04-17,15:50:17.749] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,15:50:24.356] [DEBUG] 6 processes running of frp type [2026-04-17,16:05:17.829] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,16:05:24.420] [DEBUG] 6 processes running of frp type [2026-04-17,16:20:17.923] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,16: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-04-17,16:35:17.188] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,16:35:23.759] [DEBUG] 6 processes running of frp type [2026-04-17,16:50:17.535] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,16:50:24.083] [DEBUG] 6 processes running of frp type [2026-04-17,17:05:17.583] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,17:05:25.888] [DEBUG] 6 processes running of frp type [2026-04-17,17:20:17.167] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,17: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' [2026-04-17,17:35:17.617] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,17:35:24.245] [DEBUG] 6 processes running of frp type [2026-04-17,17:50:17.923] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,17:50:24.569] [DEBUG] 6 processes running of frp type [2026-04-17,18:05:17.984] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,18:05:24.957] [DEBUG] 6 processes running of frp type [2026-04-17,18:20:17.206] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,18:20:23.815] [DEBUG] 6 processes running of frp type [2026-04-17,18:25:40.580] [INFO] Initializing BusSpeedStateManager V2 [2026-04-17,18:25:40.585] [INFO] LocationSqlManager initialising [2026-04-17,18:25:40.586] [INFO] Location DB initialising [2026-04-17,18:25:40.597] [INFO] LocationSqlManager initialisation complete [2026-04-17,18:25:40.597] [DEBUG] UploadManager Init [2026-04-17,18:25:40.598] [DEBUG] UploadManager Init Complete [2026-04-17,18:25:40.601] [INFO] Initializing GPS... [2026-04-17,18:25:40.602] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:43.842] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,18:27:55.331] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:37.482] [DEBUG] Log Upload Complete! [2026-04-17,18:30:43.944] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,18:30:50.560] [DEBUG] Remote Access Enabled [2026-04-17,18:30:56.746] [INFO] Server Address: 138.201.17.179 [2026-04-17,18:30:56.747] [INFO] Server Port: 7000 [2026-04-17,18:30:56.752] [DEBUG] Starting Remote Access! 2026-04-17 18:30:56.886 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-17 18:30:56.887 [I] [client/service.go:294] try to connect to server... 2026-04-17 18:30:57.387 [I] [client/service.go:286] [b47c47ca17dcb4ee] login to server success, get run id [b47c47ca17dcb4ee] 2026-04-17 18:30:57.388 [I] [proxy/proxy_manager.go:173] [b47c47ca17dcb4ee] proxy added: [DTN57CC4444] 2026-04-17 18:30:57.556 [I] [client/control.go:168] [b47c47ca17dcb4ee] [DTN57CC4444] start proxy success [2026-04-17,18:35:17.940] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,18:35:24.474] [DEBUG] 6 processes running of frp type [2026-04-17,18:50:18.740] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,18:50:25.392] [DEBUG] 6 processes running of frp type [2026-04-17,19:05:22.735] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,19:05:29.308] [DEBUG] 6 processes running of frp type [2026-04-17,19:20:17.640] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,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-04-17,19:35:18.137] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,19:35:24.665] [DEBUG] 6 processes running of frp type [2026-04-17,19:50:17.305] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,19:50:23.822] [DEBUG] 6 processes running of frp type [2026-04-17,20:05:17.919] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,20:05:24.610] [DEBUG] 6 processes running of frp type 2026-04-17 20:06:13.158 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-17 20:06:19.828 [I] [client/service.go:286] [b47c47ca17dcb4ee] login to server success, get run id [b47c47ca17dcb4ee] 2026-04-17 20:06:19.830 [I] [proxy/proxy_manager.go:173] [b47c47ca17dcb4ee] proxy added: [DTN57CC4444] 2026-04-17 20:06:25.275 [I] [client/control.go:168] [b47c47ca17dcb4ee] [DTN57CC4444] start proxy success [2026-04-17,20:20:18.141] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,20:20:25.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-04-17,20:35:17.385] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,20:35:27.437] [DEBUG] 6 processes running of frp type [2026-04-17,20:50:18.143] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,20:50:24.970] [DEBUG] 6 processes running of frp type [2026-04-17,21:05:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,21:05:24.084] [DEBUG] 6 processes running of frp type 2026-04-17 21:15:32.175 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-17 21:15:36.199 [I] [client/service.go:286] [b47c47ca17dcb4ee] login to server success, get run id [b47c47ca17dcb4ee] 2026-04-17 21:15:36.201 [I] [proxy/proxy_manager.go:173] [b47c47ca17dcb4ee] proxy added: [DTN57CC4444] 2026-04-17 21:15:36.576 [I] [client/control.go:168] [b47c47ca17dcb4ee] [DTN57CC4444] start proxy success [2026-04-17,21:20:18.174] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,21:20:30.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-04-17 21:35:00.738 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-17 21:35:01.448 [I] [client/service.go:286] [b47c47ca17dcb4ee] login to server success, get run id [b47c47ca17dcb4ee] 2026-04-17 21:35:01.448 [I] [proxy/proxy_manager.go:173] [b47c47ca17dcb4ee] proxy added: [DTN57CC4444] 2026-04-17 21:35:03.337 [I] [client/control.go:168] [b47c47ca17dcb4ee] [DTN57CC4444] start proxy success [2026-04-17,21:35:17.238] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,21:35:24.017] [DEBUG] 6 processes running of frp type [2026-04-17,21:50:17.973] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,21:50:24.910] [DEBUG] 6 processes running of frp type 2026-04-17 21:57:53.960 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-17 21:58:03.962 [W] [client/service.go:297] [b47c47ca17dcb4ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 21:58:03.963 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-17 21:58:18.317 [W] [client/service.go:297] [b47c47ca17dcb4ee] connect to server error: connection write timeout 2026-04-17 21:58:18.318 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-17 21:58:28.320 [W] [client/service.go:297] [b47c47ca17dcb4ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 21:58:28.320 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-17 21:58:38.322 [W] [client/service.go:297] [b47c47ca17dcb4ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 21:58:38.323 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-17 21:58:48.516 [I] [client/service.go:286] [b47c47ca17dcb4ee] login to server success, get run id [b47c47ca17dcb4ee] 2026-04-17 21:58:48.518 [I] [proxy/proxy_manager.go:173] [b47c47ca17dcb4ee] proxy added: [DTN57CC4444] 2026-04-17 21:59:00.396 [I] [client/control.go:168] [b47c47ca17dcb4ee] [DTN57CC4444] start proxy success [2026-04-17,22:05:17.189] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,22:05:24.103] [DEBUG] 6 processes running of frp type [2026-04-17,22:20:17.348] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,22:20:24.230] [DEBUG] 6 processes running of frp type 2026-04-17 22:21:35.137 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-17 22:21:36.365 [I] [client/service.go:286] [b47c47ca17dcb4ee] login to server success, get run id [b47c47ca17dcb4ee] 2026-04-17 22:21:36.366 [I] [proxy/proxy_manager.go:173] [b47c47ca17dcb4ee] proxy added: [DTN57CC4444] 2026-04-17 22:21:36.774 [I] [client/control.go:168] [b47c47ca17dcb4ee] [DTN57CC4444] 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,22:35:17.753] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,22:35:24.369] [DEBUG] 6 processes running of frp type [2026-04-17,22:50:18.064] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,22:50:26.899] [DEBUG] 6 processes running of frp type 2026-04-17 23:05:31.825 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... [2026-04-17,23:05:31.901] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-04-17 23:05:32.546 [I] [client/service.go:286] [b47c47ca17dcb4ee] login to server success, get run id [b47c47ca17dcb4ee] 2026-04-17 23:05:32.547 [I] [proxy/proxy_manager.go:173] [b47c47ca17dcb4ee] proxy added: [DTN57CC4444] 2026-04-17 23:05:32.770 [I] [client/control.go:168] [b47c47ca17dcb4ee] [DTN57CC4444] start proxy success [2026-04-17,23:05:38.553] [DEBUG] 6 processes running of frp type [2026-04-17,23:20:18.591] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,23:20:26.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-04-17 23:29:26.905 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-17 23:29:29.434 [I] [client/service.go:286] [b47c47ca17dcb4ee] login to server success, get run id [b47c47ca17dcb4ee] 2026-04-17 23:29:29.436 [I] [proxy/proxy_manager.go:173] [b47c47ca17dcb4ee] proxy added: [DTN57CC4444] 2026-04-17 23:29:30.065 [I] [client/control.go:168] [b47c47ca17dcb4ee] [DTN57CC4444] start proxy success [2026-04-17,23:35:17.479] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,23:35:32.749] [DEBUG] 6 processes running of frp type 2026-04-17 23:37:45.850 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-17 23:37:46.375 [I] [client/service.go:286] [b47c47ca17dcb4ee] login to server success, get run id [b47c47ca17dcb4ee] 2026-04-17 23:37:46.376 [I] [proxy/proxy_manager.go:173] [b47c47ca17dcb4ee] proxy added: [DTN57CC4444] 2026-04-17 23:37:46.574 [I] [client/control.go:168] [b47c47ca17dcb4ee] [DTN57CC4444] start proxy success 2026-04-17 23:49:18.335 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-17 23:49:23.129 [I] [client/service.go:286] [b47c47ca17dcb4ee] login to server success, get run id [b47c47ca17dcb4ee] 2026-04-17 23:49:23.130 [I] [proxy/proxy_manager.go:173] [b47c47ca17dcb4ee] proxy added: [DTN57CC4444] 2026-04-17 23:49:23.374 [I] [client/control.go:168] [b47c47ca17dcb4ee] [DTN57CC4444] start proxy success [2026-04-17,23:50:17.338] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-17,23:50:24.957] [DEBUG] 6 processes running of frp type [2026-04-18,00:05:18.655] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,00:05:26.322] [DEBUG] 6 processes running of frp type 2026-04-18 00:12:14.200 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-18 00:12:14.849 [I] [client/service.go:286] [b47c47ca17dcb4ee] login to server success, get run id [b47c47ca17dcb4ee] 2026-04-18 00:12:14.851 [I] [proxy/proxy_manager.go:173] [b47c47ca17dcb4ee] proxy added: [DTN57CC4444] 2026-04-18 00:12:15.071 [I] [client/control.go:168] [b47c47ca17dcb4ee] [DTN57CC4444] start proxy success [2026-04-18,00:20:17.482] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,00: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-04-18,00:35:17.721] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,00:35:24.375] [DEBUG] 6 processes running of frp type [2026-04-18,00:50:17.889] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,00:50:24.557] [DEBUG] 6 processes running of frp type [2026-04-18,01:05:18.121] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,01:05:24.728] [DEBUG] 6 processes running of frp type [2026-04-18,01:20:17.038] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,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-04-18,01:35:17.501] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,01:35:24.135] [DEBUG] 6 processes running of frp type [2026-04-18,01:50:17.780] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,01:50:24.402] [DEBUG] 6 processes running of frp type [2026-04-18,02:05:17.731] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,02:05:24.405] [DEBUG] 6 processes running of frp type [2026-04-18,02:20:22.034] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,02:20:28.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-18,02:35:17.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,02:35:24.621] [DEBUG] 6 processes running of frp type [2026-04-18,02:50:17.642] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,02:50:24.291] [DEBUG] 6 processes running of frp type [2026-04-18,03:05:17.964] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,03:05:24.675] [DEBUG] 6 processes running of frp type 2026-04-18 03:06:41.213 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-18 03:06:41.978 [I] [client/service.go:286] [b47c47ca17dcb4ee] login to server success, get run id [b47c47ca17dcb4ee] 2026-04-18 03:06:41.979 [I] [proxy/proxy_manager.go:173] [b47c47ca17dcb4ee] proxy added: [DTN57CC4444] 2026-04-18 03:06:42.218 [I] [client/control.go:168] [b47c47ca17dcb4ee] [DTN57CC4444] start proxy success [2026-04-18,03:20:16.948] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,03:20:23.573] [DEBUG] 6 processes running of frp type 2026-04-18 03:24:43.556 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-18 03:24:53.558 [W] [client/service.go:297] [b47c47ca17dcb4ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 03:24:53.559 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-18 03:24:53.561 [W] [client/service.go:297] [b47c47ca17dcb4ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 03:24:58.118 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-18 03:24:58.122 [W] [client/service.go:297] [b47c47ca17dcb4ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 03:25:07.273 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-18 03:25:08.031 [I] [client/service.go:286] [b47c47ca17dcb4ee] login to server success, get run id [b47c47ca17dcb4ee] 2026-04-18 03:25:08.032 [I] [proxy/proxy_manager.go:173] [b47c47ca17dcb4ee] proxy added: [DTN57CC4444] 2026-04-18 03:25:08.275 [I] [client/control.go:168] [b47c47ca17dcb4ee] [DTN57CC4444] 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-18,03:35:17.227] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,03:35:23.866] [DEBUG] 6 processes running of frp type [2026-04-18,03:50:17.546] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,03:50:24.120] [DEBUG] 6 processes running of frp type 2026-04-18 04:01:11.130 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-18 04:01:14.173 [W] [client/service.go:297] [b47c47ca17dcb4ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:01:14.174 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-18 04:01:17.213 [W] [client/service.go:297] [b47c47ca17dcb4ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:01:17.214 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-18 04:01:20.254 [W] [client/service.go:297] [b47c47ca17dcb4ee] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 04:01:30.117 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-18 04:01:40.120 [W] [client/service.go:297] [b47c47ca17dcb4ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 04:01:40.121 [I] [client/service.go:294] [b47c47ca17dcb4ee] try to connect to server... 2026-04-18 04:01:42.825 [I] [client/service.go:286] [b47c47ca17dcb4ee] login to server success, get run id [b47c47ca17dcb4ee] 2026-04-18 04:01:42.826 [I] [proxy/proxy_manager.go:173] [b47c47ca17dcb4ee] proxy added: [DTN57CC4444] 2026-04-18 04:01:43.341 [I] [client/control.go:168] [b47c47ca17dcb4ee] [DTN57CC4444] start proxy success [2026-04-18,04:05:17.825] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,04:05:24.438] [DEBUG] 6 processes running of frp type [2026-04-18,04:20:22.673] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,04:20:29.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-04-18,04:35:17.493] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,04:35:24.165] [DEBUG] 6 processes running of frp type [2026-04-18,04:50:18.221] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,04:50:24.823] [DEBUG] 6 processes running of frp type [2026-04-18,05:05:17.085] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,05:05:23.565] [DEBUG] 6 processes running of frp type [2026-04-18,05:20:17.750] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,05: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-18,05:35:17.285] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,05:35:23.812] [DEBUG] 6 processes running of frp type [2026-04-18,05:50:18.003] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,05:50:24.604] [DEBUG] 6 processes running of frp type [2026-04-18,06:05:18.032] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,06:05:24.639] [DEBUG] 6 processes running of frp type [2026-04-18,06:20:18.121] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,06: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-18,06:30:41.409] [INFO] Initializing BusSpeedStateManager V2 [2026-04-18,06:30:41.414] [INFO] LocationSqlManager initialising [2026-04-18,06:30:41.415] [INFO] Location DB initialising [2026-04-18,06:30:41.426] [INFO] LocationSqlManager initialisation complete [2026-04-18,06:30:41.427] [DEBUG] UploadManager Init [2026-04-18,06:30:41.427] [DEBUG] UploadManager Init Complete [2026-04-18,06:30:41.432] [INFO] Initializing GPS... [2026-04-18,06:30:41.434] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:45.134] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,06:32:51.648] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-18,06:33:02.709] [DEBUG] Log Upload Complete! [2026-04-18,06:35:44.882] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,06:35:51.607] [DEBUG] Remote Access Enabled [2026-04-18,06:35:57.858] [INFO] Server Address: 138.201.17.179 [2026-04-18,06:35:57.859] [INFO] Server Port: 7000 [2026-04-18,06:35:57.864] [DEBUG] Starting Remote Access! 2026-04-18 06:35:57.996 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-18 06:35:57.997 [I] [client/service.go:294] try to connect to server... 2026-04-18 06:35:58.650 [I] [client/service.go:286] [50f6d39185de126a] login to server success, get run id [50f6d39185de126a] 2026-04-18 06:35:58.651 [I] [proxy/proxy_manager.go:173] [50f6d39185de126a] proxy added: [DTN57CC4444] 2026-04-18 06:35:58.882 [I] [client/control.go:168] [50f6d39185de126a] [DTN57CC4444] start proxy success [2026-04-18,06:50:18.061] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,06:50:25.256] [DEBUG] 6 processes running of frp type [2026-04-18,07:05:17.499] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,07:05:24.273] [DEBUG] 6 processes running of frp type [2026-04-18,07:20:22.810] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,07:20:29.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-18,07:35:17.156] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,07:35:23.712] [DEBUG] 6 processes running of frp type 2026-04-18 07:45:41.310 [I] [client/service.go:294] [50f6d39185de126a] try to connect to server... 2026-04-18 07:45:51.313 [W] [client/service.go:297] [50f6d39185de126a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 07:45:51.314 [I] [client/service.go:294] [50f6d39185de126a] try to connect to server... 2026-04-18 07:45:51.996 [I] [client/service.go:286] [50f6d39185de126a] login to server success, get run id [50f6d39185de126a] 2026-04-18 07:45:51.997 [I] [proxy/proxy_manager.go:173] [50f6d39185de126a] proxy added: [DTN57CC4444] 2026-04-18 07:45:52.241 [I] [client/control.go:168] [50f6d39185de126a] [DTN57CC4444] start proxy success [2026-04-18,07:50:25.596] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,07:50:32.184] [DEBUG] 6 processes running of frp type 2026-04-18 07:53:43.591 [I] [client/service.go:294] [50f6d39185de126a] try to connect to server... 2026-04-18 07:53:44.234 [I] [client/service.go:286] [50f6d39185de126a] login to server success, get run id [50f6d39185de126a] 2026-04-18 07:53:44.236 [I] [proxy/proxy_manager.go:173] [50f6d39185de126a] proxy added: [DTN57CC4444] 2026-04-18 07:53:44.461 [I] [client/control.go:168] [50f6d39185de126a] [DTN57CC4444] start proxy success [2026-04-18,08:02:32.629] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,08:05:17.464] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,08:05:24.067] [DEBUG] 6 processes running of frp type [2026-04-18,08:20:17.287] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,08: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' [2026-04-18,08:35:07.588] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,08:35:19.476] [DEBUG] 6 processes running of frp type [2026-04-18,08:50:17.090] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,08:50:23.636] [DEBUG] 6 processes running of frp type [2026-04-18,09:05:17.983] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,09:05:24.568] [DEBUG] 6 processes running of frp type [2026-04-18,09:20:17.868] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,09: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-04-18,09:35:17.242] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,09:35:23.788] [DEBUG] 6 processes running of frp type [2026-04-18,09:50:17.583] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,09:50:24.237] [DEBUG] 6 processes running of frp type [2026-04-18,10:05:17.645] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-04-18 10:08:06.147 [I] [client/service.go:294] [50f6d39185de126a] try to connect to server... 2026-04-18 10:08:16.150 [W] [client/service.go:297] [50f6d39185de126a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 10:08:16.150 [I] [client/service.go:294] [50f6d39185de126a] try to connect to server... 2026-04-18 10:08:24.035 [I] [client/service.go:286] [50f6d39185de126a] login to server success, get run id [50f6d39185de126a] 2026-04-18 10:08:24.037 [I] [proxy/proxy_manager.go:173] [50f6d39185de126a] proxy added: [DTN57CC4444] 2026-04-18 10:08:24.219 [I] [client/control.go:168] [50f6d39185de126a] [DTN57CC4444] start proxy success [2026-04-18,10:20:17.152] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,10:20:23.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-04-18,10:35:17.586] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,10:35:24.148] [DEBUG] 6 processes running of frp type [2026-04-18,10:50:17.630] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,10:50:24.221] [DEBUG] 6 processes running of frp type [2026-04-18,11:05:17.665] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,11:05:24.214] [DEBUG] 6 processes running of frp type [2026-04-18,11:20:17.598] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,11: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-04-18,11:35:18.019] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,11:35:24.709] [DEBUG] 6 processes running of frp type [2026-04-18,11:50:17.460] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,11:50:24.048] [DEBUG] 6 processes running of frp type 2026-04-18 12:01:36.001 [I] [client/service.go:294] [50f6d39185de126a] try to connect to server... 2026-04-18 12:01:36.607 [I] [client/service.go:286] [50f6d39185de126a] login to server success, get run id [50f6d39185de126a] 2026-04-18 12:01:36.608 [I] [proxy/proxy_manager.go:173] [50f6d39185de126a] proxy added: [DTN57CC4444] 2026-04-18 12:01:36.818 [I] [client/control.go:168] [50f6d39185de126a] [DTN57CC4444] start proxy success [2026-04-18,12:05:17.505] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,12:05:24.022] [DEBUG] 6 processes running of frp type [2026-04-18,12:20:17.458] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,12: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-04-18,12:35:17.758] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,12:35:24.304] [DEBUG] 6 processes running of frp type [2026-04-18,12:50:17.961] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,12:50:24.495] [DEBUG] 6 processes running of frp type [2026-04-18,13:05:17.890] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,13:05:24.444] [DEBUG] 6 processes running of frp type [2026-04-18,13:20:17.774] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,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-04-18,13:35:16.944] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,13:35:23.435] [DEBUG] 6 processes running of frp type [2026-04-18,13:50:18.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,13:50:24.698] [DEBUG] 6 processes running of frp type [2026-04-18,14:05:18.118] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,14:05:24.629] [DEBUG] 6 processes running of frp type [2026-04-18,14:20:18.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,14: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' [2026-04-18,14:35:17.384] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,14:35:23.884] [DEBUG] 6 processes running of frp type [2026-04-18,14:50:17.800] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,14:50:24.348] [DEBUG] 6 processes running of frp type [2026-04-18,15:05:17.738] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,15:05:24.353] [DEBUG] 6 processes running of frp type [2026-04-18,15:20:17.595] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,15:20:24.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-18,15:35:17.958] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,15:35:24.444] [DEBUG] 6 processes running of frp type [2026-04-18,15:50:17.215] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,15:50:23.739] [DEBUG] 6 processes running of frp type [2026-04-18,16:05:17.231] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,16:05:23.830] [DEBUG] 6 processes running of frp type [2026-04-18,16:20:17.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,16:20:23.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-18,16:35:17.509] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,16:35:24.033] [DEBUG] 6 processes running of frp type [2026-04-18,16:50:17.747] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,16:50:24.315] [DEBUG] 6 processes running of frp type [2026-04-18,17:05:17.702] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,17:05:24.320] [DEBUG] 6 processes running of frp type [2026-04-18,17:20:17.655] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,17: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' [2026-04-18,17:35:18.120] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,17:35:24.665] [DEBUG] 6 processes running of frp type [2026-04-18,17:50:17.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,17:50:24.103] [DEBUG] 6 processes running of frp type [2026-04-18,18:05:17.519] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,18:05:24.058] [DEBUG] 6 processes running of frp type [2026-04-18,18:20:17.365] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,18:20:23.915] [DEBUG] 6 processes running of frp type [2026-04-18,18:25:40.637] [INFO] Initializing BusSpeedStateManager V2 [2026-04-18,18:25:40.644] [INFO] LocationSqlManager initialising [2026-04-18,18:25:40.645] [INFO] Location DB initialising [2026-04-18,18:25:40.657] [INFO] LocationSqlManager initialisation complete [2026-04-18,18:25:40.658] [DEBUG] UploadManager Init [2026-04-18,18:25:40.658] [DEBUG] UploadManager Init Complete [2026-04-18,18:25:40.663] [INFO] Initializing GPS... [2026-04-18,18:25:40.666] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.460] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,18:27:55.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-04-18,18:28:07.066] [DEBUG] Log Upload Complete! [2026-04-18,18:30:49.532] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,18:30:56.002] [DEBUG] Remote Access Enabled [2026-04-18,18:31:02.105] [INFO] Server Address: 138.201.17.179 [2026-04-18,18:31:02.106] [INFO] Server Port: 7000 [2026-04-18,18:31:02.111] [DEBUG] Starting Remote Access! 2026-04-18 18:31:02.244 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-18 18:31:02.245 [I] [client/service.go:294] try to connect to server... 2026-04-18 18:31:02.877 [I] [client/service.go:286] [cae9052eb9db2de6] login to server success, get run id [cae9052eb9db2de6] 2026-04-18 18:31:02.878 [I] [proxy/proxy_manager.go:173] [cae9052eb9db2de6] proxy added: [DTN57CC4444] 2026-04-18 18:31:03.089 [I] [client/control.go:168] [cae9052eb9db2de6] [DTN57CC4444] start proxy success [2026-04-18,18:35:17.519] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,18:35:24.046] [DEBUG] 6 processes running of frp type [2026-04-18,18:50:17.638] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,18:50:24.216] [DEBUG] 6 processes running of frp type [2026-04-18,19:05:17.793] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,19:05:24.590] [DEBUG] 6 processes running of frp type [2026-04-18,19:20:17.989] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,19: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' [2026-04-18,19:35:17.269] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,19:35:23.930] [DEBUG] 6 processes running of frp type [2026-04-18,19:50:17.770] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,19:50:24.259] [DEBUG] 6 processes running of frp type 2026-04-18 20:01:40.137 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 20:01:40.837 [I] [client/service.go:286] [cae9052eb9db2de6] login to server success, get run id [cae9052eb9db2de6] 2026-04-18 20:01:40.839 [I] [proxy/proxy_manager.go:173] [cae9052eb9db2de6] proxy added: [DTN57CC4444] 2026-04-18 20:01:41.071 [I] [client/control.go:168] [cae9052eb9db2de6] [DTN57CC4444] start proxy success [2026-04-18,20:05:17.896] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,20:05:24.533] [DEBUG] 6 processes running of frp type [2026-04-18,20:20:17.740] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,20: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-18,20:35:18.107] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,20:35:24.818] [DEBUG] 6 processes running of frp type [2026-04-18,20:50:18.237] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-18,21:05:17.931] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,21:05:31.994] [DEBUG] 6 processes running of frp type 2026-04-18 21:06:10.545 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 21:06:13.644 [I] [client/service.go:286] [cae9052eb9db2de6] login to server success, get run id [cae9052eb9db2de6] 2026-04-18 21:06:13.645 [I] [proxy/proxy_manager.go:173] [cae9052eb9db2de6] proxy added: [DTN57CC4444] 2026-04-18 21:06:14.214 [I] [client/control.go:168] [cae9052eb9db2de6] [DTN57CC4444] start proxy success [2026-04-18,21:20:17.392] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,21: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-18 21:31:09.822 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 21:31:11.230 [I] [client/service.go:286] [cae9052eb9db2de6] login to server success, get run id [cae9052eb9db2de6] 2026-04-18 21:31:11.232 [I] [proxy/proxy_manager.go:173] [cae9052eb9db2de6] proxy added: [DTN57CC4444] 2026-04-18 21:31:11.539 [I] [client/control.go:168] [cae9052eb9db2de6] [DTN57CC4444] start proxy success [2026-04-18,21:35:22.957] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,21:35:35.809] [DEBUG] 6 processes running of frp type 2026-04-18 21:37:26.216 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 21:37:34.272 [I] [client/service.go:286] [cae9052eb9db2de6] login to server success, get run id [cae9052eb9db2de6] 2026-04-18 21:37:34.274 [I] [proxy/proxy_manager.go:173] [cae9052eb9db2de6] proxy added: [DTN57CC4444] 2026-04-18 21:37:34.538 [I] [client/control.go:168] [cae9052eb9db2de6] [DTN57CC4444] start proxy success 2026-04-18 21:43:51.529 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 21:44:03.121 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: connection write timeout 2026-04-18 21:44:03.122 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 21:44:13.123 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 21:44:13.124 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 21:44:28.094 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: connection write timeout 2026-04-18 21:44:28.095 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 21:44:38.097 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 21:44:38.098 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 21:44:48.100 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 21:45:08.101 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 21:45:18.103 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 21:45:38.104 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 21:45:48.792 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: connection write timeout 2026-04-18 21:46:08.793 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 21:46:18.795 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 21:46:38.796 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 21:46:44.299 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: read tcp 192.168.2.5:52224->138.201.17.179:7000: read: connection reset by peer 2026-04-18 21:47:04.301 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 21:47:04.978 [I] [client/service.go:286] [cae9052eb9db2de6] login to server success, get run id [cae9052eb9db2de6] 2026-04-18 21:47:04.979 [I] [proxy/proxy_manager.go:173] [cae9052eb9db2de6] proxy added: [DTN57CC4444] 2026-04-18 21:47:05.524 [I] [client/control.go:168] [cae9052eb9db2de6] [DTN57CC4444] start proxy success [2026-04-18,21:50:17.352] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,21:50:24.975] [DEBUG] 6 processes running of frp type 2026-04-18 22:00:02.888 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 22:00:04.950 [I] [client/service.go:286] [cae9052eb9db2de6] login to server success, get run id [cae9052eb9db2de6] 2026-04-18 22:00:04.951 [I] [proxy/proxy_manager.go:173] [cae9052eb9db2de6] proxy added: [DTN57CC4444] 2026-04-18 22:00:05.362 [I] [client/control.go:168] [cae9052eb9db2de6] [DTN57CC4444] start proxy success [2026-04-18,22:05:17.448] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,22:05:24.149] [DEBUG] 6 processes running of frp type [2026-04-18,22:20:17.412] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,22: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-18 22:26:22.060 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 22:26:34.769 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: i/o deadline reached 2026-04-18 22:26:34.770 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 22:26:44.771 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 22:26:44.772 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 22:26:58.174 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: connection write timeout 2026-04-18 22:26:58.174 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 22:27:08.176 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 22:27:08.177 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 22:27:18.179 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-18 22:27:38.181 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 22:27:49.640 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: connection write timeout 2026-04-18 22:28:09.642 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-18 22:28:21.463 [I] [client/service.go:286] [cae9052eb9db2de6] login to server success, get run id [cae9052eb9db2de6] 2026-04-18 22:28:21.464 [I] [proxy/proxy_manager.go:173] [cae9052eb9db2de6] proxy added: [DTN57CC4444] 2026-04-18 22:28:23.996 [I] [client/control.go:168] [cae9052eb9db2de6] [DTN57CC4444] start proxy success [2026-04-18,22:35:17.298] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,22:35:24.651] [DEBUG] 6 processes running of frp type [2026-04-18,22:50:17.764] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,22:50:31.630] [DEBUG] 6 processes running of frp type [2026-04-18,23:05:18.046] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,23:05:25.221] [DEBUG] 6 processes running of frp type [2026-04-18,23:20:17.543] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,23: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-04-18,23:35:16.994] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,23:35:23.703] [DEBUG] 6 processes running of frp type [2026-04-18,23:50:17.374] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-18,23:50:24.036] [DEBUG] 6 processes running of frp type [2026-04-19,00:05:17.412] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,00:05:24.000] [DEBUG] 6 processes running of frp type [2026-04-19,00:20:17.223] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,00: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-19,00:35:17.276] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,00:35:24.021] [DEBUG] 6 processes running of frp type [2026-04-19,00:50:17.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,00:50:24.011] [DEBUG] 6 processes running of frp type [2026-04-19,01:05:17.479] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,01:05:24.095] [DEBUG] 6 processes running of frp type [2026-04-19,01:20:17.374] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,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-04-19,01:35:17.520] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,01:35:24.163] [DEBUG] 6 processes running of frp type [2026-04-19,01:50:17.692] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,01:50:24.333] [DEBUG] 6 processes running of frp type [2026-04-19,02:05:17.543] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,02:05:24.020] [DEBUG] 6 processes running of frp type [2026-04-19,02:20:17.456] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,02:20:24.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-04-19,02:35:18.156] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,02:35:24.753] [DEBUG] 6 processes running of frp type [2026-04-19,02:50:17.483] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,02:50:24.199] [DEBUG] 6 processes running of frp type 2026-04-19 02:56:44.507 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-19 02:56:54.508 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 02:56:54.509 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-19 02:57:04.511 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 02:57:04.512 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-19 02:57:14.513 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 02:57:14.514 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-19 02:57:24.515 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 02:57:24.516 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-19 02:57:34.517 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 02:57:54.519 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-19 02:58:04.522 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 02:58:24.523 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-19 02:58:24.527 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-19 02:58:44.529 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-19 02:58:45.552 [I] [client/service.go:286] [cae9052eb9db2de6] login to server success, get run id [cae9052eb9db2de6] 2026-04-19 02:58:45.553 [I] [proxy/proxy_manager.go:173] [cae9052eb9db2de6] proxy added: [DTN57CC4444] 2026-04-19 02:58:45.903 [I] [client/control.go:168] [cae9052eb9db2de6] [DTN57CC4444] start proxy success [2026-04-19,03:05:17.630] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,03:05:24.359] [DEBUG] 6 processes running of frp type [2026-04-19,03:20:17.622] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,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-04-19,03:35:18.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,03:35:25.642] [DEBUG] 6 processes running of frp type [2026-04-19,03:50:17.380] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,03:50:23.966] [DEBUG] 6 processes running of frp type 2026-04-19 04:01:03.019 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-19 04:01:05.948 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-19 04:01:05.948 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-19 04:01:08.990 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-19 04:01:08.990 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-19 04:01:09.002 [W] [client/service.go:297] [cae9052eb9db2de6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-19 04:01:18.579 [I] [client/service.go:294] [cae9052eb9db2de6] try to connect to server... 2026-04-19 04:01:19.174 [I] [client/service.go:286] [cae9052eb9db2de6] login to server success, get run id [cae9052eb9db2de6] 2026-04-19 04:01:19.176 [I] [proxy/proxy_manager.go:173] [cae9052eb9db2de6] proxy added: [DTN57CC4444] 2026-04-19 04:01:19.374 [I] [client/control.go:168] [cae9052eb9db2de6] [DTN57CC4444] start proxy success [2026-04-19,04:05:17.259] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,04:05:23.807] [DEBUG] 6 processes running of frp type [2026-04-19,04:20:17.415] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,04: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' [2026-04-19,04:35:17.368] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,04:35:24.053] [DEBUG] 6 processes running of frp type [2026-04-19,04:50:18.190] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,04:50:24.737] [DEBUG] 6 processes running of frp type [2026-04-19,05:05:17.427] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,05:05:24.062] [DEBUG] 6 processes running of frp type [2026-04-19,05:20:17.357] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,05: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-19,05:35:18.030] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,05:35:24.570] [DEBUG] 6 processes running of frp type [2026-04-19,05:50:18.060] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,05:50:24.675] [DEBUG] 6 processes running of frp type [2026-04-19,06:05:18.296] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,06:05:24.858] [DEBUG] 6 processes running of frp type [2026-04-19,06:20:17.131] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,06: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-19,06:30:40.982] [INFO] Initializing BusSpeedStateManager V2 [2026-04-19,06:30:40.989] [INFO] LocationSqlManager initialising [2026-04-19,06:30:40.990] [INFO] Location DB initialising [2026-04-19,06:30:41.000] [INFO] LocationSqlManager initialisation complete [2026-04-19,06:30:41.002] [DEBUG] UploadManager Init [2026-04-19,06:30:41.002] [DEBUG] UploadManager Init Complete [2026-04-19,06:30:41.006] [INFO] Initializing GPS... [2026-04-19,06:30:41.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-04-19,06:32:44.771] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,06:32:56.331] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:11.564] [DEBUG] Log Upload Complete! [2026-04-19,06:35:44.894] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,06:35:51.606] [DEBUG] Remote Access Enabled [2026-04-19,06:35:57.874] [INFO] Server Address: 138.201.17.179 [2026-04-19,06:35:57.875] [INFO] Server Port: 7000 [2026-04-19,06:35:57.880] [DEBUG] Starting Remote Access! 2026-04-19 06:35:58.010 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-19 06:35:58.011 [I] [client/service.go:294] try to connect to server... 2026-04-19 06:35:58.722 [I] [client/service.go:286] [e30439cf96e79f70] login to server success, get run id [e30439cf96e79f70] 2026-04-19 06:35:58.723 [I] [proxy/proxy_manager.go:173] [e30439cf96e79f70] proxy added: [DTN57CC4444] 2026-04-19 06:35:58.934 [I] [client/control.go:168] [e30439cf96e79f70] [DTN57CC4444] start proxy success [2026-04-19,06:50:18.068] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,06:50:24.643] [DEBUG] 6 processes running of frp type [2026-04-19,07:05:17.963] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,07:05:24.619] [DEBUG] 6 processes running of frp type [2026-04-19,07:20:18.088] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,07:20:24.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-19,07:35:17.646] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,07:35:24.213] [DEBUG] 6 processes running of frp type [2026-04-19,07:50:17.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,07:50:24.309] [DEBUG] 6 processes running of frp type [2026-04-19,08:02:17.646] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,08:02:24.115] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:03:25.228] [DEBUG] Log Upload Complete! [2026-04-19,08:05:17.940] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,08:05:24.517] [DEBUG] 6 processes running of frp type [2026-04-19,08:20:17.971] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,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-04-19,08:35:17.596] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,08:35:24.239] [DEBUG] 6 processes running of frp type [2026-04-19,08:50:17.759] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,08:50:24.242] [DEBUG] 6 processes running of frp type [2026-04-19,09:05:17.927] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,09:05:24.786] [DEBUG] 6 processes running of frp type [2026-04-19,09:20:17.069] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,09: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' [2026-04-19,09:35:17.162] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,09:35:23.784] [DEBUG] 6 processes running of frp type [2026-04-19,09:50:17.550] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,09:50:24.129] [DEBUG] 6 processes running of frp type [2026-04-19,10:05:17.512] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,10:05:24.077] [DEBUG] 6 processes running of frp type [2026-04-19,10:20:17.427] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,10: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' [2026-04-19,10:35:17.878] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,10:35:24.557] [DEBUG] 6 processes running of frp type [2026-04-19,10:50:17.209] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,10:50:23.719] [DEBUG] 6 processes running of frp type [2026-04-19,11:05:17.183] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,11:05:23.774] [DEBUG] 6 processes running of frp type [2026-04-19,11:20:17.046] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,11:20:23.588] [DEBUG] 6 processes running of frp type 2026-04-19 11:20:51.601 [I] [client/service.go:294] [e30439cf96e79f70] try to connect to server... 2026-04-19 11:20:54.954 [I] [client/service.go:286] [e30439cf96e79f70] login to server success, get run id [e30439cf96e79f70] 2026-04-19 11:20:54.955 [I] [proxy/proxy_manager.go:173] [e30439cf96e79f70] proxy added: [DTN57CC4444] 2026-04-19 11:20:55.173 [I] [client/control.go:168] [e30439cf96e79f70] [DTN57CC4444] 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-19,11:35:17.382] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,11:35:23.931] [DEBUG] 6 processes running of frp type [2026-04-19,11:50:17.556] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,11:50:24.178] [DEBUG] 6 processes running of frp type [2026-04-19,12:05:17.646] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,12:05:24.208] [DEBUG] 6 processes running of frp type [2026-04-19,12:20:17.532] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,12: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-19,12:35:18.249] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,12:35:24.800] [DEBUG] 6 processes running of frp type [2026-04-19,12:50:17.625] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,12:50:24.286] [DEBUG] 6 processes running of frp type [2026-04-19,13:05:17.852] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,13:05:24.519] [DEBUG] 6 processes running of frp type [2026-04-19,13:20:17.918] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,13: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-19,13:35:17.280] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,13:35:23.925] [DEBUG] 6 processes running of frp type [2026-04-19,13:50:17.609] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,13:50:24.229] [DEBUG] 6 processes running of frp type [2026-04-19,14:05:17.686] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,14:05:24.255] [DEBUG] 6 processes running of frp type [2026-04-19,14:20:17.656] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,14: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,14:35:17.997] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,14:35:24.660] [DEBUG] 6 processes running of frp type [2026-04-19,14:50:17.343] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,14:50:23.905] [DEBUG] 6 processes running of frp type [2026-04-19,15:05:17.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,15:05:23.700] [DEBUG] 6 processes running of frp type [2026-04-19,15:20:18.106] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,15: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-19,15:35:17.543] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,15:35:24.098] [DEBUG] 6 processes running of frp type [2026-04-19,15:50:17.794] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,15:50:24.376] [DEBUG] 6 processes running of frp type [2026-04-19,16:05:17.761] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,16:05:24.284] [DEBUG] 6 processes running of frp type [2026-04-19,16:20:17.620] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,16: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-04-19,16:35:18.061] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,16:35:24.538] [DEBUG] 6 processes running of frp type [2026-04-19,16:50:17.318] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,16:50:23.967] [DEBUG] 6 processes running of frp type [2026-04-19,17:05:17.389] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,17:05:24.011] [DEBUG] 6 processes running of frp type [2026-04-19,17:20:17.297] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,17: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-04-19,17:35:17.478] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,17:35:24.195] [DEBUG] 6 processes running of frp type [2026-04-19,17:50:17.920] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,17:50:24.631] [DEBUG] 6 processes running of frp type [2026-04-19,18:05:18.111] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,18:05:24.715] [DEBUG] 6 processes running of frp type [2026-04-19,18:20:18.246] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,18:20:24.823] [DEBUG] 6 processes running of frp type [2026-04-19,18:25:40.698] [INFO] Initializing BusSpeedStateManager V2 [2026-04-19,18:25:40.704] [INFO] LocationSqlManager initialising [2026-04-19,18:25:40.705] [INFO] Location DB initialising [2026-04-19,18:25:40.717] [INFO] LocationSqlManager initialisation complete [2026-04-19,18:25:40.718] [DEBUG] UploadManager Init [2026-04-19,18:25:40.719] [DEBUG] UploadManager Init Complete [2026-04-19,18:25:40.723] [INFO] Initializing GPS... [2026-04-19,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-04-19,18:27:44.452] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,18:27:56.307] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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.802] [DEBUG] Log Upload Complete! [2026-04-19,18:30:44.636] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,18:30:51.371] [DEBUG] Remote Access Enabled [2026-04-19,18:30:58.013] [INFO] Server Address: 138.201.17.179 [2026-04-19,18:30:58.014] [INFO] Server Port: 7000 [2026-04-19,18:30:58.019] [DEBUG] Starting Remote Access! 2026-04-19 18:30:58.151 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-19 18:30:58.152 [I] [client/service.go:294] try to connect to server... 2026-04-19 18:30:59.087 [I] [client/service.go:286] [cd375c93234a2c5c] login to server success, get run id [cd375c93234a2c5c] 2026-04-19 18:30:59.089 [I] [proxy/proxy_manager.go:173] [cd375c93234a2c5c] proxy added: [DTN57CC4444] 2026-04-19 18:30:59.320 [I] [client/control.go:168] [cd375c93234a2c5c] [DTN57CC4444] start proxy success [2026-04-19,18:35:22.075] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,18:35:28.749] [DEBUG] 6 processes running of frp type [2026-04-19,18:50:17.305] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,18:50:24.074] [DEBUG] 6 processes running of frp type [2026-04-19,19:05:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,19:05:24.155] [DEBUG] 6 processes running of frp type [2026-04-19,19:20:17.720] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,19:20:24.391] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:17.337] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,19:35:23.890] [DEBUG] 6 processes running of frp type [2026-04-19,19:50:17.529] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,19:50:24.064] [DEBUG] 6 processes running of frp type [2026-04-19,20:05:17.319] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,20:20:17.620] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,20: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-04-19,20:35:17.111] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,20:35:23.723] [DEBUG] 6 processes running of frp type [2026-04-19,20:50:17.223] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,20:50:23.859] [DEBUG] 6 processes running of frp type [2026-04-19,21:05:17.401] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,21:05:24.156] [DEBUG] 6 processes running of frp type [2026-04-19,21:20:17.494] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,21: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-19,21:35:17.693] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,21:35:24.317] [DEBUG] 6 processes running of frp type [2026-04-19,21:50:18.445] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,21:50:25.812] [DEBUG] 6 processes running of frp type [2026-04-19,22:05:17.390] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,22:05:24.167] [DEBUG] 6 processes running of frp type [2026-04-19,22:20:17.377] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,22: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-04-19,22:35:17.742] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,22:35:24.406] [DEBUG] 6 processes running of frp type 2026-04-19 22:50:03.425 [I] [client/service.go:294] [cd375c93234a2c5c] try to connect to server... 2026-04-19 22:50:13.428 [W] [client/service.go:297] [cd375c93234a2c5c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-19 22:50:13.429 [I] [client/service.go:294] [cd375c93234a2c5c] try to connect to server... 2026-04-19 22:50:14.799 [I] [client/service.go:286] [cd375c93234a2c5c] login to server success, get run id [cd375c93234a2c5c] 2026-04-19 22:50:14.801 [I] [proxy/proxy_manager.go:173] [cd375c93234a2c5c] proxy added: [DTN57CC4444] 2026-04-19 22:50:15.115 [I] [client/control.go:168] [cd375c93234a2c5c] [DTN57CC4444] start proxy success [2026-04-19,22:50:17.418] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,22:50:24.291] [DEBUG] 6 processes running of frp type [2026-04-19,23:05:17.606] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,23:05:24.445] [DEBUG] 6 processes running of frp type [2026-04-19,23:20:17.824] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,23:20:24.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-04-19,23:35:17.559] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,23:35:24.973] [DEBUG] 6 processes running of frp type [2026-04-19,23:50:17.536] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-19,23:50:24.310] [DEBUG] 6 processes running of frp type [2026-04-20,00:05:17.634] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,00:05:24.307] [DEBUG] 6 processes running of frp type [2026-04-20,00:20:17.621] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,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' [2026-04-20,00:35:17.253] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,00:35:23.776] [DEBUG] 6 processes running of frp type [2026-04-20,00:50:17.433] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,00:50:24.086] [DEBUG] 6 processes running of frp type [2026-04-20,01:05:17.662] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,01:05:24.222] [DEBUG] 6 processes running of frp type [2026-04-20,01:20:17.549] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,01: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-20,01:35:17.789] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,01:35:24.368] [DEBUG] 6 processes running of frp type [2026-04-20,01:50:17.030] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,01:50:23.717] [DEBUG] 6 processes running of frp type [2026-04-20,02:05:18.343] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,02:05:24.812] [DEBUG] 6 processes running of frp type [2026-04-20,02:20:16.943] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,02: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' [2026-04-20,02:35:17.070] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,02:35:23.650] [DEBUG] 6 processes running of frp type [2026-04-20,02:50:17.829] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,02:50:24.372] [DEBUG] 6 processes running of frp type [2026-04-20,03:05:17.628] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,03:05:24.161] [DEBUG] 6 processes running of frp type [2026-04-20,03:20:17.592] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,03: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-04-20,03:35:18.133] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,03:35:24.796] [DEBUG] 6 processes running of frp type [2026-04-20,03:50:17.054] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,03:50:23.647] [DEBUG] 6 processes running of frp type 2026-04-20 04:00:43.577 [I] [client/service.go:294] [cd375c93234a2c5c] try to connect to server... 2026-04-20 04:00:52.938 [W] [client/service.go:297] [cd375c93234a2c5c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:00:52.939 [I] [client/service.go:294] [cd375c93234a2c5c] try to connect to server... 2026-04-20 04:00:55.978 [W] [client/service.go:297] [cd375c93234a2c5c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:00:55.978 [I] [client/service.go:294] [cd375c93234a2c5c] try to connect to server... 2026-04-20 04:00:59.018 [W] [client/service.go:297] [cd375c93234a2c5c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:01:08.156 [I] [client/service.go:294] [cd375c93234a2c5c] try to connect to server... 2026-04-20 04:01:08.161 [W] [client/service.go:297] [cd375c93234a2c5c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-20 04:01:27.560 [I] [client/service.go:294] [cd375c93234a2c5c] try to connect to server... 2026-04-20 04:01:28.212 [I] [client/service.go:286] [cd375c93234a2c5c] login to server success, get run id [cd375c93234a2c5c] 2026-04-20 04:01:28.214 [I] [proxy/proxy_manager.go:173] [cd375c93234a2c5c] proxy added: [DTN57CC4444] 2026-04-20 04:01:28.423 [I] [client/control.go:168] [cd375c93234a2c5c] [DTN57CC4444] start proxy success [2026-04-20,04:05:18.193] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,04:05:24.670] [DEBUG] 6 processes running of frp type [2026-04-20,04:20:18.072] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,04: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-04-20,04:35:17.750] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,04:35:24.340] [DEBUG] 6 processes running of frp type [2026-04-20,04:50:17.740] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,04:50:24.230] [DEBUG] 6 processes running of frp type [2026-04-20,05:05:17.644] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,05:05:24.402] [DEBUG] 6 processes running of frp type [2026-04-20,05:20:17.886] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,05: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-20,05:35:17.299] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,05:35:23.882] [DEBUG] 6 processes running of frp type [2026-04-20,05:50:17.988] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,05:50:24.495] [DEBUG] 6 processes running of frp type [2026-04-20,06:05:18.102] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,06:05:24.784] [DEBUG] 6 processes running of frp type [2026-04-20,06:20:17.177] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,06:20:27.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-04-20,06:30:41.278] [INFO] Initializing BusSpeedStateManager V2 [2026-04-20,06:30:41.283] [INFO] LocationSqlManager initialising [2026-04-20,06:30:41.284] [INFO] Location DB initialising [2026-04-20,06:30:41.294] [INFO] LocationSqlManager initialisation complete [2026-04-20,06:30:41.295] [DEBUG] UploadManager Init [2026-04-20,06:30:41.295] [DEBUG] UploadManager Init Complete [2026-04-20,06:30:41.298] [INFO] Initializing GPS... [2026-04-20,06:30:41.300] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:44.651] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,06:32:51.348] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-20,06:33:10.872] [DEBUG] Log Upload Complete! [2026-04-20,06:35:44.718] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,06:35:51.160] [DEBUG] Remote Access Enabled [2026-04-20,06:35:57.462] [INFO] Server Address: 138.201.17.179 [2026-04-20,06:35:57.463] [INFO] Server Port: 7000 [2026-04-20,06:35:57.468] [DEBUG] Starting Remote Access! 2026-04-20 06:35:57.600 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-20 06:35:57.601 [I] [client/service.go:294] try to connect to server... 2026-04-20 06:35:58.194 [I] [client/service.go:286] [40a92ee9b37f05cf] login to server success, get run id [40a92ee9b37f05cf] 2026-04-20 06:35:58.195 [I] [proxy/proxy_manager.go:173] [40a92ee9b37f05cf] proxy added: [DTN57CC4444] 2026-04-20 06:35:58.408 [I] [client/control.go:168] [40a92ee9b37f05cf] [DTN57CC4444] start proxy success 2026-04-20 06:39:44.830 [I] [client/service.go:294] [40a92ee9b37f05cf] try to connect to server... 2026-04-20 06:39:54.831 [W] [client/service.go:297] [40a92ee9b37f05cf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 06:39:54.832 [I] [client/service.go:294] [40a92ee9b37f05cf] try to connect to server... 2026-04-20 06:40:05.731 [I] [client/service.go:286] [40a92ee9b37f05cf] login to server success, get run id [40a92ee9b37f05cf] 2026-04-20 06:40:05.733 [I] [proxy/proxy_manager.go:173] [40a92ee9b37f05cf] proxy added: [DTN57CC4444] 2026-04-20 06:40:13.658 [I] [client/control.go:168] [40a92ee9b37f05cf] [DTN57CC4444] start proxy success [2026-04-20,06:50:17.408] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,06:50:24.972] [DEBUG] 6 processes running of frp type [2026-04-20,07:05:17.806] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,07:05:24.423] [DEBUG] 6 processes running of frp type [2026-04-20,07:20:07.625] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,07:20:19.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-04-20,07:35:18.084] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,07:35:24.647] [DEBUG] 6 processes running of frp type 2026-04-20 07:50:24.350 [I] [client/service.go:294] [40a92ee9b37f05cf] try to connect to server... 2026-04-20 07:50:34.352 [W] [client/service.go:297] [40a92ee9b37f05cf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 07:50:34.353 [I] [client/service.go:294] [40a92ee9b37f05cf] try to connect to server... 2026-04-20 07:50:44.355 [W] [client/service.go:297] [40a92ee9b37f05cf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 07:50:44.356 [I] [client/service.go:294] [40a92ee9b37f05cf] try to connect to server... 2026-04-20 07:50:46.085 [I] [client/service.go:286] [40a92ee9b37f05cf] login to server success, get run id [40a92ee9b37f05cf] 2026-04-20 07:50:46.086 [I] [proxy/proxy_manager.go:173] [40a92ee9b37f05cf] proxy added: [DTN57CC4444] 2026-04-20 07:50:46.298 [I] [client/control.go:168] [40a92ee9b37f05cf] [DTN57CC4444] start proxy success [2026-04-20,07:50:48.610] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,07:50:55.109] [DEBUG] 6 processes running of frp type [2026-04-20,08:02:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,08:02:23.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-20,08:02:37.513] [DEBUG] Log Upload Complete! [2026-04-20,08:05:17.661] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,08:05:24.220] [DEBUG] 6 processes running of frp type [2026-04-20,07:32:50.255] [INFO] Initializing BusSpeedStateManager V2 [2026-04-20,07:32:50.259] [INFO] LocationSqlManager initialising [2026-04-20,07:32:50.259] [INFO] Location DB initialising [2026-04-20,07:32:50.268] [INFO] LocationSqlManager initialisation complete [2026-04-20,07:32:50.269] [DEBUG] UploadManager Init [2026-04-20,07:32:50.269] [DEBUG] UploadManager Init Complete [2026-04-20,07:32:50.272] [INFO] Initializing GPS... [2026-04-20,07:32:50.274] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:12:21.613] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,10:12:28.098] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-20,10:12:39.778] [DEBUG] Log Upload Complete! [2026-04-20,10:13:22.958] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,10:13:34.448] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-20,10:13:46.329] [DEBUG] Log Upload Complete! [2026-04-20,10:15:26.729] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,10:15:33.217] [DEBUG] Remote Access Enabled [2026-04-20,10:15:39.429] [INFO] Server Address: 138.201.17.179 [2026-04-20,10:15:39.430] [INFO] Server Port: 7000 [2026-04-20,10:15:39.435] [DEBUG] Starting Remote Access! 2026-04-20 10:15:39.571 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-20 10:15:39.571 [I] [client/service.go:294] try to connect to server... 2026-04-20 10:15:40.199 [I] [client/service.go:286] [811c1ced5a757e81] login to server success, get run id [811c1ced5a757e81] 2026-04-20 10:15:40.200 [I] [proxy/proxy_manager.go:173] [811c1ced5a757e81] proxy added: [DTN57CC4444] 2026-04-20 10:15:40.415 [I] [client/control.go:168] [811c1ced5a757e81] [DTN57CC4444] start proxy success [2026-04-20,10:14:49.822] [INFO] Initializing BusSpeedStateManager V2 [2026-04-20,10:14:49.826] [INFO] LocationSqlManager initialising [2026-04-20,10:14:49.826] [INFO] Location DB initialising [2026-04-20,10:14:49.835] [INFO] LocationSqlManager initialisation complete [2026-04-20,10:14:49.836] [DEBUG] UploadManager Init [2026-04-20,10:14:49.836] [DEBUG] UploadManager Init Complete [2026-04-20,10:14:49.839] [INFO] Initializing GPS... [2026-04-20,10:14:49.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-04-20,19:37:25.366] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,19:37:31.856] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-20,19:37:52.910] [DEBUG] Log Upload Complete! [2026-04-20,19:40:25.417] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,19:40:31.946] [DEBUG] Remote Access Enabled [2026-04-20,19:40:38.019] [INFO] Server Address: 138.201.17.179 [2026-04-20,19:40:38.021] [INFO] Server Port: 7000 [2026-04-20,19:40:38.032] [DEBUG] Starting Remote Access! 2026-04-20 19:40:38.228 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-20 19:40:38.229 [I] [client/service.go:294] try to connect to server... 2026-04-20 19:40:38.881 [I] [client/service.go:286] [776b010db8d52da9] login to server success, get run id [776b010db8d52da9] 2026-04-20 19:40:38.882 [I] [proxy/proxy_manager.go:173] [776b010db8d52da9] proxy added: [DTN57CC4444] 2026-04-20 19:40:39.105 [I] [client/control.go:168] [776b010db8d52da9] [DTN57CC4444] start proxy success [2026-04-20,19:40:50.160] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,19:40:56.673] [DEBUG] 6 processes running of frp type [2026-04-20,19:50:18.211] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,19:50:24.793] [DEBUG] 6 processes running of frp type [2026-04-20,20:05:17.591] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,20:05:24.125] [DEBUG] 6 processes running of frp type [2026-04-20,20:20:17.487] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,20: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-04-20,20:35:18.104] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,20:35:24.804] [DEBUG] 6 processes running of frp type 2026-04-20 20:42:30.335 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-20 20:42:36.774 [I] [client/service.go:286] [776b010db8d52da9] login to server success, get run id [776b010db8d52da9] 2026-04-20 20:42:36.775 [I] [proxy/proxy_manager.go:173] [776b010db8d52da9] proxy added: [DTN57CC4444] 2026-04-20 20:42:37.769 [I] [client/control.go:168] [776b010db8d52da9] [DTN57CC4444] start proxy success [2026-04-20,20:50:17.631] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,20:50:24.446] [DEBUG] 6 processes running of frp type [2026-04-20,21:05:18.287] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,21:05:24.858] [DEBUG] 6 processes running of frp type 2026-04-20 21:11:57.466 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-20 21:12:01.309 [I] [client/service.go:286] [776b010db8d52da9] login to server success, get run id [776b010db8d52da9] 2026-04-20 21:12:01.310 [I] [proxy/proxy_manager.go:173] [776b010db8d52da9] proxy added: [DTN57CC4444] 2026-04-20 21:12:08.376 [I] [client/control.go:168] [776b010db8d52da9] [DTN57CC4444] start proxy success [2026-04-20,21:20:17.250] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,21:20:28.677] [DEBUG] 6 processes running of frp type 2026-04-20 21:24:57.211 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-20 21:25:07.213 [W] [client/service.go:297] [776b010db8d52da9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-20 21:25:07.214 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-20 21:25:20.707 [W] [client/service.go:297] [776b010db8d52da9] connect to server error: connection write timeout 2026-04-20 21:25:20.708 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-20 21:25:30.317 [I] [client/service.go:286] [776b010db8d52da9] login to server success, get run id [776b010db8d52da9] 2026-04-20 21:25:30.319 [I] [proxy/proxy_manager.go:173] [776b010db8d52da9] proxy added: [DTN57CC4444] 2026-04-20 21:25:33.200 [I] [client/control.go:168] [776b010db8d52da9] [DTN57CC4444] 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-20,21:35:17.534] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,21:35:24.066] [DEBUG] 6 processes running of frp type [2026-04-20,21:50:17.449] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,21:50:24.302] [DEBUG] 6 processes running of frp type [2026-04-20,22:05:17.736] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,22:05:24.260] [DEBUG] 6 processes running of frp type [2026-04-20,22:20:17.539] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,22: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-04-20 22:30:49.173 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-20 22:30:50.012 [I] [client/service.go:286] [776b010db8d52da9] login to server success, get run id [776b010db8d52da9] 2026-04-20 22:30:50.013 [I] [proxy/proxy_manager.go:173] [776b010db8d52da9] proxy added: [DTN57CC4444] 2026-04-20 22:30:50.273 [I] [client/control.go:168] [776b010db8d52da9] [DTN57CC4444] start proxy success [2026-04-20,22:35:17.796] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,22:35:24.427] [DEBUG] 6 processes running of frp type [2026-04-20,22:50:17.428] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,22:50:24.171] [DEBUG] 6 processes running of frp type [2026-04-20,23:05:17.472] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,23:05:26.616] [DEBUG] 6 processes running of frp type [2026-04-20,23:20:18.038] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,23: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-20,23:35:17.740] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,23:35:24.509] [DEBUG] 6 processes running of frp type [2026-04-20,23:50:17.139] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-20,23:50:23.737] [DEBUG] 6 processes running of frp type 2026-04-20 23:54:53.427 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-20 23:54:57.477 [I] [client/service.go:286] [776b010db8d52da9] login to server success, get run id [776b010db8d52da9] 2026-04-20 23:54:57.479 [I] [proxy/proxy_manager.go:173] [776b010db8d52da9] proxy added: [DTN57CC4444] 2026-04-20 23:54:57.685 [I] [client/control.go:168] [776b010db8d52da9] [DTN57CC4444] start proxy success [2026-04-21,00:05:17.142] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,00:05:23.780] [DEBUG] 6 processes running of frp type [2026-04-21,00:20:17.039] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,00:20:23.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' [2026-04-21,00:35:17.425] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,00:35:23.927] [DEBUG] 6 processes running of frp type [2026-04-21,00:50:17.621] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,00:50:24.080] [DEBUG] 6 processes running of frp type [2026-04-21,01:05:17.589] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,01:05:24.414] [DEBUG] 6 processes running of frp type [2026-04-21,01:20:17.740] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,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' [2026-04-21,01:35:17.706] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,01:35:24.309] [DEBUG] 6 processes running of frp type [2026-04-21,01:50:18.144] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,01:50:24.703] [DEBUG] 6 processes running of frp type [2026-04-21,02:05:17.976] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,02:05:24.473] [DEBUG] 6 processes running of frp type [2026-04-21,02:20:17.756] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,02: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' [2026-04-21,02:35:17.142] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,02:35:23.715] [DEBUG] 6 processes running of frp type [2026-04-21,02:50:17.786] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,02:50:24.376] [DEBUG] 6 processes running of frp type [2026-04-21,03:05:17.800] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,03:05:24.397] [DEBUG] 6 processes running of frp type 2026-04-21 03:16:40.868 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 03:16:50.870 [W] [client/service.go:297] [776b010db8d52da9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 03:16:50.870 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 03:17:00.872 [W] [client/service.go:297] [776b010db8d52da9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 03:17:00.873 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 03:17:10.874 [W] [client/service.go:297] [776b010db8d52da9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 03:17:10.875 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 03:17:20.877 [W] [client/service.go:297] [776b010db8d52da9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 03:17:20.877 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 03:17:30.879 [W] [client/service.go:297] [776b010db8d52da9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 03:17:50.881 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 03:18:00.883 [W] [client/service.go:297] [776b010db8d52da9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 03:18:20.884 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 03:18:30.886 [W] [client/service.go:297] [776b010db8d52da9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 03:18:50.887 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 03:19:00.889 [W] [client/service.go:297] [776b010db8d52da9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 03:19:20.890 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 03:19:22.661 [I] [client/service.go:286] [776b010db8d52da9] login to server success, get run id [776b010db8d52da9] 2026-04-21 03:19:22.662 [I] [proxy/proxy_manager.go:173] [776b010db8d52da9] proxy added: [DTN57CC4444] 2026-04-21 03:19:22.902 [I] [client/control.go:168] [776b010db8d52da9] [DTN57CC4444] start proxy success [2026-04-21,03:20:17.635] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,03:20:24.640] [DEBUG] 6 processes running of frp type 2026-04-21 03:20:39.658 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 03:20:43.225 [I] [client/service.go:286] [776b010db8d52da9] login to server success, get run id [776b010db8d52da9] 2026-04-21 03:20:43.227 [I] [proxy/proxy_manager.go:173] [776b010db8d52da9] proxy added: [DTN57CC4444] 2026-04-21 03:20:50.909 [I] [client/control.go:168] [776b010db8d52da9] [DTN57CC4444] 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,03:35:17.839] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,03:35:24.454] [DEBUG] 6 processes running of frp type [2026-04-21,03:50:17.450] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,03:50:24.022] [DEBUG] 6 processes running of frp type 2026-04-21 04:00:46.798 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 04:00:53.999 [W] [client/service.go:297] [776b010db8d52da9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-21 04:00:54.000 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 04:00:54.003 [W] [client/service.go:297] [776b010db8d52da9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-21 04:00:58.288 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 04:00:58.293 [W] [client/service.go:297] [776b010db8d52da9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-21 04:01:07.069 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 04:01:07.765 [I] [client/service.go:286] [776b010db8d52da9] login to server success, get run id [776b010db8d52da9] 2026-04-21 04:01:07.766 [I] [proxy/proxy_manager.go:173] [776b010db8d52da9] proxy added: [DTN57CC4444] 2026-04-21 04:01:07.992 [I] [client/control.go:168] [776b010db8d52da9] [DTN57CC4444] start proxy success [2026-04-21,04:05:17.380] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,04:05:24.110] [DEBUG] 6 processes running of frp type 2026-04-21 04:05:49.164 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 04:05:51.832 [I] [client/service.go:286] [776b010db8d52da9] login to server success, get run id [776b010db8d52da9] 2026-04-21 04:05:51.834 [I] [proxy/proxy_manager.go:173] [776b010db8d52da9] proxy added: [DTN57CC4444] 2026-04-21 04:05:52.052 [I] [client/control.go:168] [776b010db8d52da9] [DTN57CC4444] start proxy success 2026-04-21 04:09:32.610 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 04:09:40.730 [I] [client/service.go:286] [776b010db8d52da9] login to server success, get run id [776b010db8d52da9] 2026-04-21 04:09:40.731 [I] [proxy/proxy_manager.go:173] [776b010db8d52da9] proxy added: [DTN57CC4444] 2026-04-21 04:09:40.940 [I] [client/control.go:168] [776b010db8d52da9] [DTN57CC4444] start proxy success [2026-04-21,04:20:17.399] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,04:20:24.081] [DEBUG] 6 processes running of frp type 2026-04-21 04:21:54.825 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 04:21:58.727 [I] [client/service.go:286] [776b010db8d52da9] login to server success, get run id [776b010db8d52da9] 2026-04-21 04:21:58.728 [I] [proxy/proxy_manager.go:173] [776b010db8d52da9] proxy added: [DTN57CC4444] 2026-04-21 04:21:58.909 [I] [client/control.go:168] [776b010db8d52da9] [DTN57CC4444] 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,04:35:17.934] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,04:35:24.513] [DEBUG] 6 processes running of frp type [2026-04-21,04:50:17.056] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,04:50:23.609] [DEBUG] 6 processes running of frp type 2026-04-21 04:54:23.876 [I] [client/service.go:294] [776b010db8d52da9] try to connect to server... 2026-04-21 04:54:28.228 [I] [client/service.go:286] [776b010db8d52da9] login to server success, get run id [776b010db8d52da9] 2026-04-21 04:54:28.229 [I] [proxy/proxy_manager.go:173] [776b010db8d52da9] proxy added: [DTN57CC4444] 2026-04-21 04:54:28.483 [I] [client/control.go:168] [776b010db8d52da9] [DTN57CC4444] start proxy success [2026-04-21,05:05:17.969] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,05:05:24.547] [DEBUG] 6 processes running of frp type [2026-04-21,05:20:17.941] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,05:20:24.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-04-21,05:35:17.746] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,05:35:24.240] [DEBUG] 6 processes running of frp type [2026-04-21,05:50:17.282] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,05:50:24.014] [DEBUG] 6 processes running of frp type [2026-04-21,06:05:17.427] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,06:05:23.969] [DEBUG] 6 processes running of frp type [2026-04-21,06:20:17.151] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,06: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-04-21,06:30:41.199] [INFO] Initializing BusSpeedStateManager V2 [2026-04-21,06:30:41.203] [INFO] LocationSqlManager initialising [2026-04-21,06:30:41.204] [INFO] Location DB initialising [2026-04-21,06:30:41.213] [INFO] LocationSqlManager initialisation complete [2026-04-21,06:30:41.214] [DEBUG] UploadManager Init [2026-04-21,06:30:41.214] [DEBUG] UploadManager Init Complete [2026-04-21,06:30:41.217] [INFO] Initializing GPS... [2026-04-21,06:30:41.219] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.712] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,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-04-21,06:33:48.556] [DEBUG] Log Upload Complete! [2026-04-21,06:35:44.759] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,06:35:51.560] [DEBUG] Remote Access Enabled [2026-04-21,06:35:58.159] [INFO] Server Address: 138.201.17.179 [2026-04-21,06:35:58.160] [INFO] Server Port: 7000 [2026-04-21,06:35:58.165] [DEBUG] Starting Remote Access! 2026-04-21 06:35:58.302 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-21 06:35:58.303 [I] [client/service.go:294] try to connect to server... 2026-04-21 06:35:59.005 [I] [client/service.go:286] [21d1bafafa88ce45] login to server success, get run id [21d1bafafa88ce45] 2026-04-21 06:35:59.006 [I] [proxy/proxy_manager.go:173] [21d1bafafa88ce45] proxy added: [DTN57CC4444] 2026-04-21 06:35:59.253 [I] [client/control.go:168] [21d1bafafa88ce45] [DTN57CC4444] start proxy success [2026-04-21,06:50:17.736] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,06:50:25.141] [DEBUG] 6 processes running of frp type [2026-04-21,07:05:18.280] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,07:05:24.905] [DEBUG] 6 processes running of frp type 2026-04-21 07:09:58.224 [I] [client/service.go:294] [21d1bafafa88ce45] try to connect to server... 2026-04-21 07:10:02.199 [I] [client/service.go:286] [21d1bafafa88ce45] login to server success, get run id [21d1bafafa88ce45] 2026-04-21 07:10:02.200 [I] [proxy/proxy_manager.go:173] [21d1bafafa88ce45] proxy added: [DTN57CC4444] 2026-04-21 07:10:02.582 [I] [client/control.go:168] [21d1bafafa88ce45] [DTN57CC4444] start proxy success [2026-04-21,07:20:17.363] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,07:20:27.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-04-21,07:35:17.635] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,07:35:25.142] [DEBUG] 6 processes running of frp type [2026-04-21,07:50:18.045] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,07:50:24.712] [DEBUG] 6 processes running of frp type [2026-04-21,08:02:17.045] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,08:02:28.550] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:01.703] [DEBUG] Log Upload Complete! [2026-04-21,08:05:17.024] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,08:05:23.625] [DEBUG] 6 processes running of frp type [2026-04-21,08:20:18.117] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,08: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-04-21,08:35:17.390] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,08:35:24.045] [DEBUG] 6 processes running of frp type [2026-04-21,08:50:18.025] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,08:50:24.700] [DEBUG] 6 processes running of frp type [2026-04-21,09:05:18.028] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,09:05:24.575] [DEBUG] 6 processes running of frp type [2026-04-21,09:20:17.806] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,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' 2026-04-21 09:26:44.428 [I] [client/service.go:294] [21d1bafafa88ce45] try to connect to server... 2026-04-21 09:26:54.432 [W] [client/service.go:297] [21d1bafafa88ce45] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 09:26:54.433 [I] [client/service.go:294] [21d1bafafa88ce45] try to connect to server... 2026-04-21 09:26:55.155 [I] [client/service.go:286] [21d1bafafa88ce45] login to server success, get run id [21d1bafafa88ce45] 2026-04-21 09:26:55.157 [I] [proxy/proxy_manager.go:173] [21d1bafafa88ce45] proxy added: [DTN57CC4444] 2026-04-21 09:26:55.396 [I] [client/control.go:168] [21d1bafafa88ce45] [DTN57CC4444] start proxy success [2026-04-21,09:35:17.791] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,09:35:24.354] [DEBUG] 6 processes running of frp type [2026-04-21,09:50:17.490] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,09:50:24.132] [DEBUG] 6 processes running of frp type [2026-04-21,10:05:17.500] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,10:05:24.101] [DEBUG] 6 processes running of frp type [2026-04-21,10:20:17.540] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,10:20:24.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-04-21,10:35:17.766] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,10:35:24.381] [DEBUG] 6 processes running of frp type [2026-04-21,10:50:17.598] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,10:50:24.268] [DEBUG] 6 processes running of frp type [2026-04-21,11:05:17.497] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,11:05:24.237] [DEBUG] 6 processes running of frp type [2026-04-21,11:20:17.630] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,11: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-04-21,11:35:18.236] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,11:35:24.737] [DEBUG] 6 processes running of frp type [2026-04-21,11:50:17.545] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,11:50:24.110] [DEBUG] 6 processes running of frp type 2026-04-21 12:01:15.369 [I] [client/service.go:294] [21d1bafafa88ce45] try to connect to server... 2026-04-21 12:01:15.373 [W] [client/service.go:297] [21d1bafafa88ce45] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-21 12:01:17.478 [I] [client/service.go:294] [21d1bafafa88ce45] try to connect to server... 2026-04-21 12:01:17.483 [W] [client/service.go:297] [21d1bafafa88ce45] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-21 12:01:21.820 [I] [client/service.go:294] [21d1bafafa88ce45] try to connect to server... 2026-04-21 12:01:21.824 [W] [client/service.go:297] [21d1bafafa88ce45] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-21 12:01:30.677 [I] [client/service.go:294] [21d1bafafa88ce45] try to connect to server... 2026-04-21 12:01:31.390 [I] [client/service.go:286] [21d1bafafa88ce45] login to server success, get run id [21d1bafafa88ce45] 2026-04-21 12:01:31.391 [I] [proxy/proxy_manager.go:173] [21d1bafafa88ce45] proxy added: [DTN57CC4444] 2026-04-21 12:01:31.648 [I] [client/control.go:168] [21d1bafafa88ce45] [DTN57CC4444] start proxy success [2026-04-21,12:05:17.558] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,12:05:24.205] [DEBUG] 6 processes running of frp type [2026-04-21,12:20:17.596] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,12: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-04-21,12:35:16.943] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,12:35:23.620] [DEBUG] 6 processes running of frp type [2026-04-21,12:50:17.495] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,12:50:24.122] [DEBUG] 6 processes running of frp type [2026-04-21,13:05:17.687] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,13:05:24.317] [DEBUG] 6 processes running of frp type [2026-04-21,13:20:17.707] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,13: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' [2026-04-21,13:35:17.920] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,13:35:24.588] [DEBUG] 6 processes running of frp type [2026-04-21,13:50:17.433] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,13:50:24.204] [DEBUG] 6 processes running of frp type [2026-04-21,14:05:17.720] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,14:05:24.355] [DEBUG] 6 processes running of frp type [2026-04-21,14:20:17.899] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,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-21,14:35:17.326] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,14:35:23.927] [DEBUG] 6 processes running of frp type [2026-04-21,14:50:17.601] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,14:50:24.234] [DEBUG] 6 processes running of frp type [2026-04-21,15:05:17.660] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,15:05:24.194] [DEBUG] 6 processes running of frp type [2026-04-21,15:20:17.409] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,15: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-04-21,15:35:17.528] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,15:35:24.244] [DEBUG] 6 processes running of frp type [2026-04-21,15:50:17.915] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,15:50:24.451] [DEBUG] 6 processes running of frp type [2026-04-21,16:05:17.813] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,16:05:24.371] [DEBUG] 6 processes running of frp type [2026-04-21,16:20:17.882] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,16:20:30.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-04-21,16:35:18.199] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,16:35:24.786] [DEBUG] 6 processes running of frp type [2026-04-21,16:50:17.592] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,16:50:24.379] [DEBUG] 6 processes running of frp type [2026-04-21,17:05:17.794] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,17:05:25.490] [DEBUG] 6 processes running of frp type [2026-04-21,17:20:17.819] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,17: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-04-21,17:35:18.238] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,17:35:24.814] [DEBUG] 6 processes running of frp type [2026-04-21,17:50:17.599] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,17:50:24.281] [DEBUG] 6 processes running of frp type [2026-04-21,18:05:17.712] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,18:05:24.427] [DEBUG] 6 processes running of frp type [2026-04-21,18:20:17.787] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,18:20:24.381] [DEBUG] 6 processes running of frp type [2026-04-21,18:25:43.450] [INFO] Initializing BusSpeedStateManager V2 [2026-04-21,18:25:43.456] [INFO] LocationSqlManager initialising [2026-04-21,18:25:43.458] [INFO] Location DB initialising [2026-04-21,18:25:43.469] [INFO] LocationSqlManager initialisation complete [2026-04-21,18:25:43.470] [DEBUG] UploadManager Init [2026-04-21,18:25:43.471] [DEBUG] UploadManager Init Complete [2026-04-21,18:25:43.475] [INFO] Initializing GPS... [2026-04-21,18:25:43.478] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:45.811] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,18:27:57.352] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:19.233] [DEBUG] Log Upload Complete! [2026-04-21,18:30:46.015] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,18:30:52.574] [DEBUG] Remote Access Enabled [2026-04-21,18:30:58.846] [INFO] Server Address: 138.201.17.179 [2026-04-21,18:30:58.848] [INFO] Server Port: 7000 [2026-04-21,18:30:58.854] [DEBUG] Starting Remote Access! 2026-04-21 18:30:58.986 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-21 18:30:58.987 [I] [client/service.go:294] try to connect to server... 2026-04-21 18:30:59.633 [I] [client/service.go:286] [9663d171464fd1eb] login to server success, get run id [9663d171464fd1eb] 2026-04-21 18:30:59.634 [I] [proxy/proxy_manager.go:173] [9663d171464fd1eb] proxy added: [DTN57CC4444] 2026-04-21 18:30:59.852 [I] [client/control.go:168] [9663d171464fd1eb] [DTN57CC4444] start proxy success [2026-04-21,18:35:17.584] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,18:35:24.340] [DEBUG] 6 processes running of frp type [2026-04-21,18:50:19.723] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,18:50:26.787] [DEBUG] 6 processes running of frp type [2026-04-21,19:05:19.711] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,19:05:26.595] [DEBUG] 6 processes running of frp type [2026-04-21,19:20:17.260] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,19: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' 2026-04-21 19:35:09.628 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 19:35:19.631 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 19:35:19.632 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 19:35:24.893 [I] [client/service.go:286] [9663d171464fd1eb] login to server success, get run id [9663d171464fd1eb] 2026-04-21 19:35:24.895 [I] [proxy/proxy_manager.go:173] [9663d171464fd1eb] proxy added: [DTN57CC4444] [2026-04-21,19:35:25.002] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-04-21 19:35:25.111 [I] [client/control.go:168] [9663d171464fd1eb] [DTN57CC4444] start proxy success [2026-04-21,19:35:31.778] [DEBUG] 6 processes running of frp type [2026-04-21,19:50:17.435] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,19:50:24.145] [DEBUG] 6 processes running of frp type [2026-04-21,20:05:17.466] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,20:05:24.151] [DEBUG] 6 processes running of frp type [2026-04-21,20:20:17.494] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,20:20:25.148] [DEBUG] 6 processes running of frp type 2026-04-21 20:21:26.633 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 20:21:27.321 [I] [client/service.go:286] [9663d171464fd1eb] login to server success, get run id [9663d171464fd1eb] 2026-04-21 20:21:27.323 [I] [proxy/proxy_manager.go:173] [9663d171464fd1eb] proxy added: [DTN57CC4444] 2026-04-21 20:21:27.894 [I] [client/control.go:168] [9663d171464fd1eb] [DTN57CC4444] 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,20:35:18.225] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,20:35:24.832] [DEBUG] 6 processes running of frp type [2026-04-21,20:50:17.494] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,20:50:24.022] [DEBUG] 6 processes running of frp type 2026-04-21 21:01:24.300 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 21:01:34.303 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 21:01:34.303 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 21:01:44.305 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 21:01:44.306 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 21:01:54.308 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 21:01:54.309 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 21:02:04.312 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 21:02:04.312 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 21:02:14.314 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 21:02:34.316 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 21:02:42.318 [I] [client/service.go:286] [9663d171464fd1eb] login to server success, get run id [9663d171464fd1eb] 2026-04-21 21:02:42.320 [I] [proxy/proxy_manager.go:173] [9663d171464fd1eb] proxy added: [DTN57CC4444] 2026-04-21 21:02:42.586 [I] [client/control.go:168] [9663d171464fd1eb] [DTN57CC4444] start proxy success [2026-04-21,21:05:17.438] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,21:05:23.986] [DEBUG] 6 processes running of frp type [2026-04-21,21:20:17.365] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,21: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,21:35:17.724] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,21:35:24.305] [DEBUG] 6 processes running of frp type [2026-04-21,21:50:18.125] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,21:50:24.878] [DEBUG] 6 processes running of frp type [2026-04-21,22:05:17.306] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,22:05:24.060] [DEBUG] 6 processes running of frp type [2026-04-21,22:20:19.357] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-04-21 22:22:31.928 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 22:22:47.894 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: connection write timeout 2026-04-21 22:22:47.894 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 22:22:57.896 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 22:22:57.897 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 22:23:07.898 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 22:23:07.899 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 22:23:17.083 [I] [client/service.go:286] [9663d171464fd1eb] login to server success, get run id [9663d171464fd1eb] 2026-04-21 22:23:17.084 [I] [proxy/proxy_manager.go:173] [9663d171464fd1eb] proxy added: [DTN57CC4444] 2026-04-21 22:23:17.887 [I] [client/control.go:168] [9663d171464fd1eb] [DTN57CC4444] 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 22:30:29.010 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 22:30:39.011 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 22:30:39.012 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 22:30:40.703 [I] [client/service.go:286] [9663d171464fd1eb] login to server success, get run id [9663d171464fd1eb] 2026-04-21 22:30:40.705 [I] [proxy/proxy_manager.go:173] [9663d171464fd1eb] proxy added: [DTN57CC4444] 2026-04-21 22:30:40.923 [I] [client/control.go:168] [9663d171464fd1eb] [DTN57CC4444] start proxy success [2026-04-21,22:35:17.360] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,22:35:23.971] [DEBUG] 6 processes running of frp type 2026-04-21 22:36:56.998 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 22:37:09.446 [I] [client/service.go:286] [9663d171464fd1eb] login to server success, get run id [9663d171464fd1eb] 2026-04-21 22:37:09.448 [I] [proxy/proxy_manager.go:173] [9663d171464fd1eb] proxy added: [DTN57CC4444] 2026-04-21 22:37:10.629 [I] [client/control.go:168] [9663d171464fd1eb] [DTN57CC4444] start proxy success 2026-04-21 22:38:17.727 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 22:38:31.585 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: i/o deadline reached 2026-04-21 22:38:31.586 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 22:38:41.587 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 22:38:41.588 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 22:38:54.242 [I] [client/service.go:286] [9663d171464fd1eb] login to server success, get run id [9663d171464fd1eb] 2026-04-21 22:38:54.244 [I] [proxy/proxy_manager.go:173] [9663d171464fd1eb] proxy added: [DTN57CC4444] 2026-04-21 22:38:54.552 [I] [client/control.go:168] [9663d171464fd1eb] [DTN57CC4444] start proxy success [2026-04-21,22:50:17.609] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,22:50:24.636] [DEBUG] 6 processes running of frp type 2026-04-21 23:01:07.116 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 23:01:17.119 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 23:01:17.120 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 23:01:27.122 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 23:01:27.123 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 23:01:37.125 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 23:01:37.126 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 23:01:47.128 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-21 23:01:47.129 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 23:01:52.788 [I] [client/service.go:286] [9663d171464fd1eb] login to server success, get run id [9663d171464fd1eb] 2026-04-21 23:01:52.790 [I] [proxy/proxy_manager.go:173] [9663d171464fd1eb] proxy added: [DTN57CC4444] 2026-04-21 23:01:54.665 [I] [client/control.go:168] [9663d171464fd1eb] [DTN57CC4444] start proxy success 2026-04-21 23:02:30.191 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 23:02:33.593 [I] [client/service.go:286] [9663d171464fd1eb] login to server success, get run id [9663d171464fd1eb] 2026-04-21 23:02:33.595 [I] [proxy/proxy_manager.go:173] [9663d171464fd1eb] proxy added: [DTN57CC4444] 2026-04-21 23:02:33.861 [I] [client/control.go:168] [9663d171464fd1eb] [DTN57CC4444] start proxy success [2026-04-21,23:05:18.846] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,23:05:28.130] [DEBUG] 6 processes running of frp type [2026-04-21,23:20:17.519] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,23:20:24.213] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.949] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,23:35:24.668] [DEBUG] 6 processes running of frp type [2026-04-21,23:50:17.462] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-21,23:50:24.718] [DEBUG] 6 processes running of frp type 2026-04-21 23:53:57.768 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-21 23:54:01.197 [I] [client/service.go:286] [9663d171464fd1eb] login to server success, get run id [9663d171464fd1eb] 2026-04-21 23:54:01.198 [I] [proxy/proxy_manager.go:173] [9663d171464fd1eb] proxy added: [DTN57CC4444] 2026-04-21 23:54:01.810 [I] [client/control.go:168] [9663d171464fd1eb] [DTN57CC4444] start proxy success [2026-04-22,00:05:17.190] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,00:05:23.917] [DEBUG] 6 processes running of frp type [2026-04-22,00:20:17.135] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,00: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' [2026-04-22,00:35:17.542] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,00:35:24.135] [DEBUG] 6 processes running of frp type 2026-04-22 00:46:38.016 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-22 00:46:39.716 [I] [client/service.go:286] [9663d171464fd1eb] login to server success, get run id [9663d171464fd1eb] 2026-04-22 00:46:39.718 [I] [proxy/proxy_manager.go:173] [9663d171464fd1eb] proxy added: [DTN57CC4444] 2026-04-22 00:46:39.923 [I] [client/control.go:168] [9663d171464fd1eb] [DTN57CC4444] start proxy success [2026-04-22,00:50:17.795] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,00:50:24.336] [DEBUG] 6 processes running of frp type [2026-04-22,01:05:17.856] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,01:05:24.742] [DEBUG] 6 processes running of frp type [2026-04-22,01:20:16.989] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,01: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-04-22,01:35:17.618] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,01:35:24.183] [DEBUG] 6 processes running of frp type 2026-04-22 01:45:42.341 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-22 01:45:43.053 [I] [client/service.go:286] [9663d171464fd1eb] login to server success, get run id [9663d171464fd1eb] 2026-04-22 01:45:43.054 [I] [proxy/proxy_manager.go:173] [9663d171464fd1eb] proxy added: [DTN57CC4444] 2026-04-22 01:45:43.259 [I] [client/control.go:168] [9663d171464fd1eb] [DTN57CC4444] start proxy success [2026-04-22,01:50:17.960] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,01:50:24.511] [DEBUG] 6 processes running of frp type [2026-04-22,02:05:17.854] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,02:05:24.538] [DEBUG] 6 processes running of frp type [2026-04-22,02:20:17.829] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,02: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' [2026-04-22,02:35:17.333] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,02:35:23.953] [DEBUG] 6 processes running of frp type [2026-04-22,02:50:17.738] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,02:50:24.401] [DEBUG] 6 processes running of frp type [2026-04-22,03:05:17.821] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,03:05:24.364] [DEBUG] 6 processes running of frp type [2026-04-22,03:20:17.780] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,03: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-22,03:35:18.015] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,03:35:24.613] [DEBUG] 6 processes running of frp type [2026-04-22,03:50:17.357] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,03:50:24.156] [DEBUG] 6 processes running of frp type 2026-04-22 04:01:08.569 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-22 04:01:08.574 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-22 04:01:10.690 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-22 04:01:10.693 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-22 04:01:15.017 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-22 04:01:15.022 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-22 04:01:24.107 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-22 04:01:24.114 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-22 04:01:43.868 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-22 04:01:43.873 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-22 04:02:03.873 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-22 04:02:03.877 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-22 04:02:23.878 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-22 04:02:23.883 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-22 04:02:43.885 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-22 04:02:43.891 [W] [client/service.go:297] [9663d171464fd1eb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-22 04:03:03.892 [I] [client/service.go:294] [9663d171464fd1eb] try to connect to server... 2026-04-22 04:03:04.545 [I] [client/service.go:286] [9663d171464fd1eb] login to server success, get run id [9663d171464fd1eb] 2026-04-22 04:03:04.546 [I] [proxy/proxy_manager.go:173] [9663d171464fd1eb] proxy added: [DTN57CC4444] 2026-04-22 04:03:04.769 [I] [client/control.go:168] [9663d171464fd1eb] [DTN57CC4444] start proxy success [2026-04-22,04:05:19.647] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,04:05:26.163] [DEBUG] 6 processes running of frp type [2026-04-22,04:20:17.297] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,04: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-22,04:35:17.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,04:35:24.297] [DEBUG] 6 processes running of frp type [2026-04-22,04:50:21.370] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,04:50:27.953] [DEBUG] 6 processes running of frp type [2026-04-22,05:05:17.403] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,05:05:24.207] [DEBUG] 6 processes running of frp type [2026-04-22,05:20:17.504] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,05: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-22,05:35:17.880] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,05:35:24.491] [DEBUG] 6 processes running of frp type [2026-04-22,05:50:17.005] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,05:50:28.564] [DEBUG] 6 processes running of frp type [2026-04-22,06:05:17.982] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,06:05:24.611] [DEBUG] 6 processes running of frp type [2026-04-22,06:20:17.935] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,06: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-22,06:30:40.930] [INFO] Initializing BusSpeedStateManager V2 [2026-04-22,06:30:40.941] [INFO] LocationSqlManager initialising [2026-04-22,06:30:40.942] [INFO] Location DB initialising [2026-04-22,06:30:40.957] [INFO] LocationSqlManager initialisation complete [2026-04-22,06:30:40.959] [DEBUG] UploadManager Init [2026-04-22,06:30:40.961] [DEBUG] UploadManager Init Complete [2026-04-22,06:30:40.967] [INFO] Initializing GPS... [2026-04-22,06:30: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-04-22,06:32:44.613] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,06:32:56.153] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:28.468] [DEBUG] Log Upload Complete! [2026-04-22,06:35:44.637] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-22,06:35:45.007] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,06:35:51.567] [DEBUG] Remote Access Enabled [2026-04-22,06:35:57.776] [INFO] Server Address: 138.201.17.179 [2026-04-22,06:35:57.777] [INFO] Server Port: 7000 [2026-04-22,06:35:57.782] [DEBUG] Starting Remote Access! 2026-04-22 06:35:57.915 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-22 06:35:57.916 [I] [client/service.go:294] try to connect to server... 2026-04-22 06:35:58.578 [I] [client/service.go:286] [77d6cb98b95aa4d5] login to server success, get run id [77d6cb98b95aa4d5] 2026-04-22 06:35:58.579 [I] [proxy/proxy_manager.go:173] [77d6cb98b95aa4d5] proxy added: [DTN57CC4444] 2026-04-22 06:35:58.794 [I] [client/control.go:168] [77d6cb98b95aa4d5] [DTN57CC4444] start proxy success [2026-04-22,06:50:17.539] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,06:50:24.116] [DEBUG] 6 processes running of frp type [2026-04-22,07:05:17.233] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,07:05:23.730] [DEBUG] 6 processes running of frp type [2026-04-22,07:20:18.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,07: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-04-22,07:35:17.531] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,07:35:24.130] [DEBUG] 6 processes running of frp type [2026-04-22,07:50:17.737] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,07:50:24.308] [DEBUG] 6 processes running of frp type [2026-04-22,08:02:17.519] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,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-04-22,08:02:35.918] [DEBUG] Log Upload Complete! [2026-04-22,08:05:17.570] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,08:05:24.352] [DEBUG] 6 processes running of frp type [2026-04-22,08:20:17.810] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,08: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-22,08:35:17.453] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,08:35:23.965] [DEBUG] 6 processes running of frp type [2026-04-22,08:50:17.223] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,08:50:23.835] [DEBUG] 6 processes running of frp type [2026-04-22,09:05:17.109] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,09:05:23.624] [DEBUG] 6 processes running of frp type [2026-04-22,09:20:18.089] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,09: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' [2026-04-22,09:35:17.246] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,09:35:23.876] [DEBUG] 6 processes running of frp type [2026-04-22,09:50:17.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,09:50:24.023] [DEBUG] 6 processes running of frp type [2026-04-22,10:05:17.274] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,10:05:23.829] [DEBUG] 6 processes running of frp type [2026-04-22,10:20:17.118] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,10: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-22,10:35:17.130] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,10:35:23.640] [DEBUG] 6 processes running of frp type [2026-04-22,10:50:17.795] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,10:50:24.310] [DEBUG] 6 processes running of frp type [2026-04-22,11:05:17.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,11:05:24.147] [DEBUG] 6 processes running of frp type [2026-04-22,11:20:17.336] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,11: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-22,11:35:17.394] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,11:35:24.009] [DEBUG] 6 processes running of frp type [2026-04-22,11:50:17.400] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,11:50:24.030] [DEBUG] 6 processes running of frp type [2026-04-22,12:05:17.433] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,12:05:23.961] [DEBUG] 6 processes running of frp type [2026-04-22,12:20:17.338] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,12:20:23.852] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.615] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,12:35:24.132] [DEBUG] 6 processes running of frp type [2026-04-22,12:50:17.803] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,12:50:24.719] [DEBUG] 6 processes running of frp type [2026-04-22,13:05:18.244] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,13:05:24.804] [DEBUG] 6 processes running of frp type [2026-04-22,13:20:17.621] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,13:20:24.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' [2026-04-22,13:35:17.339] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,13:35:24.121] [DEBUG] 6 processes running of frp type [2026-04-22,13:50:17.814] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,13:50:24.823] [DEBUG] 6 processes running of frp type [2026-04-22,14:05:17.024] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,14:05:23.615] [DEBUG] 6 processes running of frp type [2026-04-22,14:20:17.940] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,14: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-04-22,14:35:18.201] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,14:35:29.933] [DEBUG] 6 processes running of frp type [2026-04-22,14:50:17.593] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,14:50:24.276] [DEBUG] 6 processes running of frp type [2026-04-22,15:05:17.510] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,15:05:24.236] [DEBUG] 6 processes running of frp type [2026-04-22,15:20:17.541] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,15: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-22,15:35:18.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,15:35:25.447] [DEBUG] 6 processes running of frp type [2026-04-22,15:50:17.282] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,15:50:23.760] [DEBUG] 6 processes running of frp type [2026-04-22,16:05:17.157] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,16:05:23.763] [DEBUG] 6 processes running of frp type [2026-04-22,16:20:17.079] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,16: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-22,16:35:17.513] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,16:35:24.090] [DEBUG] 6 processes running of frp type [2026-04-22,16:50:17.945] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,16:50:24.504] [DEBUG] 6 processes running of frp type [2026-04-22,17:05:17.999] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,17:05:24.645] [DEBUG] 6 processes running of frp type 2026-04-22 17:05:43.180 [I] [client/service.go:294] [77d6cb98b95aa4d5] try to connect to server... 2026-04-22 17:05:53.182 [W] [client/service.go:297] [77d6cb98b95aa4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 17:05:53.183 [I] [client/service.go:294] [77d6cb98b95aa4d5] try to connect to server... 2026-04-22 17:05:53.815 [I] [client/service.go:286] [77d6cb98b95aa4d5] login to server success, get run id [77d6cb98b95aa4d5] 2026-04-22 17:05:53.817 [I] [proxy/proxy_manager.go:173] [77d6cb98b95aa4d5] proxy added: [DTN57CC4444] 2026-04-22 17:05:54.039 [I] [client/control.go:168] [77d6cb98b95aa4d5] [DTN57CC4444] start proxy success [2026-04-22,17:20:17.907] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,17: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-04-22,17:35:17.382] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,17:35:23.963] [DEBUG] 6 processes running of frp type 2026-04-22 17:49:11.731 [I] [client/service.go:294] [77d6cb98b95aa4d5] try to connect to server... 2026-04-22 17:49:21.733 [W] [client/service.go:297] [77d6cb98b95aa4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 17:49:21.734 [I] [client/service.go:294] [77d6cb98b95aa4d5] try to connect to server... 2026-04-22 17:49:31.737 [W] [client/service.go:297] [77d6cb98b95aa4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 17:49:31.737 [I] [client/service.go:294] [77d6cb98b95aa4d5] try to connect to server... 2026-04-22 17:49:41.738 [W] [client/service.go:297] [77d6cb98b95aa4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 17:49:41.739 [I] [client/service.go:294] [77d6cb98b95aa4d5] try to connect to server... 2026-04-22 17:49:51.741 [W] [client/service.go:297] [77d6cb98b95aa4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 17:49:51.742 [I] [client/service.go:294] [77d6cb98b95aa4d5] try to connect to server... 2026-04-22 17:50:01.743 [W] [client/service.go:297] [77d6cb98b95aa4d5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 17:50:21.744 [I] [client/service.go:294] [77d6cb98b95aa4d5] try to connect to server... 2026-04-22 17:50:24.949 [W] [client/service.go:297] [77d6cb98b95aa4d5] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-22 17:50:44.950 [I] [client/service.go:294] [77d6cb98b95aa4d5] try to connect to server... 2026-04-22 17:50:45.617 [I] [client/service.go:286] [77d6cb98b95aa4d5] login to server success, get run id [77d6cb98b95aa4d5] 2026-04-22 17:50:45.618 [I] [proxy/proxy_manager.go:173] [77d6cb98b95aa4d5] proxy added: [DTN57CC4444] 2026-04-22 17:50:45.839 [I] [client/control.go:168] [77d6cb98b95aa4d5] [DTN57CC4444] start proxy success [2026-04-22,18:05:23.107] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,18:05:29.902] [DEBUG] 6 processes running of frp type [2026-04-22,18:20:17.204] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,18:20:23.852] [DEBUG] 6 processes running of frp type [2026-04-22,18:25:41.104] [INFO] Initializing BusSpeedStateManager V2 [2026-04-22,18:25:41.108] [INFO] LocationSqlManager initialising [2026-04-22,18:25:41.109] [INFO] Location DB initialising [2026-04-22,18:25:41.118] [INFO] LocationSqlManager initialisation complete [2026-04-22,18:25:41.119] [DEBUG] UploadManager Init [2026-04-22,18:25:41.119] [DEBUG] UploadManager Init Complete [2026-04-22,18:25:41.122] [INFO] Initializing GPS... [2026-04-22,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-04-22,18:27:45.910] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,18:28:01.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( 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-22,18:35:19.094] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,18:35:33.146] [DEBUG] Remote Access Enabled [2026-04-22,18:35:40.793] [INFO] Server Address: 138.201.17.179 [2026-04-22,18:35:40.795] [INFO] Server Port: 7000 [2026-04-22,18:35:40.804] [DEBUG] Starting Remote Access! 2026-04-22 18:35:40.996 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-22 18:35:40.996 [I] [client/service.go:294] try to connect to server... 2026-04-22 18:35:42.256 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 18:35:42.256 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 18:35:42.694 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success [2026-04-22,18:50:18.226] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,18:50:26.623] [DEBUG] 6 processes running of frp type 2026-04-22 18:50:41.344 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 18:50:51.837 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 18:50:51.838 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 18:50:54.256 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success [2026-04-22,19:05:18.025] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,19:05:24.576] [DEBUG] 6 processes running of frp type [2026-04-22,19:20:17.951] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,19:20:24.448] [DEBUG] 6 processes running of frp type 2026-04-22 19:20:45.972 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 19:20:53.962 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 19:20:53.964 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 19:20:54.187 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] 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-22,19:35:17.152] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,19:35:23.718] [DEBUG] 6 processes running of frp type [2026-04-22,19:50:17.038] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,19:50:23.550] [DEBUG] 6 processes running of frp type [2026-04-22,20:05:18.212] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,20:05:24.771] [DEBUG] 6 processes running of frp type [2026-04-22,20:20:16.908] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,20:20:23.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-04-22 20:30:33.577 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 20:30:34.765 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 20:30:34.766 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 20:30:34.973 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success [2026-04-22,20:35:17.656] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,20:35:24.254] [DEBUG] 6 processes running of frp type 2026-04-22 20:42:33.817 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 20:42:39.068 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 20:42:39.069 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 20:42:45.360 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success 2026-04-22 20:43:17.539 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 20:43:33.528 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: i/o deadline reached 2026-04-22 20:43:33.529 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 20:43:44.316 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: connection write timeout 2026-04-22 20:43:44.317 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 20:44:00.941 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: i/o deadline reached 2026-04-22 20:44:00.942 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 20:44:10.943 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 20:44:10.944 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 20:44:15.151 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 20:44:15.153 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 20:44:15.378 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success [2026-04-22,20:50:18.097] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,20:50:29.558] [DEBUG] 6 processes running of frp type [2026-04-22,21:05:18.069] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,21:05:25.120] [DEBUG] 6 processes running of frp type 2026-04-22 21:14:44.819 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:14:54.821 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:14:54.821 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:14:55.721 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 21:14:55.723 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 21:14:55.963 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success [2026-04-22,21:20:17.595] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,21:20:24.733] [DEBUG] 6 processes running of frp type 2026-04-22 21:23:19.959 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:23:21.281 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 21:23:21.282 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 21:23:26.059 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success 2026-04-22 21:24:30.414 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:24:45.109 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 21:24:45.111 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 21:24:45.566 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success 2026-04-22 21:25:14.122 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:25:24.124 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:25:24.125 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:25:38.070 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: connection write timeout 2026-04-22 21:25:38.071 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:25:48.072 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:25:48.073 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:25:51.997 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 21:25:51.999 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 21:25:52.240 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] 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-22 21:28:01.965 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:28:12.982 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: i/o deadline reached 2026-04-22 21:28:12.983 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:28:27.446 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 21:28:27.453 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 21:28:27.868 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success 2026-04-22 21:28:38.396 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:28:39.174 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 21:28:39.175 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 21:28:40.090 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success [2026-04-22,21:35:18.462] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,21:35:29.174] [DEBUG] 6 processes running of frp type 2026-04-22 21:40:04.220 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:40:09.788 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 21:40:09.788 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 21:40:10.699 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success 2026-04-22 21:40:47.905 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:40:57.907 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:40:57.908 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:41:07.909 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:41:07.910 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:41:21.652 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: i/o deadline reached 2026-04-22 21:41:21.653 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:41:28.430 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 21:41:28.431 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 21:41:33.036 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success [2026-04-22,21:50:18.362] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-04-22 21:50:46.175 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:50:56.178 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:50:56.179 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:51:06.180 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:51:06.181 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:51:19.507 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: i/o deadline reached 2026-04-22 21:51:19.508 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:51:29.509 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:51:29.510 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:51:39.512 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 21:51:59.514 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:52:10.009 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 21:52:10.010 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 21:52:25.008 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] 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 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-22 21:53:47.479 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:53:59.443 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: i/o deadline reached 2026-04-22 21:53:59.443 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 21:54:05.014 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 21:54:05.015 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 21:54:07.018 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success [2026-04-22,22:05:17.424] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-04-22,22:20:18.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,22:20:30.614] [DEBUG] 6 processes running of frp type 2026-04-22 22:22:20.245 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 22:22:30.247 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 22:22:30.248 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 22:22:40.250 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 22:22:40.250 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 22:22:50.252 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 22:22:50.252 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 22:22:56.796 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 22:22:56.797 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 22:22:57.912 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success 2026-04-22 22:23:30.487 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 22:23:40.488 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 22:23:40.489 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 22:23:50.491 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-22 22:23:50.492 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 22:24:04.098 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 22:24:04.100 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 22:24:31.294 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-22 22:24:35.319 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-22 22:24:35.320 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-22 22:24:35.773 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] 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-22,22:35:17.845] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,22:35:24.353] [DEBUG] 6 processes running of frp type [2026-04-22,22:50:17.490] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,22:50:24.094] [DEBUG] 6 processes running of frp type [2026-04-22,23:05:17.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,23:05:24.276] [DEBUG] 6 processes running of frp type [2026-04-22,23:20:17.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,23: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-22,23:35:17.943] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,23:35:25.605] [DEBUG] 6 processes running of frp type [2026-04-22,23:50:17.605] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-22,23:50:24.111] [DEBUG] 6 processes running of frp type [2026-04-23,00:05:17.287] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,00:05:23.838] [DEBUG] 6 processes running of frp type [2026-04-23,00:20:17.116] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,00: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-04-23,00:35:17.156] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,00:35:23.732] [DEBUG] 6 processes running of frp type 2026-04-23 00:36:26.782 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 00:36:36.784 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 00:36:36.785 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 00:36:37.539 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-23 00:36:37.540 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-23 00:36:37.801 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success [2026-04-23,00:50:17.377] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,00:50:23.979] [DEBUG] 6 processes running of frp type [2026-04-23,01:05:17.292] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,01:05:23.767] [DEBUG] 6 processes running of frp type [2026-04-23,01:20:17.082] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,01:20:23.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-23,01:35:18.320] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,01:35:24.824] [DEBUG] 6 processes running of frp type [2026-04-23,01:50:17.627] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 113] No route to host')) 2026-04-23 01:50:59.127 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 01:50:59.130 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-23 01:51:01.198 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 01:51:02.226 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-23 01:51:02.227 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-23 01:51:02.457 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success [2026-04-23,02:05:17.647] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,02:05:24.161] [DEBUG] 6 processes running of frp type [2026-04-23,02:20:17.292] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,02:20:23.922] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.400] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,02:35:23.905] [DEBUG] 6 processes running of frp type 2026-04-23 02:45:12.736 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 02:45:27.103 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-23 02:45:27.104 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-23 02:45:28.667 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success 2026-04-23 02:45:56.654 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 02:46:02.527 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-23 02:46:02.527 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-23 02:46:02.865 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success 2026-04-23 02:46:38.905 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 02:46:40.078 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-23 02:46:40.079 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-23 02:46:40.925 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success [2026-04-23,02:50:17.657] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,02:50:24.127] [DEBUG] 6 processes running of frp type [2026-04-23,03:05:17.308] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,03:05:23.821] [DEBUG] 6 processes running of frp type [2026-04-23,03:20:17.140] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,03:20:23.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-04-23,03:35:17.607] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,03:35:24.092] [DEBUG] 6 processes running of frp type [2026-04-23,03:50:17.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,03:50:23.718] [DEBUG] 6 processes running of frp type 2026-04-23 04:01:02.374 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 04:01:05.340 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-23 04:01:05.341 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 04:01:08.379 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-23 04:01:08.380 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 04:01:11.420 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-23 04:01:21.087 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 04:01:31.089 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 04:01:31.090 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 04:01:33.743 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-23 04:01:33.744 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-23 04:01:33.966 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success [2026-04-23,04:05:24.944] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,04:05:31.477] [DEBUG] 6 processes running of frp type [2026-04-23,04:20:17.759] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,04: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-23,04:35:17.731] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,04:35:25.332] [DEBUG] 6 processes running of frp type [2026-04-23,04:50:17.638] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,04:50:30.122] [DEBUG] 6 processes running of frp type [2026-04-23,05:05:17.682] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,05:05:24.336] [DEBUG] 6 processes running of frp type [2026-04-23,05:20:17.548] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,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-04-23,05:35:17.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,05:35:24.678] [DEBUG] 6 processes running of frp type [2026-04-23,05:50:17.769] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,05:50:24.378] [DEBUG] 6 processes running of frp type 2026-04-23 06:02:23.973 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 06:02:33.976 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 06:02:33.977 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 06:02:43.979 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 06:02:43.980 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 06:02:44.996 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-23 06:02:44.997 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-23 06:02:45.225 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success [2026-04-23,06:05:17.936] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,06:05:24.474] [DEBUG] 6 processes running of frp type 2026-04-23 06:09:59.901 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 06:10:09.903 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 06:10:09.904 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 06:10:19.905 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 06:10:19.906 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 06:10:29.907 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 06:10:29.908 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 06:10:40.607 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-23 06:10:40.608 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-23 06:10:41.221 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success [2026-04-23,06:20:17.878] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,06:20:24.436] [DEBUG] 6 processes running of frp type 2026-04-23 06:25:41.759 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 06:25:51.761 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 06:25:51.762 [I] [client/service.go:294] [5ba88b1d2c123f21] try to connect to server... 2026-04-23 06:26:01.763 [W] [client/service.go:297] [5ba88b1d2c123f21] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 06:26:01.763 [I] [client/service.go:294] [5ba88b1d2c123f21] 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-23 06:26:05.680 [I] [client/service.go:286] [5ba88b1d2c123f21] login to server success, get run id [5ba88b1d2c123f21] 2026-04-23 06:26:05.681 [I] [proxy/proxy_manager.go:173] [5ba88b1d2c123f21] proxy added: [DTN57CC4444] 2026-04-23 06:26:05.900 [I] [client/control.go:168] [5ba88b1d2c123f21] [DTN57CC4444] start proxy success [2026-04-23,06:30:41.236] [INFO] Initializing BusSpeedStateManager V2 [2026-04-23,06:30:41.242] [INFO] LocationSqlManager initialising [2026-04-23,06:30:41.242] [INFO] Location DB initialising [2026-04-23,06:30:41.252] [INFO] LocationSqlManager initialisation complete [2026-04-23,06:30:41.253] [DEBUG] UploadManager Init [2026-04-23,06:30:41.253] [DEBUG] UploadManager Init Complete [2026-04-23,06:30:41.257] [INFO] Initializing GPS... [2026-04-23,06:30:41.259] [INFO] Starting location capture [2026-04-23,06:31:47.025] [INFO] Initializing BusSpeedStateManager V2 [2026-04-23,06:31:47.031] [INFO] LocationSqlManager initialising [2026-04-23,06:31:47.032] [INFO] Location DB initialising [2026-04-23,06:31:47.044] [INFO] LocationSqlManager initialisation complete [2026-04-23,06:31:47.045] [DEBUG] UploadManager Init [2026-04-23,06:31:47.046] [DEBUG] UploadManager Init Complete [2026-04-23,06:31:47.050] [INFO] Initializing GPS... [2026-04-23,06:31:47.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-04-23,06:33:50.717] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,06:33: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-04-23,06:34:28.156] [DEBUG] Log Upload Complete! [2026-04-23,06:36:50.820] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,06:36:57.407] [DEBUG] Remote Access Enabled [2026-04-23,06:37:03.818] [INFO] Server Address: 138.201.17.179 [2026-04-23,06:37:03.819] [INFO] Server Port: 7000 [2026-04-23,06:37:03.824] [DEBUG] Starting Remote Access! 2026-04-23 06:37:03.959 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-23 06:37:03.959 [I] [client/service.go:294] try to connect to server... 2026-04-23 06:37:04.576 [I] [client/service.go:286] [b549192452f64e45] login to server success, get run id [b549192452f64e45] 2026-04-23 06:37:04.576 [I] [proxy/proxy_manager.go:173] [b549192452f64e45] proxy added: [DTN57CC4444] 2026-04-23 06:37:04.788 [I] [client/control.go:168] [b549192452f64e45] [DTN57CC4444] start proxy success [2026-04-23,06:50:18.087] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,06:50:24.583] [DEBUG] 6 processes running of frp type [2026-04-23,07:05:17.915] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,07:05:24.488] [DEBUG] 6 processes running of frp type [2026-04-23,07:20:17.790] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,07: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-23,07:35:17.745] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,07:35:24.319] [DEBUG] 6 processes running of frp type [2026-04-23,07:50:18.014] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,07:50:24.617] [DEBUG] 6 processes running of frp type [2026-04-23,08:05:18.036] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,08:05:24.595] [DEBUG] 6 processes running of frp type [2026-04-23,08:20:18.055] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,08:20:24.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-04-23,08:35:17.323] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,08:35:23.946] [DEBUG] 6 processes running of frp type [2026-04-23,08:50:17.867] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,08:50:24.440] [DEBUG] 6 processes running of frp type [2026-04-23,09:05:18.255] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,09:05:24.781] [DEBUG] 6 processes running of frp type [2026-04-23,09:20:17.059] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,09: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-04-23,09:35:17.528] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,09:35:24.174] [DEBUG] 6 processes running of frp type [2026-04-23,09:50:18.023] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,09:50:24.682] [DEBUG] 6 processes running of frp type [2026-04-23,10:05:18.406] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,10:05:24.913] [DEBUG] 6 processes running of frp type [2026-04-23,10:20:17.196] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,10: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-04-23,10:35:17.490] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,10:35:24.151] [DEBUG] 6 processes running of frp type [2026-04-23,10:50:17.818] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,10:50:24.409] [DEBUG] 6 processes running of frp type [2026-04-23,11:05:17.757] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,11:05:24.409] [DEBUG] 6 processes running of frp type [2026-04-23,11:20:17.681] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,11:21:07.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' [2026-04-23,11:35:17.773] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,11:35:24.357] [DEBUG] 6 processes running of frp type [2026-04-23,11:50:17.680] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,11:50:24.268] [DEBUG] 6 processes running of frp type 2026-04-23 12:01:29.017 [I] [client/service.go:294] [b549192452f64e45] try to connect to server... 2026-04-23 12:01:29.020 [W] [client/service.go:297] [b549192452f64e45] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-23 12:01:31.085 [I] [client/service.go:294] [b549192452f64e45] try to connect to server... 2026-04-23 12:01:31.089 [W] [client/service.go:297] [b549192452f64e45] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-23 12:01:35.607 [I] [client/service.go:294] [b549192452f64e45] try to connect to server... 2026-04-23 12:01:35.612 [W] [client/service.go:297] [b549192452f64e45] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-23 12:01:45.434 [I] [client/service.go:294] [b549192452f64e45] try to connect to server... 2026-04-23 12:01:46.064 [I] [client/service.go:286] [b549192452f64e45] login to server success, get run id [b549192452f64e45] 2026-04-23 12:01:46.065 [I] [proxy/proxy_manager.go:173] [b549192452f64e45] proxy added: [DTN57CC4444] 2026-04-23 12:01:46.260 [I] [client/control.go:168] [b549192452f64e45] [DTN57CC4444] start proxy success [2026-04-23,12:05:17.776] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,12:05:24.328] [DEBUG] 6 processes running of frp type [2026-04-23,12:20:17.711] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,12: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-23,12:35:18.073] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,12:35:24.664] [DEBUG] 6 processes running of frp type 2026-04-23 12:43:15.363 [I] [client/service.go:294] [b549192452f64e45] try to connect to server... 2026-04-23 12:43:25.366 [W] [client/service.go:297] [b549192452f64e45] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 12:43:25.367 [I] [client/service.go:294] [b549192452f64e45] try to connect to server... 2026-04-23 12:43:35.369 [W] [client/service.go:297] [b549192452f64e45] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 12:43:35.370 [I] [client/service.go:294] [b549192452f64e45] try to connect to server... 2026-04-23 12:43:35.908 [I] [client/service.go:286] [b549192452f64e45] login to server success, get run id [b549192452f64e45] 2026-04-23 12:43:35.910 [I] [proxy/proxy_manager.go:173] [b549192452f64e45] proxy added: [DTN57CC4444] 2026-04-23 12:43:36.108 [I] [client/control.go:168] [b549192452f64e45] [DTN57CC4444] start proxy success [2026-04-23,12:50:17.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,12:50:24.005] [DEBUG] 6 processes running of frp type [2026-04-23,13:05:17.422] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,13:05:24.090] [DEBUG] 6 processes running of frp type [2026-04-23,13:20:17.528] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,13: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-04-23,13:35:17.890] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,13:35:24.528] [DEBUG] 6 processes running of frp type [2026-04-23,13:50:17.197] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,13:50:23.777] [DEBUG] 6 processes running of frp type [2026-04-23,14:05:17.229] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,14:05:23.783] [DEBUG] 6 processes running of frp type [2026-04-23,14:20:17.211] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,14:20:23.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-23,14:35:17.701] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,14:35:24.263] [DEBUG] 6 processes running of frp type [2026-04-23,14:50:18.102] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,14:50:24.660] [DEBUG] 6 processes running of frp type [2026-04-23,15:05:18.114] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,15:05:24.678] [DEBUG] 6 processes running of frp type [2026-04-23,15:20:18.265] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,15: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-04-23,15:35:17.507] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,15:35:24.175] [DEBUG] 6 processes running of frp type [2026-04-23,15:50:17.820] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,15:50:24.409] [DEBUG] 6 processes running of frp type 2026-04-23 15:50:49.749 [I] [client/service.go:294] [b549192452f64e45] try to connect to server... 2026-04-23 15:50:59.752 [W] [client/service.go:297] [b549192452f64e45] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 15:50:59.753 [I] [client/service.go:294] [b549192452f64e45] try to connect to server... 2026-04-23 15:51:09.754 [W] [client/service.go:297] [b549192452f64e45] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 15:51:09.755 [I] [client/service.go:294] [b549192452f64e45] try to connect to server... 2026-04-23 15:51:10.306 [I] [client/service.go:286] [b549192452f64e45] login to server success, get run id [b549192452f64e45] 2026-04-23 15:51:10.308 [I] [proxy/proxy_manager.go:173] [b549192452f64e45] proxy added: [DTN57CC4444] 2026-04-23 15:51:10.520 [I] [client/control.go:168] [b549192452f64e45] [DTN57CC4444] start proxy success [2026-04-23,16:05:17.912] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,16:05:24.487] [DEBUG] 6 processes running of frp type [2026-04-23,16:20:17.802] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,16: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-23,16:35:17.246] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,16:35:23.857] [DEBUG] 6 processes running of frp type [2026-04-23,16:50:17.292] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,16:50:23.848] [DEBUG] 6 processes running of frp type [2026-04-23,17:05:17.358] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,17:05:23.895] [DEBUG] 6 processes running of frp type [2026-04-23,17:20:17.249] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,17:20:23.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' [2026-04-23,17:35:17.715] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,17:35:24.346] [DEBUG] 6 processes running of frp type [2026-04-23,17:50:18.121] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,17:50:24.695] [DEBUG] 6 processes running of frp type [2026-04-23,18:05:18.215] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,18:05:24.839] [DEBUG] 6 processes running of frp type [2026-04-23,18:20:17.155] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,18:20:23.720] [DEBUG] 6 processes running of frp type [2026-04-23,18:25:41.167] [INFO] Initializing BusSpeedStateManager V2 [2026-04-23,18:25:41.171] [INFO] LocationSqlManager initialising [2026-04-23,18:25:41.172] [INFO] Location DB initialising [2026-04-23,18:25:41.181] [INFO] LocationSqlManager initialisation complete [2026-04-23,18:25:41.182] [DEBUG] UploadManager Init [2026-04-23,18:25:41.182] [DEBUG] UploadManager Init Complete [2026-04-23,18:25:41.185] [INFO] Initializing GPS... [2026-04-23,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-04-23,18:27:44.720] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,18:27:51.238] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:33.615] [DEBUG] Log Upload Complete! [2026-04-23,18:30:44.868] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,18:30:51.361] [DEBUG] Remote Access Enabled [2026-04-23,18:30:57.573] [INFO] Server Address: 138.201.17.179 [2026-04-23,18:30:57.574] [INFO] Server Port: 7000 [2026-04-23,18:30:57.580] [DEBUG] Starting Remote Access! 2026-04-23 18:30:57.718 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-23 18:30:57.718 [I] [client/service.go:294] try to connect to server... 2026-04-23 18:30:58.384 [I] [client/service.go:286] [45d54470af09e6f2] login to server success, get run id [45d54470af09e6f2] 2026-04-23 18:30:58.384 [I] [proxy/proxy_manager.go:173] [45d54470af09e6f2] proxy added: [DTN57CC4444] 2026-04-23 18:30:58.603 [I] [client/control.go:168] [45d54470af09e6f2] [DTN57CC4444] start proxy success [2026-04-23,18:35:18.318] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,18:35:24.970] [DEBUG] 6 processes running of frp type [2026-04-23,18:50:17.463] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,18:50:24.717] [DEBUG] 6 processes running of frp type [2026-04-23,19:05:18.153] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,19:05:24.677] [DEBUG] 6 processes running of frp type [2026-04-23,19:20:17.335] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,19: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' [2026-04-23,19:35:17.699] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,19:35:24.246] [DEBUG] 6 processes running of frp type [2026-04-23,19:50:17.378] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,19:50:23.992] [DEBUG] 6 processes running of frp type [2026-04-23,20:05:17.376] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,20:05:24.179] [DEBUG] 6 processes running of frp type [2026-04-23,20:20:17.343] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,20: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-04-23,20:35:19.008] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,20:35:25.752] [DEBUG] 6 processes running of frp type [2026-04-23,20:50:18.025] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,20:50:24.697] [DEBUG] 6 processes running of frp type [2026-04-23,21:05:18.434] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,21:05:25.210] [DEBUG] 6 processes running of frp type [2026-04-23,21:20:17.831] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,21: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-23,21:35:17.005] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,21:35:23.636] [DEBUG] 6 processes running of frp type [2026-04-23,21:50:18.106] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,21:50:24.795] [DEBUG] 6 processes running of frp type [2026-04-23,22:05:17.517] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,22:05:24.092] [DEBUG] 6 processes running of frp type [2026-04-23,22:20:17.571] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,22: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-23,22:35:18.135] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,22:35:24.854] [DEBUG] 6 processes running of frp type 2026-04-23 22:44:00.017 [I] [client/service.go:294] [45d54470af09e6f2] try to connect to server... 2026-04-23 22:44:04.953 [I] [client/service.go:286] [45d54470af09e6f2] login to server success, get run id [45d54470af09e6f2] 2026-04-23 22:44:04.955 [I] [proxy/proxy_manager.go:173] [45d54470af09e6f2] proxy added: [DTN57CC4444] 2026-04-23 22:44:05.209 [I] [client/control.go:168] [45d54470af09e6f2] [DTN57CC4444] start proxy success [2026-04-23,22:50:17.512] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,22:50:24.149] [DEBUG] 6 processes running of frp type [2026-04-23,23:05:17.565] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,23:05:25.753] [DEBUG] 6 processes running of frp type [2026-04-23,23:20:17.009] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,23:20:23.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-23,23:35:17.125] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,23:35:23.813] [DEBUG] 6 processes running of frp type [2026-04-23,23:50:17.645] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-23,23:50:24.410] [DEBUG] 6 processes running of frp type [2026-04-24,00:05:17.718] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,00:05:24.428] [DEBUG] 6 processes running of frp type [2026-04-24,00:20:17.807] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,00: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-04-24,00:35:18.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,00:35:24.901] [DEBUG] 6 processes running of frp type [2026-04-24,00:50:17.712] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,00:50:26.484] [DEBUG] 6 processes running of frp type 2026-04-24 01:04:34.501 [I] [client/service.go:294] [45d54470af09e6f2] try to connect to server... 2026-04-24 01:04:40.660 [I] [client/service.go:286] [45d54470af09e6f2] login to server success, get run id [45d54470af09e6f2] 2026-04-24 01:04:40.662 [I] [proxy/proxy_manager.go:173] [45d54470af09e6f2] proxy added: [DTN57CC4444] 2026-04-24 01:04:41.117 [I] [client/control.go:168] [45d54470af09e6f2] [DTN57CC4444] start proxy success [2026-04-24,01:05:18.123] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,01:05:24.743] [DEBUG] 6 processes running of frp type [2026-04-24,01:20:16.896] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,01:20:23.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' [2026-04-24,01:35:17.044] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,01:35:23.626] [DEBUG] 6 processes running of frp type [2026-04-24,01:50:17.217] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,01:50:23.839] [DEBUG] 6 processes running of frp type [2026-04-24,02:05:17.370] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,02:05:24.280] [DEBUG] 6 processes running of frp type [2026-04-24,02:20:17.604] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,02:20:24.254] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.391] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,02:35:27.631] [DEBUG] 6 processes running of frp type 2026-04-24 02:41:00.339 [I] [client/service.go:294] [45d54470af09e6f2] try to connect to server... 2026-04-24 02:41:08.516 [I] [client/service.go:286] [45d54470af09e6f2] login to server success, get run id [45d54470af09e6f2] 2026-04-24 02:41:08.517 [I] [proxy/proxy_manager.go:173] [45d54470af09e6f2] proxy added: [DTN57CC4444] 2026-04-24 02:41:08.924 [I] [client/control.go:168] [45d54470af09e6f2] [DTN57CC4444] start proxy success [2026-04-24,02:50:17.651] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,02:50:24.458] [DEBUG] 6 processes running of frp type [2026-04-24,03:05:18.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,03:05:20.149] [DEBUG] 6 processes running of frp type [2026-04-24,03:20:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,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-04-24,03:35:17.600] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,03:35:24.306] [DEBUG] 6 processes running of frp type [2026-04-24,03:50:17.725] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,03:50:24.279] [DEBUG] 6 processes running of frp type 2026-04-24 04:01:05.187 [I] [client/service.go:294] [45d54470af09e6f2] try to connect to server... 2026-04-24 04:01:05.620 [W] [client/service.go:297] [45d54470af09e6f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 04:01:07.791 [I] [client/service.go:294] [45d54470af09e6f2] try to connect to server... 2026-04-24 04:01:07.804 [W] [client/service.go:297] [45d54470af09e6f2] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 04:01:12.220 [I] [client/service.go:294] [45d54470af09e6f2] try to connect to server... 2026-04-24 04:01:12.787 [I] [client/service.go:286] [45d54470af09e6f2] login to server success, get run id [45d54470af09e6f2] 2026-04-24 04:01:12.789 [I] [proxy/proxy_manager.go:173] [45d54470af09e6f2] proxy added: [DTN57CC4444] 2026-04-24 04:01:12.976 [I] [client/control.go:168] [45d54470af09e6f2] [DTN57CC4444] start proxy success [2026-04-24,04:05:17.589] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,04:05:24.125] [DEBUG] 6 processes running of frp type [2026-04-24,04:20:17.527] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,04: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' [2026-04-24,04:35:17.868] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,04:35:24.405] [DEBUG] 6 processes running of frp type [2026-04-24,04:50:18.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,04:50:24.803] [DEBUG] 6 processes running of frp type [2026-04-24,05:05:17.087] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,05:05:23.657] [DEBUG] 6 processes running of frp type [2026-04-24,05:20:16.982] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,05:20:23.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-04-24,05:35:17.647] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,05:35:24.183] [DEBUG] 6 processes running of frp type [2026-04-24,05:50:17.331] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,05:50:23.882] [DEBUG] 6 processes running of frp type [2026-04-24,06:05:17.371] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,06:05:23.892] [DEBUG] 6 processes running of frp type [2026-04-24,06:20:17.201] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,06: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' [2026-04-24,06:30:41.745] [INFO] Initializing BusSpeedStateManager V2 [2026-04-24,06:30:41.750] [INFO] LocationSqlManager initialising [2026-04-24,06:30:41.751] [INFO] Location DB initialising [2026-04-24,06:30:41.761] [INFO] LocationSqlManager initialisation complete [2026-04-24,06:30:41.761] [DEBUG] UploadManager Init [2026-04-24,06:30:41.762] [DEBUG] UploadManager Init Complete [2026-04-24,06:30:41.765] [INFO] Initializing GPS... [2026-04-24,06:30:41.767] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.746] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,06:32:51.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-04-24,06:33:04.971] [DEBUG] Log Upload Complete! [2026-04-24,06:35:44.952] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,06:35:51.573] [DEBUG] Remote Access Enabled [2026-04-24,06:35:57.905] [INFO] Server Address: 138.201.17.179 [2026-04-24,06:35:57.906] [INFO] Server Port: 7000 [2026-04-24,06:35:57.911] [DEBUG] Starting Remote Access! 2026-04-24 06:35:58.048 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-24 06:35:58.049 [I] [client/service.go:294] try to connect to server... 2026-04-24 06:35:58.680 [I] [client/service.go:286] [8aae2611f660a703] login to server success, get run id [8aae2611f660a703] 2026-04-24 06:35:58.681 [I] [proxy/proxy_manager.go:173] [8aae2611f660a703] proxy added: [DTN57CC4444] 2026-04-24 06:35:58.960 [I] [client/control.go:168] [8aae2611f660a703] [DTN57CC4444] start proxy success [2026-04-24,06:50:18.114] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,06:50:24.843] [DEBUG] 6 processes running of frp type [2026-04-24,07:05:17.254] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,07:05:23.789] [DEBUG] 6 processes running of frp type [2026-04-24,07:20:17.190] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,07:20:28.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-24,07:35:17.726] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,07:35:24.381] [DEBUG] 6 processes running of frp type [2026-04-24,07:50:17.394] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,07:50:24.028] [DEBUG] 6 processes running of frp type [2026-04-24,08:02:17.274] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,08:02:23.725] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:37.461] [DEBUG] Log Upload Complete! [2026-04-24,08:05:17.599] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,08:05:24.107] [DEBUG] 6 processes running of frp type [2026-04-24,08:20:17.514] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,08: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-04-24,08:35:17.564] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,08:35:24.145] [DEBUG] 6 processes running of frp type [2026-04-24,08:50:17.686] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,08:50:24.310] [DEBUG] 6 processes running of frp type [2026-04-24,09:05:17.754] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,09:05:24.306] [DEBUG] 6 processes running of frp type [2026-04-24,09:20:17.639] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,09: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' [2026-04-24,09:35:18.078] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,09:35:24.612] [DEBUG] 6 processes running of frp type [2026-04-24,09:50:17.340] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,09:50:23.865] [DEBUG] 6 processes running of frp type [2026-04-24,10:05:17.325] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,10:05:23.874] [DEBUG] 6 processes running of frp type [2026-04-24,10:20:17.120] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,10: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-04-24,10:35:17.415] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,10:35:24.047] [DEBUG] 6 processes running of frp type [2026-04-24,10:50:17.743] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,10:50:24.272] [DEBUG] 6 processes running of frp type [2026-04-24,11:05:17.695] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,11:05:24.503] [DEBUG] 6 processes running of frp type [2026-04-24,11:20:17.833] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,11: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' [2026-04-24,11:35:17.162] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,11:35:23.741] [DEBUG] 6 processes running of frp type [2026-04-24,11:50:17.403] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,11:50:23.922] [DEBUG] 6 processes running of frp type 2026-04-24 12:01:32.290 [I] [client/service.go:294] [8aae2611f660a703] try to connect to server... 2026-04-24 12:01:32.294 [W] [client/service.go:297] [8aae2611f660a703] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 12:01:34.381 [I] [client/service.go:294] [8aae2611f660a703] try to connect to server... 2026-04-24 12:01:34.385 [W] [client/service.go:297] [8aae2611f660a703] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 12:01:38.850 [I] [client/service.go:294] [8aae2611f660a703] try to connect to server... 2026-04-24 12:01:38.854 [W] [client/service.go:297] [8aae2611f660a703] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-24 12:01:47.821 [I] [client/service.go:294] [8aae2611f660a703] try to connect to server... 2026-04-24 12:01:48.471 [I] [client/service.go:286] [8aae2611f660a703] login to server success, get run id [8aae2611f660a703] 2026-04-24 12:01:48.473 [I] [proxy/proxy_manager.go:173] [8aae2611f660a703] proxy added: [DTN57CC4444] 2026-04-24 12:01:48.686 [I] [client/control.go:168] [8aae2611f660a703] [DTN57CC4444] start proxy success [2026-04-24,12:05:17.352] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,12:05:23.856] [DEBUG] 6 processes running of frp type [2026-04-24,12:20:17.136] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,12: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-24,12:35:17.642] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,12:35:24.161] [DEBUG] 6 processes running of frp type [2026-04-24,12:50:17.818] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,12:50:24.347] [DEBUG] 6 processes running of frp type [2026-04-24,13:05:17.757] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,13:05:24.362] [DEBUG] 6 processes running of frp type [2026-04-24,13:20:17.630] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,13: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-04-24,13:35:18.105] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,13:35:24.685] [DEBUG] 6 processes running of frp type [2026-04-24,13:50:17.531] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,13:50:24.129] [DEBUG] 6 processes running of frp type [2026-04-24,14:05:17.557] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,14:05:24.110] [DEBUG] 6 processes running of frp type [2026-04-24,14:20:17.442] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,14: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-04-24,14:35:17.842] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,14:35:24.430] [DEBUG] 6 processes running of frp type [2026-04-24,14:50:17.147] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,14:50:23.736] [DEBUG] 6 processes running of frp type [2026-04-24,15:05:18.282] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,15:05:24.790] [DEBUG] 6 processes running of frp type [2026-04-24,15:20:17.131] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,15: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-04-24,15:35:17.456] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,15:35:24.017] [DEBUG] 6 processes running of frp type [2026-04-24,15:50:17.680] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,15:50:24.227] [DEBUG] 6 processes running of frp type [2026-04-24,16:05:17.724] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,16:05:24.240] [DEBUG] 6 processes running of frp type [2026-04-24,16:20:17.507] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,16: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-04-24,16:35:18.092] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,16:35:24.600] [DEBUG] 6 processes running of frp type [2026-04-24,16:50:17.603] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,16:50:24.105] [DEBUG] 6 processes running of frp type [2026-04-24,17:05:17.510] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,17:05:24.122] [DEBUG] 6 processes running of frp type [2026-04-24,17:20:17.508] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,17: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' [2026-04-24,17:35:17.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,17:35:24.522] [DEBUG] 6 processes running of frp type [2026-04-24,17:50:17.249] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,17:50:23.850] [DEBUG] 6 processes running of frp type [2026-04-24,18:05:17.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,18:05:23.910] [DEBUG] 6 processes running of frp type [2026-04-24,18:20:17.261] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,18:20:23.756] [DEBUG] 6 processes running of frp type [2026-04-24,18:25:40.556] [INFO] Initializing BusSpeedStateManager V2 [2026-04-24,18:25:40.560] [INFO] LocationSqlManager initialising [2026-04-24,18:25:40.561] [INFO] Location DB initialising [2026-04-24,18:25:40.571] [INFO] LocationSqlManager initialisation complete [2026-04-24,18:25:40.571] [DEBUG] UploadManager Init [2026-04-24,18:25:40.572] [DEBUG] UploadManager Init Complete [2026-04-24,18:25:40.574] [INFO] Initializing GPS... [2026-04-24,18:25:40.576] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:27:44.477] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,18:27:50.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( [2026-04-24,18:28:05.968] [DEBUG] Log Upload Complete! [2026-04-24,18:30:44.843] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,18:30:51.397] [DEBUG] Remote Access Enabled [2026-04-24,18:30:57.556] [INFO] Server Address: 138.201.17.179 [2026-04-24,18:30:57.557] [INFO] Server Port: 7000 [2026-04-24,18:30:57.562] [DEBUG] Starting Remote Access! 2026-04-24 18:30:57.695 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-24 18:30:57.696 [I] [client/service.go:294] try to connect to server... 2026-04-24 18:30:58.368 [I] [client/service.go:286] [a70b2af27146d964] login to server success, get run id [a70b2af27146d964] 2026-04-24 18:30:58.369 [I] [proxy/proxy_manager.go:173] [a70b2af27146d964] proxy added: [DTN57CC4444] 2026-04-24 18:30:58.595 [I] [client/control.go:168] [a70b2af27146d964] [DTN57CC4444] start proxy success [2026-04-24,18:35:18.180] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,18:35:24.733] [DEBUG] 6 processes running of frp type [2026-04-24,18:50:17.254] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,18:50:23.883] [DEBUG] 6 processes running of frp type [2026-04-24,19:05:17.221] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,19:05:23.777] [DEBUG] 6 processes running of frp type [2026-04-24,19:20:17.164] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,19: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-24,19:35:17.619] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,19:35:24.211] [DEBUG] 6 processes running of frp type [2026-04-24,19:50:17.744] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,19:50:24.232] [DEBUG] 6 processes running of frp type [2026-04-24,20:05:17.487] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,20:05:24.055] [DEBUG] 6 processes running of frp type [2026-04-24,20:20:17.297] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,20: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-04-24,20:35:17.576] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,20:35:24.506] [DEBUG] 6 processes running of frp type [2026-04-24,20:50:20.823] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-04-24 20:53:29.890 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-24 20:53:32.764 [I] [client/service.go:286] [a70b2af27146d964] login to server success, get run id [a70b2af27146d964] 2026-04-24 20:53:32.766 [I] [proxy/proxy_manager.go:173] [a70b2af27146d964] proxy added: [DTN57CC4444] 2026-04-24 20:53:32.983 [I] [client/control.go:168] [a70b2af27146d964] [DTN57CC4444] start proxy success [2026-04-24,21:05:17.245] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,21:05:24.514] [DEBUG] 6 processes running of frp type [2026-04-24,21:20:18.251] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,21:20:24.822] [DEBUG] 6 processes running of frp type 2026-04-24 21:24:07.014 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-24 21:24:12.498 [I] [client/service.go:286] [a70b2af27146d964] login to server success, get run id [a70b2af27146d964] 2026-04-24 21:24:12.499 [I] [proxy/proxy_manager.go:173] [a70b2af27146d964] proxy added: [DTN57CC4444] 2026-04-24 21:24:12.722 [I] [client/control.go:168] [a70b2af27146d964] [DTN57CC4444] 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,21:35:18.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,21:35:25.965] [DEBUG] 6 processes running of frp type [2026-04-24,21:50:17.755] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,21:50:26.863] [DEBUG] 6 processes running of frp type 2026-04-24 21:55:58.528 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-24 21:56:09.399 [I] [client/service.go:286] [a70b2af27146d964] login to server success, get run id [a70b2af27146d964] 2026-04-24 21:56:09.401 [I] [proxy/proxy_manager.go:173] [a70b2af27146d964] proxy added: [DTN57CC4444] 2026-04-24 21:56:12.768 [I] [client/control.go:168] [a70b2af27146d964] [DTN57CC4444] start proxy success 2026-04-24 21:57:11.993 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-24 21:57:30.448 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: i/o deadline reached 2026-04-24 21:57:30.449 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-24 21:57:46.445 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: i/o deadline reached 2026-04-24 21:57:46.446 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-24 21:57:55.010 [I] [client/service.go:286] [a70b2af27146d964] login to server success, get run id [a70b2af27146d964] 2026-04-24 21:57:55.011 [I] [proxy/proxy_manager.go:173] [a70b2af27146d964] proxy added: [DTN57CC4444] 2026-04-24 21:57:55.655 [I] [client/control.go:168] [a70b2af27146d964] [DTN57CC4444] start proxy success 2026-04-24 21:59:04.048 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-24 21:59:17.731 [I] [client/service.go:286] [a70b2af27146d964] login to server success, get run id [a70b2af27146d964] 2026-04-24 21:59:17.731 [I] [proxy/proxy_manager.go:173] [a70b2af27146d964] proxy added: [DTN57CC4444] 2026-04-24 21:59:20.854 [I] [client/control.go:168] [a70b2af27146d964] [DTN57CC4444] start proxy success 2026-04-24 21:59:45.262 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-24 21:59:55.264 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-24 21:59:55.265 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-24 21:59:57.623 [I] [client/service.go:286] [a70b2af27146d964] login to server success, get run id [a70b2af27146d964] 2026-04-24 21:59:57.625 [I] [proxy/proxy_manager.go:173] [a70b2af27146d964] proxy added: [DTN57CC4444] 2026-04-24 21:59:59.257 [I] [client/control.go:168] [a70b2af27146d964] [DTN57CC4444] start proxy success [2026-04-24,22:05:17.589] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,22:05:24.297] [DEBUG] 6 processes running of frp type [2026-04-24,22:20:17.708] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,22: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-04-24,22:35:18.093] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,22:35:24.683] [DEBUG] 6 processes running of frp type [2026-04-24,22:50:17.040] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,22:50:23.707] [DEBUG] 6 processes running of frp type [2026-04-24,23:05:17.104] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,23:05:23.721] [DEBUG] 6 processes running of frp type [2026-04-24,23:20:18.055] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,23: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-24,23:35:16.988] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,23:35:23.602] [DEBUG] 6 processes running of frp type [2026-04-24,23:50:17.152] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-24,23:50:23.623] [DEBUG] 6 processes running of frp type [2026-04-25,00:05:17.850] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,00:05:24.435] [DEBUG] 6 processes running of frp type [2026-04-25,00:20:17.596] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,00: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-25,00:35:17.821] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,00:35:24.937] [DEBUG] 6 processes running of frp type [2026-04-25,00:50:17.358] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,00:50:23.938] [DEBUG] 6 processes running of frp type [2026-04-25,01:05:17.603] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,01:05:24.151] [DEBUG] 6 processes running of frp type [2026-04-25,01:20:17.529] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,01: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-25,01:35:16.949] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,01:35:23.396] [DEBUG] 6 processes running of frp type 2026-04-25 01:41:26.172 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 01:41:30.494 [I] [client/service.go:286] [a70b2af27146d964] login to server success, get run id [a70b2af27146d964] 2026-04-25 01:41:30.496 [I] [proxy/proxy_manager.go:173] [a70b2af27146d964] proxy added: [DTN57CC4444] 2026-04-25 01:41:30.954 [I] [client/control.go:168] [a70b2af27146d964] [DTN57CC4444] start proxy success [2026-04-25,01:50:18.111] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,01:50:24.624] [DEBUG] 6 processes running of frp type [2026-04-25,02:05:18.192] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,02:05:24.791] [DEBUG] 6 processes running of frp type [2026-04-25,02:20:17.031] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,02:20:23.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-04-25,02:35:17.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,02:35:23.928] [DEBUG] 6 processes running of frp type [2026-04-25,02:50:17.477] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,02:50:24.084] [DEBUG] 6 processes running of frp type 2026-04-25 03:00:52.433 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:01:10.999 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: connection write timeout 2026-04-25 03:01:11.000 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:01:21.002 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 03:01:21.002 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:01:31.004 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 03:01:31.005 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:01:42.343 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: connection write timeout 2026-04-25 03:01:42.344 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:01:52.345 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 03:02:12.347 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:02:39.124 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: i/o deadline reached 2026-04-25 03:02:39.125 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:02:49.126 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 03:03:09.127 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:03:19.129 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 03:03:39.131 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:03:49.133 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 03:04:09.134 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:04:19.135 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 03:04:39.137 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:04:49.140 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 03:05:09.142 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:05:19.144 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-04-25,03:05:23.605] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-04-25 03:05:39.145 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:05:49.147 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 03:06:09.149 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:06:21.103 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: session shutdown 2026-04-25 03:06:41.105 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:06:56.782 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: connection write timeout 2026-04-25 03:07:16.784 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:07:26.786 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 03:07:46.788 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 03:07:47.788 [I] [client/service.go:286] [a70b2af27146d964] login to server success, get run id [a70b2af27146d964] 2026-04-25 03:07:47.789 [I] [proxy/proxy_manager.go:173] [a70b2af27146d964] proxy added: [DTN57CC4444] 2026-04-25 03:07:48.180 [I] [client/control.go:168] [a70b2af27146d964] [DTN57CC4444] start proxy success [2026-04-25,03:20:19.125] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,03:20:25.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-25,03:35:18.040] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,03:35:24.924] [DEBUG] 6 processes running of frp type [2026-04-25,03:50:17.380] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,03:50:23.995] [DEBUG] 6 processes running of frp type 2026-04-25 04:00:55.032 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 04:00:57.560 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-25 04:00:57.560 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 04:01:00.598 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-25 04:01:00.599 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 04:01:03.639 [W] [client/service.go:297] [a70b2af27146d964] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-25 04:01:12.977 [I] [client/service.go:294] [a70b2af27146d964] try to connect to server... 2026-04-25 04:01:13.586 [I] [client/service.go:286] [a70b2af27146d964] login to server success, get run id [a70b2af27146d964] 2026-04-25 04:01:13.588 [I] [proxy/proxy_manager.go:173] [a70b2af27146d964] proxy added: [DTN57CC4444] 2026-04-25 04:01:13.799 [I] [client/control.go:168] [a70b2af27146d964] [DTN57CC4444] start proxy success [2026-04-25,04:05:17.666] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,04:05:24.158] [DEBUG] 6 processes running of frp type [2026-04-25,04:20:17.327] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,04: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-25,04:35:17.415] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,04:35:23.963] [DEBUG] 6 processes running of frp type [2026-04-25,04:50:17.608] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,04:50:24.067] [DEBUG] 6 processes running of frp type [2026-04-25,05:05:17.445] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,05:05:23.952] [DEBUG] 6 processes running of frp type [2026-04-25,05:20:17.283] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,05: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-04-25,05:35:18.070] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,05:35:26.393] [DEBUG] 6 processes running of frp type [2026-04-25,05:50:17.596] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,05:50:24.301] [DEBUG] 6 processes running of frp type [2026-04-25,06:05:17.766] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,06:05:24.290] [DEBUG] 6 processes running of frp type [2026-04-25,06:20:17.430] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,06: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-04-25,06:30:40.754] [INFO] Initializing BusSpeedStateManager V2 [2026-04-25,06:30:40.759] [INFO] LocationSqlManager initialising [2026-04-25,06:30:40.760] [INFO] Location DB initialising [2026-04-25,06:30:40.770] [INFO] LocationSqlManager initialisation complete [2026-04-25,06:30:40.770] [DEBUG] UploadManager Init [2026-04-25,06:30:40.771] [DEBUG] UploadManager Init Complete [2026-04-25,06:30:40.774] [INFO] Initializing GPS... [2026-04-25,06:30:40.776] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.648] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,06:32:51.256] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:17.692] [DEBUG] Log Upload Complete! [2026-04-25,06:35:44.854] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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,06:35:49.830] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,06:35:56.642] [DEBUG] Remote Access Enabled [2026-04-25,06:36:02.946] [INFO] Server Address: 138.201.17.179 [2026-04-25,06:36:02.947] [INFO] Server Port: 7000 [2026-04-25,06:36:02.956] [DEBUG] Starting Remote Access! 2026-04-25 06:36:03.160 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-25 06:36:03.161 [I] [client/service.go:294] try to connect to server... 2026-04-25 06:36:03.939 [I] [client/service.go:286] [7261a42e02743e45] login to server success, get run id [7261a42e02743e45] 2026-04-25 06:36:03.940 [I] [proxy/proxy_manager.go:173] [7261a42e02743e45] proxy added: [DTN57CC4444] 2026-04-25 06:36:04.578 [I] [client/control.go:168] [7261a42e02743e45] [DTN57CC4444] start proxy success [2026-04-25,06:50:17.883] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,06:50:24.385] [DEBUG] 6 processes running of frp type [2026-04-25,07:05:17.400] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,07:05:23.945] [DEBUG] 6 processes running of frp type [2026-04-25,07:20:17.359] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,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' [2026-04-25,07:35:23.092] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,07:35:29.673] [DEBUG] 6 processes running of frp type [2026-04-25,07:50:17.508] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,07:50:24.013] [DEBUG] 6 processes running of frp type [2026-04-25,08:02:17.322] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,08:02:23.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-04-25,08:03:26.722] [DEBUG] Log Upload Complete! [2026-04-25,08:05:17.699] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,08:05:24.295] [DEBUG] 6 processes running of frp type [2026-04-25,08:20:17.546] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,08:20:33.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-04-25,08:35:18.036] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,08:35:24.614] [DEBUG] 6 processes running of frp type [2026-04-25,08:50:17.369] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,08:50:23.977] [DEBUG] 6 processes running of frp type [2026-04-25,09:05:17.410] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,09:05:23.973] [DEBUG] 6 processes running of frp type [2026-04-25,09:20:17.316] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,09: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' [2026-04-25,09:35:17.875] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,09:35:24.384] [DEBUG] 6 processes running of frp type [2026-04-25,09:50:18.083] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,09:50:24.697] [DEBUG] 6 processes running of frp type [2026-04-25,10:05:18.090] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,10:05:24.770] [DEBUG] 6 processes running of frp type [2026-04-25,10:20:17.149] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,10:20:23.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-04-25,10:35:17.525] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,10:35:24.115] [DEBUG] 6 processes running of frp type [2026-04-25,10:50:17.871] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,10:50:24.407] [DEBUG] 6 processes running of frp type [2026-04-25,11:05:17.846] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,11:05:24.360] [DEBUG] 6 processes running of frp type [2026-04-25,11:20:17.694] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,11:20:24.302] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:18.177] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,11:35:24.747] [DEBUG] 6 processes running of frp type [2026-04-25,11:50:17.532] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,11:50:24.087] [DEBUG] 6 processes running of frp type 2026-04-25 12:01:16.960 [I] [client/service.go:294] [7261a42e02743e45] try to connect to server... 2026-04-25 12:01:16.963 [W] [client/service.go:297] [7261a42e02743e45] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-25 12:01:19.106 [I] [client/service.go:294] [7261a42e02743e45] try to connect to server... 2026-04-25 12:01:19.113 [W] [client/service.go:297] [7261a42e02743e45] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-25 12:01:23.731 [I] [client/service.go:294] [7261a42e02743e45] try to connect to server... 2026-04-25 12:01:23.734 [W] [client/service.go:297] [7261a42e02743e45] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-25 12:01:33.554 [I] [client/service.go:294] [7261a42e02743e45] try to connect to server... 2026-04-25 12:01:34.063 [I] [client/service.go:286] [7261a42e02743e45] login to server success, get run id [7261a42e02743e45] 2026-04-25 12:01:34.065 [I] [proxy/proxy_manager.go:173] [7261a42e02743e45] proxy added: [DTN57CC4444] 2026-04-25 12:01:34.257 [I] [client/control.go:168] [7261a42e02743e45] [DTN57CC4444] start proxy success [2026-04-25,12:05:17.500] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,12:05:24.057] [DEBUG] 6 processes running of frp type [2026-04-25,12:20:17.384] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,12:20:23.977] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.788] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,12:35:24.376] [DEBUG] 6 processes running of frp type [2026-04-25,12:50:18.023] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,12:50:24.497] [DEBUG] 6 processes running of frp type [2026-04-25,13:05:17.988] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,13:05:24.591] [DEBUG] 6 processes running of frp type [2026-04-25,13:20:17.979] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,13: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' [2026-04-25,13:35:17.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,13:35:24.025] [DEBUG] 6 processes running of frp type [2026-04-25,13:50:17.603] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,13:50:24.185] [DEBUG] 6 processes running of frp type [2026-04-25,14:05:17.611] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,14:05:24.229] [DEBUG] 6 processes running of frp type [2026-04-25,14:20:17.567] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,14: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-25,14:35:17.879] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,14:35:24.410] [DEBUG] 6 processes running of frp type [2026-04-25,14:50:17.133] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,14:50:23.708] [DEBUG] 6 processes running of frp type [2026-04-25,15:05:18.127] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,15:05:24.743] [DEBUG] 6 processes running of frp type [2026-04-25,15:20:17.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,15:20:23.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' [2026-04-25,15:35:17.367] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,15:35:23.937] [DEBUG] 6 processes running of frp type [2026-04-25,15:50:17.616] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,15:50:24.109] [DEBUG] 6 processes running of frp type [2026-04-25,16:05:17.575] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,16:05:24.131] [DEBUG] 6 processes running of frp type [2026-04-25,16:20:17.548] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,16: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-04-25,16:35:17.979] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,16:35:24.553] [DEBUG] 6 processes running of frp type [2026-04-25,16:50:17.059] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,16:50:23.630] [DEBUG] 6 processes running of frp type [2026-04-25,17:05:18.024] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,17:05:24.628] [DEBUG] 6 processes running of frp type [2026-04-25,17:20:17.766] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,17: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' [2026-04-25,17:35:18.287] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,17:35:25.146] [DEBUG] 6 processes running of frp type [2026-04-25,17:50:17.982] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,17:50:24.613] [DEBUG] 6 processes running of frp type [2026-04-25,18:05:18.173] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,18:05:24.695] [DEBUG] 6 processes running of frp type [2026-04-25,18:20:18.129] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,18:20:24.629] [DEBUG] 6 processes running of frp type [2026-04-25,18:25:42.126] [INFO] Initializing BusSpeedStateManager V2 [2026-04-25,18:25:42.130] [INFO] LocationSqlManager initialising [2026-04-25,18:25:42.130] [INFO] Location DB initialising [2026-04-25,18:25:42.141] [INFO] LocationSqlManager initialisation complete [2026-04-25,18:25:42.142] [DEBUG] UploadManager Init [2026-04-25,18:25:42.143] [DEBUG] UploadManager Init Complete [2026-04-25,18:25:42.146] [INFO] Initializing GPS... [2026-04-25,18:25:42.149] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.230] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,18:27:51.710] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:28:32.180] [DEBUG] Log Upload Complete! [2026-04-25,18:30:45.243] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,18:30:51.715] [DEBUG] Remote Access Enabled [2026-04-25,18:30:57.947] [INFO] Server Address: 138.201.17.179 [2026-04-25,18:30:57.948] [INFO] Server Port: 7000 [2026-04-25,18:30:57.953] [DEBUG] Starting Remote Access! 2026-04-25 18:30:58.087 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-25 18:30:58.088 [I] [client/service.go:294] try to connect to server... 2026-04-25 18:30:58.622 [I] [client/service.go:286] [1a987c12f60acd57] login to server success, get run id [1a987c12f60acd57] 2026-04-25 18:30:58.622 [I] [proxy/proxy_manager.go:173] [1a987c12f60acd57] proxy added: [DTN57CC4444] 2026-04-25 18:30:58.798 [I] [client/control.go:168] [1a987c12f60acd57] [DTN57CC4444] start proxy success [2026-04-25,18:35:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,18:35:24.047] [DEBUG] 6 processes running of frp type [2026-04-25,18:50:17.213] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,18:50:23.885] [DEBUG] 6 processes running of frp type [2026-04-25,19:05:17.509] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,19:05:23.986] [DEBUG] 6 processes running of frp type [2026-04-25,19:20:17.396] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,19: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,19:35:18.042] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,19:35:25.381] [DEBUG] 6 processes running of frp type [2026-04-25,19:50:17.151] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,19:50:23.800] [DEBUG] 6 processes running of frp type [2026-04-25,20:05:17.116] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,20:05:23.703] [DEBUG] 6 processes running of frp type [2026-04-25,20:20:18.056] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,20: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-04-25,20:35:17.878] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,20:35:24.599] [DEBUG] 6 processes running of frp type [2026-04-25,20:50:17.669] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,20:50:24.260] [DEBUG] 6 processes running of frp type [2026-04-25,21:05:17.986] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,21:05:24.650] [DEBUG] 6 processes running of frp type [2026-04-25,21:20:18.063] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,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-25 21:28:54.197 [I] [client/service.go:294] [1a987c12f60acd57] try to connect to server... 2026-04-25 21:29:02.446 [I] [client/service.go:286] [1a987c12f60acd57] login to server success, get run id [1a987c12f60acd57] 2026-04-25 21:29:02.448 [I] [proxy/proxy_manager.go:173] [1a987c12f60acd57] proxy added: [DTN57CC4444] 2026-04-25 21:29:02.808 [I] [client/control.go:168] [1a987c12f60acd57] [DTN57CC4444] start proxy success [2026-04-25,21:35:17.386] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,21:35:23.979] [DEBUG] 6 processes running of frp type [2026-04-25,21:50:17.445] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,21:50:24.240] [DEBUG] 6 processes running of frp type [2026-04-25,22:05:17.628] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,22:05:24.161] [DEBUG] 6 processes running of frp type [2026-04-25,22:20:07.708] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,22:20:21.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-04-25,22:35:17.832] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,22:35:24.491] [DEBUG] 6 processes running of frp type 2026-04-25 22:37:59.719 [I] [client/service.go:294] [1a987c12f60acd57] try to connect to server... 2026-04-25 22:38:00.363 [I] [client/service.go:286] [1a987c12f60acd57] login to server success, get run id [1a987c12f60acd57] 2026-04-25 22:38:00.364 [I] [proxy/proxy_manager.go:173] [1a987c12f60acd57] proxy added: [DTN57CC4444] 2026-04-25 22:38:00.574 [I] [client/control.go:168] [1a987c12f60acd57] [DTN57CC4444] start proxy success [2026-04-25,22:50:18.148] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,22:50:24.751] [DEBUG] 6 processes running of frp type [2026-04-25,23:05:17.073] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,23:05:24.141] [DEBUG] 6 processes running of frp type [2026-04-25,23:20:17.373] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,23: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-04-25 23:34:17.065 [I] [client/service.go:294] [1a987c12f60acd57] try to connect to server... 2026-04-25 23:34:25.083 [I] [client/service.go:286] [1a987c12f60acd57] login to server success, get run id [1a987c12f60acd57] 2026-04-25 23:34:25.085 [I] [proxy/proxy_manager.go:173] [1a987c12f60acd57] proxy added: [DTN57CC4444] 2026-04-25 23:34:25.533 [I] [client/control.go:168] [1a987c12f60acd57] [DTN57CC4444] start proxy success [2026-04-25,23:35:18.044] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,23:35:24.704] [DEBUG] 6 processes running of frp type [2026-04-25,23:50:17.306] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-25,23:50:23.982] [DEBUG] 6 processes running of frp type [2026-04-26,00:05:17.169] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,00:05:23.741] [DEBUG] 6 processes running of frp type [2026-04-26,00:20:17.656] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,00: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-04-26,00:35:18.449] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,00:35:25.207] [DEBUG] 6 processes running of frp type [2026-04-26,00:50:17.399] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,00:50:23.980] [DEBUG] 6 processes running of frp type [2026-04-26,01:05:19.790] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,01:05:26.417] [DEBUG] 6 processes running of frp type [2026-04-26,01:20:17.660] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,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-04-26,01:35:17.209] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,01:35:23.955] [DEBUG] 6 processes running of frp type [2026-04-26,01:50:17.573] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,01:50:24.181] [DEBUG] 6 processes running of frp type [2026-04-26,02:05:17.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,02:05:23.990] [DEBUG] 6 processes running of frp type [2026-04-26,02:20:17.131] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,02: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-26,02:35:17.242] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,02:35:23.886] [DEBUG] 6 processes running of frp type [2026-04-26,02:50:17.366] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,02:50:23.920] [DEBUG] 6 processes running of frp type [2026-04-26,03:05:17.186] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,03:05:23.719] [DEBUG] 6 processes running of frp type [2026-04-26,03:20:17.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,03:20:23.796] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.730] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,03:35:24.329] [DEBUG] 6 processes running of frp type [2026-04-26,03:50:17.465] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,03:50:24.270] [DEBUG] 6 processes running of frp type 2026-04-26 04:00:57.982 [I] [client/service.go:294] [1a987c12f60acd57] try to connect to server... 2026-04-26 04:01:05.255 [W] [client/service.go:297] [1a987c12f60acd57] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-26 04:01:05.255 [I] [client/service.go:294] [1a987c12f60acd57] try to connect to server... 2026-04-26 04:01:05.259 [W] [client/service.go:297] [1a987c12f60acd57] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-26 04:01:09.985 [I] [client/service.go:294] [1a987c12f60acd57] try to connect to server... 2026-04-26 04:01:10.580 [I] [client/service.go:286] [1a987c12f60acd57] login to server success, get run id [1a987c12f60acd57] 2026-04-26 04:01:10.582 [I] [proxy/proxy_manager.go:173] [1a987c12f60acd57] proxy added: [DTN57CC4444] 2026-04-26 04:01:10.784 [I] [client/control.go:168] [1a987c12f60acd57] [DTN57CC4444] start proxy success [2026-04-26,04:05:17.496] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,04:05:24.021] [DEBUG] 6 processes running of frp type [2026-04-26,04:20:17.167] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,04: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-04-26,04:35:17.403] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,04:35:24.133] [DEBUG] 6 processes running of frp type [2026-04-26,04:50:17.524] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,04:50:24.199] [DEBUG] 6 processes running of frp type [2026-04-26,05:05:17.449] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,05:05:23.967] [DEBUG] 6 processes running of frp type [2026-04-26,05:20:17.227] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,05: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-26,05:35:17.373] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,05:35:23.938] [DEBUG] 6 processes running of frp type [2026-04-26,05:50:17.276] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,05:50:23.906] [DEBUG] 6 processes running of frp type [2026-04-26,06:05:17.324] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,06:05:23.958] [DEBUG] 6 processes running of frp type [2026-04-26,06:20:24.209] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,06:20:30.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-04-26,06:30:40.824] [INFO] Initializing BusSpeedStateManager V2 [2026-04-26,06:30:40.830] [INFO] LocationSqlManager initialising [2026-04-26,06:30:40.831] [INFO] Location DB initialising [2026-04-26,06:30:40.842] [INFO] LocationSqlManager initialisation complete [2026-04-26,06:30:40.843] [DEBUG] UploadManager Init [2026-04-26,06:30:40.843] [DEBUG] UploadManager Init Complete [2026-04-26,06:30:40.848] [INFO] Initializing GPS... [2026-04-26,06:30:40.850] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.494] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,06:32:51.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( [2026-04-26,06:33:07.156] [DEBUG] Log Upload Complete! [2026-04-26,06:35:49.550] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,06:35:49.581] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-26,06:35:56.114] [DEBUG] Remote Access Enabled [2026-04-26,06:36:02.276] [INFO] Server Address: 138.201.17.179 [2026-04-26,06:36:02.277] [INFO] Server Port: 7000 [2026-04-26,06:36:02.286] [DEBUG] Starting Remote Access! 2026-04-26 06:36:02.476 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-26 06:36:02.477 [I] [client/service.go:294] try to connect to server... 2026-04-26 06:36:03.169 [I] [client/service.go:286] [71a8bc43d8102dea] login to server success, get run id [71a8bc43d8102dea] 2026-04-26 06:36:03.171 [I] [proxy/proxy_manager.go:173] [71a8bc43d8102dea] proxy added: [DTN57CC4444] 2026-04-26 06:36:03.399 [I] [client/control.go:168] [71a8bc43d8102dea] [DTN57CC4444] start proxy success [2026-04-26,06:50:18.202] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,06:50:24.806] [DEBUG] 6 processes running of frp type [2026-04-26,07:05:17.142] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,07:05:23.732] [DEBUG] 6 processes running of frp type [2026-04-26,07:20:16.972] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,07: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-04-26,07:35:17.233] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,07:35:23.803] [DEBUG] 6 processes running of frp type [2026-04-26,07:50:17.835] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,07:50:24.424] [DEBUG] 6 processes running of frp type [2026-04-26,08:02:17.634] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,08:02:29.339] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,08:02:40.369] [DEBUG] Log Upload Complete! [2026-04-26,08:05:17.997] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,08:05:24.574] [DEBUG] 6 processes running of frp type [2026-04-26,08:20:17.976] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,08:22:24.178] [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.980] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,08:35:24.507] [DEBUG] 6 processes running of frp type [2026-04-26,08:50:17.427] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,08:50:23.864] [DEBUG] 6 processes running of frp type [2026-04-26,09:05:17.345] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,09:05:23.862] [DEBUG] 6 processes running of frp type [2026-04-26,09:20:17.176] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,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' [2026-04-26,09:35:17.584] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,09:35:24.178] [DEBUG] 6 processes running of frp type [2026-04-26,09:50:17.856] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,09:50:24.417] [DEBUG] 6 processes running of frp type [2026-04-26,10:05:17.874] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,10:05:24.512] [DEBUG] 6 processes running of frp type [2026-04-26,10:20:17.862] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,10: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-26,10:35:18.225] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,10:35:24.859] [DEBUG] 6 processes running of frp type [2026-04-26,10:50:17.600] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,10:50:24.143] [DEBUG] 6 processes running of frp type [2026-04-26,11:05:17.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,11:05:24.035] [DEBUG] 6 processes running of frp type [2026-04-26,11:20:17.366] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,11: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-04-26,11:35:17.843] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,11:35:24.396] [DEBUG] 6 processes running of frp type [2026-04-26,11:50:18.058] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,11:50:24.607] [DEBUG] 6 processes running of frp type 2026-04-26 12:01:20.456 [I] [client/service.go:294] [71a8bc43d8102dea] try to connect to server... 2026-04-26 12:01:21.113 [I] [client/service.go:286] [71a8bc43d8102dea] login to server success, get run id [71a8bc43d8102dea] 2026-04-26 12:01:21.121 [I] [proxy/proxy_manager.go:173] [71a8bc43d8102dea] proxy added: [DTN57CC4444] 2026-04-26 12:01:21.344 [I] [client/control.go:168] [71a8bc43d8102dea] [DTN57CC4444] start proxy success [2026-04-26,12:05:18.058] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,12:05:24.630] [DEBUG] 6 processes running of frp type [2026-04-26,12:20:17.970] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,12: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-04-26,12:35:17.332] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,12:35:23.835] [DEBUG] 6 processes running of frp type [2026-04-26,12:50:17.549] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,12:50:24.168] [DEBUG] 6 processes running of frp type [2026-04-26,13:05:17.578] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,13:05:24.124] [DEBUG] 6 processes running of frp type [2026-04-26,13:20:17.440] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,13:20:24.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-26,13:35:17.812] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,13:35:24.306] [DEBUG] 6 processes running of frp type [2026-04-26,13:50:18.000] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,13:50:24.640] [DEBUG] 6 processes running of frp type [2026-04-26,14:05:18.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,14:05:24.856] [DEBUG] 6 processes running of frp type [2026-04-26,14:20:17.164] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,14: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-04-26,14:35:17.470] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,14:35:24.005] [DEBUG] 6 processes running of frp type [2026-04-26,14:50:17.686] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,14:50:24.175] [DEBUG] 6 processes running of frp type [2026-04-26,15:05:17.607] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,15:05:24.172] [DEBUG] 6 processes running of frp type [2026-04-26,15:20:17.484] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,15: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-04-26,15:35:17.861] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,15:35:24.387] [DEBUG] 6 processes running of frp type [2026-04-26,15:50:18.237] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,15:50:24.728] [DEBUG] 6 processes running of frp type [2026-04-26,16:05:18.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,16:05:24.623] [DEBUG] 6 processes running of frp type [2026-04-26,16:20:17.953] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,16: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-26,16:35:17.262] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,16:35:23.833] [DEBUG] 6 processes running of frp type [2026-04-26,16:50:17.555] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,16:50:24.079] [DEBUG] 6 processes running of frp type [2026-04-26,17:05:17.479] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,17:05:24.069] [DEBUG] 6 processes running of frp type [2026-04-26,17:20:17.416] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,17: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-26,17:35:17.866] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,17:35:24.485] [DEBUG] 6 processes running of frp type [2026-04-26,17:50:17.017] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,17:50:23.627] [DEBUG] 6 processes running of frp type [2026-04-26,18:05:18.098] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,18:05:24.679] [DEBUG] 6 processes running of frp type [2026-04-26,18:20:17.855] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,18:20:24.455] [DEBUG] 6 processes running of frp type [2026-04-26,18:25:42.414] [INFO] Initializing BusSpeedStateManager V2 [2026-04-26,18:25:42.420] [INFO] LocationSqlManager initialising [2026-04-26,18:25:42.421] [INFO] Location DB initialising [2026-04-26,18:25:42.432] [INFO] LocationSqlManager initialisation complete [2026-04-26,18:25:42.433] [DEBUG] UploadManager Init [2026-04-26,18:25:42.434] [DEBUG] UploadManager Init Complete [2026-04-26,18:25:42.438] [INFO] Initializing GPS... [2026-04-26,18:25:42.441] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.942] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,18:27:51.498] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:10.290] [DEBUG] Log Upload Complete! [2026-04-26,18:30:50.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,18:30:56.594] [DEBUG] Remote Access Enabled [2026-04-26,18:31:02.719] [INFO] Server Address: 138.201.17.179 [2026-04-26,18:31:02.720] [INFO] Server Port: 7000 [2026-04-26,18:31:02.730] [DEBUG] Starting Remote Access! 2026-04-26 18:31:02.914 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-26 18:31:02.915 [I] [client/service.go:294] try to connect to server... 2026-04-26 18:31:03.531 [I] [client/service.go:286] [594ccccd9ffcf83d] login to server success, get run id [594ccccd9ffcf83d] 2026-04-26 18:31:03.532 [I] [proxy/proxy_manager.go:173] [594ccccd9ffcf83d] proxy added: [DTN57CC4444] 2026-04-26 18:31:03.736 [I] [client/control.go:168] [594ccccd9ffcf83d] [DTN57CC4444] start proxy success [2026-04-26,18:35:17.563] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,18:35:24.031] [DEBUG] 6 processes running of frp type [2026-04-26,18:50:17.316] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,18:50:23.828] [DEBUG] 6 processes running of frp type [2026-04-26,19:05:17.225] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,19:05:23.762] [DEBUG] 6 processes running of frp type [2026-04-26,19:20:17.256] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,19:20:23.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-04-26,19:35:17.639] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,19:35:24.222] [DEBUG] 6 processes running of frp type [2026-04-26,19:50:17.793] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,19:50:24.293] [DEBUG] 6 processes running of frp type 2026-04-26 20:01:19.113 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-26 20:01:29.116 [W] [client/service.go:297] [594ccccd9ffcf83d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:01:29.117 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-26 20:01:39.118 [W] [client/service.go:297] [594ccccd9ffcf83d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 20:01:39.119 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-26 20:01:40.137 [W] [client/service.go:297] [594ccccd9ffcf83d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-26 20:01:50.150 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-26 20:01:50.154 [W] [client/service.go:297] [594ccccd9ffcf83d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-26 20:02:10.156 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-26 20:02:10.722 [I] [client/service.go:286] [594ccccd9ffcf83d] login to server success, get run id [594ccccd9ffcf83d] 2026-04-26 20:02:10.725 [I] [proxy/proxy_manager.go:173] [594ccccd9ffcf83d] proxy added: [DTN57CC4444] 2026-04-26 20:02:10.909 [I] [client/control.go:168] [594ccccd9ffcf83d] [DTN57CC4444] start proxy success [2026-04-26,20:05:17.537] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,20:05:24.117] [DEBUG] 6 processes running of frp type [2026-04-26,20:20:17.401] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,20: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-04-26,20:35:17.401] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,20:35:23.934] [DEBUG] 6 processes running of frp type 2026-04-26 20:43:38.918 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-26 20:43:45.698 [I] [client/service.go:286] [594ccccd9ffcf83d] login to server success, get run id [594ccccd9ffcf83d] 2026-04-26 20:43:45.700 [I] [proxy/proxy_manager.go:173] [594ccccd9ffcf83d] proxy added: [DTN57CC4444] 2026-04-26 20:43:46.111 [I] [client/control.go:168] [594ccccd9ffcf83d] [DTN57CC4444] start proxy success [2026-04-26,20:50:17.890] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,20:50:24.550] [DEBUG] 6 processes running of frp type [2026-04-26,21:05:18.224] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,21:05:24.823] [DEBUG] 6 processes running of frp type 2026-04-26 21:12:46.241 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-26 21:12:54.646 [I] [client/service.go:286] [594ccccd9ffcf83d] login to server success, get run id [594ccccd9ffcf83d] 2026-04-26 21:12:54.648 [I] [proxy/proxy_manager.go:173] [594ccccd9ffcf83d] proxy added: [DTN57CC4444] 2026-04-26 21:12:54.955 [I] [client/control.go:168] [594ccccd9ffcf83d] [DTN57CC4444] start proxy success 2026-04-26 21:19:02.499 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-26 21:19:12.501 [W] [client/service.go:297] [594ccccd9ffcf83d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-26 21:19:12.501 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... [1;34m2026-04-26 21:19:21.574 [I] [client/service.go:286] [594ccccd9ffcf83d] login to server success, get run id [594ccccd9ffcf83d] 2026-04-26 21:19:21.576 [I] [proxy/proxy_manager.go:173] [594ccccd9ffcf83d] proxy added: [DTN57CC4444] 2026-04-26 21:19:22.554 [I] [client/control.go:168] [594ccccd9ffcf83d] [DTN57CC4444] start proxy success [2026-04-26,21:20:18.257] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (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-26,21:35:23.151] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,21:35:29.698] [DEBUG] 6 processes running of frp type 2026-04-26 21:37:27.862 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-26 21:37:28.729 [I] [client/service.go:286] [594ccccd9ffcf83d] login to server success, get run id [594ccccd9ffcf83d] 2026-04-26 21:37:28.731 [I] [proxy/proxy_manager.go:173] [594ccccd9ffcf83d] proxy added: [DTN57CC4444] 2026-04-26 21:37:29.044 [I] [client/control.go:168] [594ccccd9ffcf83d] [DTN57CC4444] start proxy success [2026-04-26,21:50:17.375] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,21:50:27.155] [DEBUG] 6 processes running of frp type [2026-04-26,22:05:17.743] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,22:05:24.494] [DEBUG] 6 processes running of frp type [2026-04-26,22:20:17.761] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,22:20:24.533] [DEBUG] 6 processes running of frp type 2026-04-26 22:22:28.393 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-26 22:22:29.423 [I] [client/service.go:286] [594ccccd9ffcf83d] login to server success, get run id [594ccccd9ffcf83d] 2026-04-26 22:22:29.425 [I] [proxy/proxy_manager.go:173] [594ccccd9ffcf83d] proxy added: [DTN57CC4444] 2026-04-26 22:22:29.746 [I] [client/control.go:168] [594ccccd9ffcf83d] [DTN57CC4444] 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,22:35:17.531] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,22:35:24.101] [DEBUG] 6 processes running of frp type [2026-04-26,22:50:17.527] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,22:50:24.535] [DEBUG] 6 processes running of frp type [2026-04-26,23:05:18.250] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,23:05:25.840] [DEBUG] 6 processes running of frp type [2026-04-26,23:20:17.376] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,23: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-26,23:35:17.621] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,23:35:25.453] [DEBUG] 6 processes running of frp type [2026-04-26,23:50:17.783] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-26,23:50:24.294] [DEBUG] 6 processes running of frp type [2026-04-27,00:05:17.663] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,00:05:24.519] [DEBUG] 6 processes running of frp type [2026-04-27,00:20:17.708] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,00: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-04-27,00:35:17.005] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,00:35:23.615] [DEBUG] 6 processes running of frp type [2026-04-27,00:50:17.617] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,00:50:24.094] [DEBUG] 6 processes running of frp type [2026-04-27,01:05:17.693] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,01:05:24.341] [DEBUG] 6 processes running of frp type [2026-04-27,01:20:17.680] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,01: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-27,01:35:17.674] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,01:35:24.239] [DEBUG] 6 processes running of frp type [2026-04-27,01:50:17.700] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,01:50:24.182] [DEBUG] 6 processes running of frp type [2026-04-27,02:05:17.492] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,02:05:24.490] [DEBUG] 6 processes running of frp type [2026-04-27,02:20:17.928] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,02: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-27,02:35:17.132] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,02:35:23.685] [DEBUG] 6 processes running of frp type [2026-04-27,02:50:17.137] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,02:50:23.802] [DEBUG] 6 processes running of frp type 2026-04-27 02:56:03.410 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-27 02:56:16.698 [W] [client/service.go:297] [594ccccd9ffcf83d] connect to server error: connection write timeout 2026-04-27 02:56:16.699 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-27 02:56:29.079 [W] [client/service.go:297] [594ccccd9ffcf83d] connect to server error: connection write timeout 2026-04-27 02:56:29.080 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-27 02:56:39.081 [W] [client/service.go:297] [594ccccd9ffcf83d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-27 02:56:39.082 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-27 02:56:49.084 [W] [client/service.go:297] [594ccccd9ffcf83d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-27 02:56:49.085 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-27 02:56:59.087 [W] [client/service.go:297] [594ccccd9ffcf83d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-27 02:57:19.088 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-27 02:57:19.801 [I] [client/service.go:286] [594ccccd9ffcf83d] login to server success, get run id [594ccccd9ffcf83d] 2026-04-27 02:57:19.803 [I] [proxy/proxy_manager.go:173] [594ccccd9ffcf83d] proxy added: [DTN57CC4444] 2026-04-27 02:57:20.033 [I] [client/control.go:168] [594ccccd9ffcf83d] [DTN57CC4444] start proxy success [2026-04-27,03:05:17.086] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,03:05:23.819] [DEBUG] 6 processes running of frp type [2026-04-27,03:20:17.394] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,03: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-04-27,03:35:17.598] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,03:35:24.115] [DEBUG] 6 processes running of frp type [2026-04-27,03:50:17.866] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,03:50:24.368] [DEBUG] 6 processes running of frp type 2026-04-27 04:01:00.065 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-27 04:01:02.212 [W] [client/service.go:297] [594ccccd9ffcf83d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-27 04:01:02.213 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-27 04:01:03.240 [W] [client/service.go:297] [594ccccd9ffcf83d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-27 04:01:07.770 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-27 04:01:07.774 [W] [client/service.go:297] [594ccccd9ffcf83d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-27 04:01:17.002 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-27 04:01:17.006 [W] [client/service.go:297] [594ccccd9ffcf83d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-27 04:01:36.782 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-27 04:01:36.785 [W] [client/service.go:297] [594ccccd9ffcf83d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-27 04:01:56.786 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-27 04:01:57.382 [I] [client/service.go:286] [594ccccd9ffcf83d] login to server success, get run id [594ccccd9ffcf83d] 2026-04-27 04:01:57.383 [I] [proxy/proxy_manager.go:173] [594ccccd9ffcf83d] proxy added: [DTN57CC4444] 2026-04-27 04:01:57.583 [I] [client/control.go:168] [594ccccd9ffcf83d] [DTN57CC4444] start proxy success [2026-04-27,04:05:17.993] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,04:05:24.545] [DEBUG] 6 processes running of frp type [2026-04-27,04:20:17.796] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,04: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-04-27,04:35:17.829] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,04:35:24.314] [DEBUG] 6 processes running of frp type 2026-04-27 04:41:00.929 [I] [client/service.go:294] [594ccccd9ffcf83d] try to connect to server... 2026-04-27 04:41:02.756 [I] [client/service.go:286] [594ccccd9ffcf83d] login to server success, get run id [594ccccd9ffcf83d] 2026-04-27 04:41:02.757 [I] [proxy/proxy_manager.go:173] [594ccccd9ffcf83d] proxy added: [DTN57CC4444] 2026-04-27 04:41:02.996 [I] [client/control.go:168] [594ccccd9ffcf83d] [DTN57CC4444] start proxy success [2026-04-27,04:50:17.244] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,04:50:24.211] [DEBUG] 6 processes running of frp type [2026-04-27,05:05:17.546] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,05:05:24.181] [DEBUG] 6 processes running of frp type [2026-04-27,05:20:17.338] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,05:20:23.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-04-27,05:35:17.320] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,05:35:23.908] [DEBUG] 6 processes running of frp type [2026-04-27,05:50:17.059] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,05:50:23.727] [DEBUG] 6 processes running of frp type [2026-04-27,06:05:16.969] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,06:05:23.639] [DEBUG] 6 processes running of frp type [2026-04-27,06:20:17.814] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,06:20:29.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-04-27,06:30:40.784] [INFO] Initializing BusSpeedStateManager V2 [2026-04-27,06:30:40.789] [INFO] LocationSqlManager initialising [2026-04-27,06:30:40.789] [INFO] Location DB initialising [2026-04-27,06:30:40.799] [INFO] LocationSqlManager initialisation complete [2026-04-27,06:30:40.800] [DEBUG] UploadManager Init [2026-04-27,06:30:40.800] [DEBUG] UploadManager Init Complete [2026-04-27,06:30:40.803] [INFO] Initializing GPS... [2026-04-27,06:30:40.805] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:32:44.448] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,06:32:50.986] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:33:05.053] [DEBUG] Log Upload Complete! [2026-04-27,06:35:44.787] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-27,06:35:45.016] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,06:35:51.611] [DEBUG] Remote Access Enabled [2026-04-27,06:35:57.886] [INFO] Server Address: 138.201.17.179 [2026-04-27,06:35:57.888] [INFO] Server Port: 7000 [2026-04-27,06:35:57.892] [DEBUG] Starting Remote Access! 2026-04-27 06:35:58.028 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-27 06:35:58.029 [I] [client/service.go:294] try to connect to server... 2026-04-27 06:35:58.675 [I] [client/service.go:286] [69c2765be2c70559] login to server success, get run id [69c2765be2c70559] 2026-04-27 06:35:58.676 [I] [proxy/proxy_manager.go:173] [69c2765be2c70559] proxy added: [DTN57CC4444] 2026-04-27 06:35:58.891 [I] [client/control.go:168] [69c2765be2c70559] [DTN57CC4444] start proxy success [2026-04-27,06:50:17.952] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,06:50:24.518] [DEBUG] 6 processes running of frp type [2026-04-27,07:05:17.374] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,07:05:23.917] [DEBUG] 6 processes running of frp type [2026-04-27,07:20:17.417] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,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-04-27,07:35:17.692] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,07:35:24.254] [DEBUG] 6 processes running of frp type [2026-04-27,07:50:17.391] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,07:50:23.917] [DEBUG] 6 processes running of frp type [2026-04-27,08:02:17.242] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,08:02:23.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-04-27,08:03:18.603] [DEBUG] Log Upload Complete! [2026-04-27,08:05:17.159] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,08:05:23.658] [DEBUG] 6 processes running of frp type [2026-04-27,08:20:17.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,08: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-04-27,08:35:17.480] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,08:35:24.051] [DEBUG] 6 processes running of frp type [2026-04-27,08:50:17.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,08:50:24.292] [DEBUG] 6 processes running of frp type [2026-04-27,09:05:17.656] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,09:05:24.184] [DEBUG] 6 processes running of frp type [2026-04-27,09:20:17.463] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,09: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-04-27,09:35:17.794] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,09:35:24.392] [DEBUG] 6 processes running of frp type [2026-04-27,09:50:17.538] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,09:50:24.042] [DEBUG] 6 processes running of frp type [2026-04-27,10:05:17.505] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,10:05:24.092] [DEBUG] 6 processes running of frp type [2026-04-27,10:20:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,10: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-27,10:35:17.810] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,10:35:24.359] [DEBUG] 6 processes running of frp type [2026-04-27,10:50:18.156] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,10:50:24.745] [DEBUG] 6 processes running of frp type [2026-04-27,11:05:17.116] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,11:05:23.662] [DEBUG] 6 processes running of frp type [2026-04-27,11:20:17.870] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,11:20:24.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-04-27,11:35:17.275] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,11:35:23.860] [DEBUG] 6 processes running of frp type [2026-04-27,11:50:17.512] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,11:50:24.145] [DEBUG] 6 processes running of frp type 2026-04-27 12:01:51.667 [I] [client/service.go:294] [69c2765be2c70559] try to connect to server... 2026-04-27 12:01:54.863 [W] [client/service.go:297] [69c2765be2c70559] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-27 12:01:54.863 [I] [client/service.go:294] [69c2765be2c70559] try to connect to server... 2026-04-27 12:01:54.866 [W] [client/service.go:297] [69c2765be2c70559] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-27 12:01:59.464 [I] [client/service.go:294] [69c2765be2c70559] try to connect to server... 2026-04-27 12:01:59.468 [W] [client/service.go:297] [69c2765be2c70559] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-27 12:02:09.012 [I] [client/service.go:294] [69c2765be2c70559] try to connect to server... 2026-04-27 12:02:09.533 [I] [client/service.go:286] [69c2765be2c70559] login to server success, get run id [69c2765be2c70559] 2026-04-27 12:02:09.535 [I] [proxy/proxy_manager.go:173] [69c2765be2c70559] proxy added: [DTN57CC4444] 2026-04-27 12:02:09.718 [I] [client/control.go:168] [69c2765be2c70559] [DTN57CC4444] start proxy success [2026-04-27,12:05:17.607] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,12:07:23.811] [DEBUG] Remote Access Disabled [2026-04-27,12:20:17.113] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,12:20:23.690] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.572] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,12:35:24.410] [DEBUG] 6 processes running of frp type [2026-04-27,12:50:18.121] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,12:50:24.679] [DEBUG] 6 processes running of frp type 2026-04-27 12:54:35.964 [I] [client/service.go:294] [69c2765be2c70559] try to connect to server... 2026-04-27 12:54:39.706 [I] [client/service.go:286] [69c2765be2c70559] login to server success, get run id [69c2765be2c70559] 2026-04-27 12:54:39.707 [I] [proxy/proxy_manager.go:173] [69c2765be2c70559] proxy added: [DTN57CC4444] 2026-04-27 12:54:39.885 [I] [client/control.go:168] [69c2765be2c70559] [DTN57CC4444] start proxy success [2026-04-27,13:05:18.194] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,13:05:24.801] [DEBUG] 6 processes running of frp type [2026-04-27,13:20:17.183] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,13: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-04-27,13:35:17.598] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,13:35:24.222] [DEBUG] 6 processes running of frp type 2026-04-27 13:48:07.470 [I] [client/service.go:294] [69c2765be2c70559] try to connect to server... 2026-04-27 13:48:17.473 [W] [client/service.go:297] [69c2765be2c70559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-27 13:48:17.474 [I] [client/service.go:294] [69c2765be2c70559] try to connect to server... 2026-04-27 13:48:27.476 [W] [client/service.go:297] [69c2765be2c70559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-27 13:48:27.476 [I] [client/service.go:294] [69c2765be2c70559] try to connect to server... 2026-04-27 13:48:27.980 [I] [client/service.go:286] [69c2765be2c70559] login to server success, get run id [69c2765be2c70559] 2026-04-27 13:48:27.982 [I] [proxy/proxy_manager.go:173] [69c2765be2c70559] proxy added: [DTN57CC4444] 2026-04-27 13:48:28.152 [I] [client/control.go:168] [69c2765be2c70559] [DTN57CC4444] start proxy success [2026-04-27,13:50:17.947] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,13:50:24.461] [DEBUG] 6 processes running of frp type [2026-04-27,14:05:18.031] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,14:05:24.603] [DEBUG] 6 processes running of frp type [2026-04-27,14:20:17.790] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,14: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-27,14:35:16.998] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,14:35:24.028] [DEBUG] 6 processes running of frp type [2026-04-27,14:50:17.744] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,14:50:24.297] [DEBUG] 6 processes running of frp type [2026-04-27,15:05:17.749] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,15:05:24.257] [DEBUG] 6 processes running of frp type [2026-04-27,15:20:17.557] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,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-04-27,15:35:18.142] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,15:35:24.702] [DEBUG] 6 processes running of frp type [2026-04-27,15:50:17.395] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,15:50:23.903] [DEBUG] 6 processes running of frp type [2026-04-27,16:05:17.345] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,16:05:23.841] [DEBUG] 6 processes running of frp type [2026-04-27,16:20:17.169] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,16: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-27,16:35:17.519] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,16:35:24.110] [DEBUG] 6 processes running of frp type [2026-04-27,16:50:17.824] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,16:50:24.491] [DEBUG] 6 processes running of frp type [2026-04-27,17:05:17.937] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,17:05:24.493] [DEBUG] 6 processes running of frp type [2026-04-27,17:20:17.889] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,17: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-27,17:35:17.326] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,17:35:23.921] [DEBUG] 6 processes running of frp type [2026-04-27,17:50:17.624] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,17:50:24.228] [DEBUG] 6 processes running of frp type 2026-04-27 17:51:07.407 [I] [client/service.go:294] [69c2765be2c70559] try to connect to server... 2026-04-27 17:51:17.409 [W] [client/service.go:297] [69c2765be2c70559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-27 17:51:17.410 [I] [client/service.go:294] [69c2765be2c70559] try to connect to server... 2026-04-27 17:51:27.412 [W] [client/service.go:297] [69c2765be2c70559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-27 17:51:27.412 [I] [client/service.go:294] [69c2765be2c70559] try to connect to server... 2026-04-27 17:51:37.414 [W] [client/service.go:297] [69c2765be2c70559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-27 17:51:37.415 [I] [client/service.go:294] [69c2765be2c70559] try to connect to server... 2026-04-27 17:51:41.115 [I] [client/service.go:286] [69c2765be2c70559] login to server success, get run id [69c2765be2c70559] 2026-04-27 17:51:41.117 [I] [proxy/proxy_manager.go:173] [69c2765be2c70559] proxy added: [DTN57CC4444] 2026-04-27 17:51:41.298 [I] [client/control.go:168] [69c2765be2c70559] [DTN57CC4444] start proxy success [2026-04-27,18:05:17.634] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,18:05:24.131] [DEBUG] 6 processes running of frp type 2026-04-27 18:07:25.418 [I] [client/service.go:294] [69c2765be2c70559] try to connect to server... 2026-04-27 18:07:35.420 [W] [client/service.go:297] [69c2765be2c70559] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-27 18:07:35.421 [I] [client/service.go:294] [69c2765be2c70559] try to connect to server... 2026-04-27 18:07:43.334 [I] [client/service.go:286] [69c2765be2c70559] login to server success, get run id [69c2765be2c70559] 2026-04-27 18:07:43.335 [I] [proxy/proxy_manager.go:173] [69c2765be2c70559] proxy added: [DTN57CC4444] 2026-04-27 18:07:43.706 [I] [client/control.go:168] [69c2765be2c70559] [DTN57CC4444] start proxy success 2026-04-27 18:11:53.993 [I] [client/service.go:294] [69c2765be2c70559] try to connect to server... 2026-04-27 18:12:00.464 [I] [client/service.go:286] [69c2765be2c70559] login to server success, get run id [69c2765be2c70559] 2026-04-27 18:12:00.467 [I] [proxy/proxy_manager.go:173] [69c2765be2c70559] proxy added: [DTN57CC4444] 2026-04-27 18:12:00.631 [I] [client/control.go:168] [69c2765be2c70559] [DTN57CC4444] start proxy success [2026-04-27,18:20:17.495] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,18:20:23.986] [DEBUG] 6 processes running of frp type [2026-04-27,18:25:41.579] [INFO] Initializing BusSpeedStateManager V2 [2026-04-27,18:25:41.586] [INFO] LocationSqlManager initialising [2026-04-27,18:25:41.587] [INFO] Location DB initialising [2026-04-27,18:25:41.599] [INFO] LocationSqlManager initialisation complete [2026-04-27,18:25:41.600] [DEBUG] UploadManager Init [2026-04-27,18:25:41.600] [DEBUG] UploadManager Init Complete [2026-04-27,18:25:41.605] [INFO] Initializing GPS... [2026-04-27,18:25:41.608] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.853] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,18:27:51.379] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:57.634] [DEBUG] Log Upload Complete! [2026-04-27,18:30:44.997] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,18:30:51.583] [DEBUG] Remote Access Enabled [2026-04-27,18:30:57.776] [INFO] Server Address: 138.201.17.179 [2026-04-27,18:30:57.777] [INFO] Server Port: 7000 [2026-04-27,18:30:57.782] [DEBUG] Starting Remote Access! 2026-04-27 18:30:57.923 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-27 18:30:57.924 [I] [client/service.go:294] try to connect to server... 2026-04-27 18:30:58.440 [I] [client/service.go:286] [524d2a5316ed4f1b] login to server success, get run id [524d2a5316ed4f1b] 2026-04-27 18:30:58.441 [I] [proxy/proxy_manager.go:173] [524d2a5316ed4f1b] proxy added: [DTN57CC4444] 2026-04-27 18:30:58.620 [I] [client/control.go:168] [524d2a5316ed4f1b] [DTN57CC4444] start proxy success [2026-04-27,18:35:18.125] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,18:35:24.681] [DEBUG] 6 processes running of frp type [2026-04-27,18:50:17.366] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,18:50:23.896] [DEBUG] 6 processes running of frp type [2026-04-27,19:05:17.084] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,19:05:23.679] [DEBUG] 6 processes running of frp type [2026-04-27,19:20:18.289] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,19: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-04-27,19:35:17.466] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,19:35:24.044] [DEBUG] 6 processes running of frp type [2026-04-27,19:50:17.874] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,19:50:24.441] [DEBUG] 6 processes running of frp type [2026-04-27,20:05:17.691] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,20:05:24.275] [DEBUG] 6 processes running of frp type [2026-04-27,20:20:18.002] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,20:20:25.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-04-27,20:35:17.510] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,20:35:24.431] [DEBUG] 6 processes running of frp type [2026-04-27,20:50:17.395] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,20:50:23.980] [DEBUG] 6 processes running of frp type [2026-04-27,21:05:17.180] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,21:05:23.774] [DEBUG] 6 processes running of frp type [2026-04-27,21:20:16.904] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,21:20:23.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-04-27,21:35:17.440] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,21:35:24.075] [DEBUG] 6 processes running of frp type 2026-04-27 21:36:31.079 [I] [client/service.go:294] [524d2a5316ed4f1b] try to connect to server... 2026-04-27 21:36:31.841 [I] [client/service.go:286] [524d2a5316ed4f1b] login to server success, get run id [524d2a5316ed4f1b] 2026-04-27 21:36:31.843 [I] [proxy/proxy_manager.go:173] [524d2a5316ed4f1b] proxy added: [DTN57CC4444] 2026-04-27 21:36:32.151 [I] [client/control.go:168] [524d2a5316ed4f1b] [DTN57CC4444] start proxy success [2026-04-27,21:50:17.771] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,21:50:25.432] [DEBUG] 6 processes running of frp type [2026-04-27,22:05:17.864] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,22:05:24.428] [DEBUG] 6 processes running of frp type [2026-04-27,22:20:17.705] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,22:20:24.356] [DEBUG] 6 processes running of frp type 2026-04-27 22:21:35.556 [I] [client/service.go:294] [524d2a5316ed4f1b] try to connect to server... 2026-04-27 22:21:39.890 [I] [client/service.go:286] [524d2a5316ed4f1b] login to server success, get run id [524d2a5316ed4f1b] 2026-04-27 22:21:39.891 [I] [proxy/proxy_manager.go:173] [524d2a5316ed4f1b] proxy added: [DTN57CC4444] 2026-04-27 22:21:40.079 [I] [client/control.go:168] [524d2a5316ed4f1b] [DTN57CC4444] start proxy success 2026-04-27 22:24:20.592 [I] [client/service.go:294] [524d2a5316ed4f1b] try to connect to server... 2026-04-27 22:24:25.120 [I] [client/service.go:286] [524d2a5316ed4f1b] login to server success, get run id [524d2a5316ed4f1b] 2026-04-27 22:24:25.122 [I] [proxy/proxy_manager.go:173] [524d2a5316ed4f1b] proxy added: [DTN57CC4444] 2026-04-27 22:24:25.334 [I] [client/control.go:168] [524d2a5316ed4f1b] [DTN57CC4444] 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-27,22:35:17.433] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,22:35:24.174] [DEBUG] 6 processes running of frp type [2026-04-27,22:50:17.915] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,22:50:24.992] [DEBUG] 6 processes running of frp type [2026-04-27,23:05:17.291] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,23:05:24.239] [DEBUG] 6 processes running of frp type [2026-04-27,23:20:17.484] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,23: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-04-27,23:35:18.060] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,23:35:24.937] [DEBUG] 6 processes running of frp type [2026-04-27,23:50:17.738] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-27,23:50:32.016] [DEBUG] 6 processes running of frp type [2026-04-28,00:05:17.303] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,00:05:24.120] [DEBUG] 6 processes running of frp type [2026-04-28,00:20:17.405] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,00:20:24.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-04-28,00:35:18.093] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,00:35:24.815] [DEBUG] 6 processes running of frp type [2026-04-28,00:50:17.496] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,00:50:24.564] [DEBUG] 6 processes running of frp type [2026-04-28,01:05:17.924] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,01:05:24.590] [DEBUG] 6 processes running of frp type 2026-04-28 01:20:22.117 [I] [client/service.go:294] [524d2a5316ed4f1b] try to connect to server... 2026-04-28 01:20:30.011 [I] [client/service.go:286] [524d2a5316ed4f1b] login to server success, get run id [524d2a5316ed4f1b] 2026-04-28 01:20:30.012 [I] [proxy/proxy_manager.go:173] [524d2a5316ed4f1b] proxy added: [DTN57CC4444] 2026-04-28 01:20:30.362 [I] [client/control.go:168] [524d2a5316ed4f1b] [DTN57CC4444] start proxy success [2026-04-28,01:20:33.132] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,01:20:39.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-28 01:31:43.393 [I] [client/service.go:294] [524d2a5316ed4f1b] try to connect to server... 2026-04-28 01:31:53.396 [W] [client/service.go:297] [524d2a5316ed4f1b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 01:31:53.397 [I] [client/service.go:294] [524d2a5316ed4f1b] try to connect to server... 2026-04-28 01:32:03.398 [W] [client/service.go:297] [524d2a5316ed4f1b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 01:32:03.399 [I] [client/service.go:294] [524d2a5316ed4f1b] try to connect to server... 2026-04-28 01:32:13.401 [W] [client/service.go:297] [524d2a5316ed4f1b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 01:32:13.401 [I] [client/service.go:294] [524d2a5316ed4f1b] try to connect to server... 2026-04-28 01:32:20.499 [W] [client/service.go:297] [524d2a5316ed4f1b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-28 01:32:40.476 [I] [client/service.go:294] [524d2a5316ed4f1b] try to connect to server... 2026-04-28 01:32:41.220 [I] [client/service.go:286] [524d2a5316ed4f1b] login to server success, get run id [524d2a5316ed4f1b] 2026-04-28 01:32:41.222 [I] [proxy/proxy_manager.go:173] [524d2a5316ed4f1b] proxy added: [DTN57CC4444] 2026-04-28 01:32:41.445 [I] [client/control.go:168] [524d2a5316ed4f1b] [DTN57CC4444] start proxy success 2026-04-28 01:33:50.973 [I] [client/service.go:294] [524d2a5316ed4f1b] try to connect to server... 2026-04-28 01:33:53.497 [I] [client/service.go:286] [524d2a5316ed4f1b] login to server success, get run id [524d2a5316ed4f1b] 2026-04-28 01:33:53.499 [I] [proxy/proxy_manager.go:173] [524d2a5316ed4f1b] proxy added: [DTN57CC4444] 2026-04-28 01:33:55.529 [I] [client/control.go:168] [524d2a5316ed4f1b] [DTN57CC4444] start proxy success [2026-04-28,01:35:17.235] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,01:35:23.781] [DEBUG] 6 processes running of frp type [2026-04-28,01:50:17.074] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,01:50:23.561] [DEBUG] 6 processes running of frp type [2026-04-28,02:05:17.972] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,02:05:24.531] [DEBUG] 6 processes running of frp type [2026-04-28,02:20:17.961] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,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-28,02:35:17.065] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,02:35:23.554] [DEBUG] 6 processes running of frp type [2026-04-28,02:50:17.699] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,02:50:24.211] [DEBUG] 6 processes running of frp type [2026-04-28,03:05:17.645] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,03:05:24.181] [DEBUG] 6 processes running of frp type [2026-04-28,03:20:17.510] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,03: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' [2026-04-28,03:35:17.617] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,03:35:24.260] [DEBUG] 6 processes running of frp type [2026-04-28,03:50:18.054] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,03:50:24.664] [DEBUG] 6 processes running of frp type 2026-04-28 04:01:08.178 [I] [client/service.go:294] [524d2a5316ed4f1b] try to connect to server... 2026-04-28 04:01:08.180 [W] [client/service.go:297] [524d2a5316ed4f1b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-28 04:01:10.233 [I] [client/service.go:294] [524d2a5316ed4f1b] try to connect to server... 2026-04-28 04:01:10.237 [W] [client/service.go:297] [524d2a5316ed4f1b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-28 04:01:14.421 [I] [client/service.go:294] [524d2a5316ed4f1b] try to connect to server... 2026-04-28 04:01:24.281 [I] [client/service.go:286] [524d2a5316ed4f1b] login to server success, get run id [524d2a5316ed4f1b] 2026-04-28 04:01:24.283 [I] [proxy/proxy_manager.go:173] [524d2a5316ed4f1b] proxy added: [DTN57CC4444] 2026-04-28 04:01:24.480 [I] [client/control.go:168] [524d2a5316ed4f1b] [DTN57CC4444] start proxy success [2026-04-28,04:05:17.858] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,04:05:24.508] [DEBUG] 6 processes running of frp type [2026-04-28,04:20:17.999] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,04: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-04-28,04:35:17.323] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,04:35:23.945] [DEBUG] 6 processes running of frp type [2026-04-28,04:50:17.573] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,04:50:24.121] [DEBUG] 6 processes running of frp type [2026-04-28,05:05:18.508] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,05:05:25.011] [DEBUG] 6 processes running of frp type [2026-04-28,05:20:17.294] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,05: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-04-28,05:35:17.638] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,05:35:24.196] [DEBUG] 6 processes running of frp type [2026-04-28,05:50:17.443] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,05:50:23.996] [DEBUG] 6 processes running of frp type [2026-04-28,06:05:17.172] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,06:05:23.745] [DEBUG] 6 processes running of frp type [2026-04-28,06:20:16.903] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,06: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-04-28,06:30:41.103] [INFO] Initializing BusSpeedStateManager V2 [2026-04-28,06:30:41.108] [INFO] LocationSqlManager initialising [2026-04-28,06:30:41.109] [INFO] Location DB initialising [2026-04-28,06:30:41.118] [INFO] LocationSqlManager initialisation complete [2026-04-28,06:30:41.119] [DEBUG] UploadManager Init [2026-04-28,06:30:41.119] [DEBUG] UploadManager Init Complete [2026-04-28,06:30:41.122] [INFO] Initializing GPS... [2026-04-28,06:30: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-04-28,06:32:44.694] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,06:32: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-04-28,06:33:24.186] [DEBUG] Log Upload Complete! [2026-04-28,06:35:44.792] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,06:35:51.333] [DEBUG] Remote Access Enabled [2026-04-28,06:35:57.511] [INFO] Server Address: 138.201.17.179 [2026-04-28,06:35:57.512] [INFO] Server Port: 7000 [2026-04-28,06:35:57.518] [DEBUG] Starting Remote Access! 2026-04-28 06:35:57.651 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-28 06:35:57.652 [I] [client/service.go:294] try to connect to server... 2026-04-28 06:35:58.289 [I] [client/service.go:286] [d3439a85b8a20b4f] login to server success, get run id [d3439a85b8a20b4f] 2026-04-28 06:35:58.290 [I] [proxy/proxy_manager.go:173] [d3439a85b8a20b4f] proxy added: [DTN57CC4444] 2026-04-28 06:35:58.491 [I] [client/control.go:168] [d3439a85b8a20b4f] [DTN57CC4444] start proxy success [2026-04-28,06:50:17.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,06:50:24.134] [DEBUG] 6 processes running of frp type [2026-04-28,07:05:17.601] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,07:05:24.197] [DEBUG] 6 processes running of frp type [2026-04-28,07:20:17.328] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,07: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' [2026-04-28,07:35:18.030] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,07:35:24.574] [DEBUG] 6 processes running of frp type [2026-04-28,07:50:17.526] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,07:50:24.109] [DEBUG] 6 processes running of frp type [2026-04-28,08:02:17.419] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,08:02:23.845] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:34.906] [DEBUG] Log Upload Complete! [2026-04-28,08:05:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,08:05:24.139] [DEBUG] 6 processes running of frp type [2026-04-28,08:20:17.511] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,08: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-04-28,08:35:17.439] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,08:35:24.049] [DEBUG] 6 processes running of frp type [2026-04-28,08:50:17.597] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,08:50:24.159] [DEBUG] 6 processes running of frp type [2026-04-28,09:05:17.642] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,09:05:24.200] [DEBUG] 6 processes running of frp type [2026-04-28,09:20:17.572] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,09: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-28,09:35:17.986] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,09:35:24.588] [DEBUG] 6 processes running of frp type [2026-04-28,09:50:17.246] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,09:50:23.758] [DEBUG] 6 processes running of frp type [2026-04-28,10:05:17.176] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,10:05:23.719] [DEBUG] 6 processes running of frp type [2026-04-28,10:20:18.273] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,10: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' [2026-04-28,10:35:17.653] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,10:35:24.212] [DEBUG] 6 processes running of frp type [2026-04-28,10:50:18.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,10:50:24.605] [DEBUG] 6 processes running of frp type [2026-04-28,11:05:18.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,11:05:24.591] [DEBUG] 6 processes running of frp type [2026-04-28,11:20:17.933] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,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-04-28,11:35:17.291] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,11:35:23.854] [DEBUG] 6 processes running of frp type [2026-04-28,11:50:17.539] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,11:50:24.167] [DEBUG] 6 processes running of frp type 2026-04-28 12:01:19.404 [I] [client/service.go:294] [d3439a85b8a20b4f] try to connect to server... 2026-04-28 12:01:20.409 [W] [client/service.go:297] [d3439a85b8a20b4f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-28 12:01:20.410 [I] [client/service.go:294] [d3439a85b8a20b4f] try to connect to server... 2026-04-28 12:01:20.413 [W] [client/service.go:297] [d3439a85b8a20b4f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-28 12:01:24.617 [I] [client/service.go:294] [d3439a85b8a20b4f] try to connect to server... 2026-04-28 12:01:24.621 [W] [client/service.go:297] [d3439a85b8a20b4f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-28 12:01:33.766 [I] [client/service.go:294] [d3439a85b8a20b4f] try to connect to server... 2026-04-28 12:01:34.415 [I] [client/service.go:286] [d3439a85b8a20b4f] login to server success, get run id [d3439a85b8a20b4f] 2026-04-28 12:01:34.416 [I] [proxy/proxy_manager.go:173] [d3439a85b8a20b4f] proxy added: [DTN57CC4444] 2026-04-28 12:01:34.635 [I] [client/control.go:168] [d3439a85b8a20b4f] [DTN57CC4444] start proxy success [2026-04-28,12:05:17.602] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,12:05:24.159] [DEBUG] 6 processes running of frp type [2026-04-28,12:20:17.471] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,12: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' [2026-04-28,12:35:17.845] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,12:35:24.446] [DEBUG] 6 processes running of frp type [2026-04-28,12:50:18.094] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,12:50:24.649] [DEBUG] 6 processes running of frp type [2026-04-28,13:05:18.083] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,13:05:24.666] [DEBUG] 6 processes running of frp type [2026-04-28,13:20:17.969] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,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-28,13:35:17.311] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,13:35:23.811] [DEBUG] 6 processes running of frp type [2026-04-28,13:50:17.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,13:50:24.018] [DEBUG] 6 processes running of frp type [2026-04-28,14:05:17.473] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,14:05:24.084] [DEBUG] 6 processes running of frp type 2026-04-28 14:17:08.612 [I] [client/service.go:294] [d3439a85b8a20b4f] try to connect to server... 2026-04-28 14:17:16.563 [I] [client/service.go:286] [d3439a85b8a20b4f] login to server success, get run id [d3439a85b8a20b4f] 2026-04-28 14:17:16.564 [I] [proxy/proxy_manager.go:173] [d3439a85b8a20b4f] proxy added: [DTN57CC4444] 2026-04-28 14:17:16.753 [I] [client/control.go:168] [d3439a85b8a20b4f] [DTN57CC4444] start proxy success [2026-04-28,14:20:17.438] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,14: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-04-28,14:35:17.985] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,14:35:24.900] [DEBUG] 6 processes running of frp type [2026-04-28,14:50:17.601] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,14:50:24.172] [DEBUG] 6 processes running of frp type [2026-04-28,15:05:17.588] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,15:05:24.212] [DEBUG] 6 processes running of frp type [2026-04-28,15:20:17.529] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,15: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-28,15:35:17.981] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,15:35:24.526] [DEBUG] 6 processes running of frp type [2026-04-28,15:50:18.103] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,15:50:24.646] [DEBUG] 6 processes running of frp type [2026-04-28,16:05:23.158] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,16:05:29.723] [DEBUG] 6 processes running of frp type [2026-04-28,16:20:17.250] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,16:20:23.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-28,16:35:17.537] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,16:35:24.093] [DEBUG] 6 processes running of frp type [2026-04-28,16:50:17.871] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,16:50:24.503] [DEBUG] 6 processes running of frp type [2026-04-28,17:05:17.977] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,17:05:24.544] [DEBUG] 6 processes running of frp type [2026-04-28,17:20:17.816] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,17: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-04-28,17:35:17.306] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,17:35:23.858] [DEBUG] 6 processes running of frp type [2026-04-28,17:50:17.615] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,17:50:24.222] [DEBUG] 6 processes running of frp type [2026-04-28,18:05:17.766] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,18:05:24.286] [DEBUG] 6 processes running of frp type [2026-04-28,18:20:17.646] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,18:20:24.196] [DEBUG] 6 processes running of frp type [2026-04-28,18:25:42.050] [INFO] Initializing BusSpeedStateManager V2 [2026-04-28,18:25:42.054] [INFO] LocationSqlManager initialising [2026-04-28,18:25:42.055] [INFO] Location DB initialising [2026-04-28,18:25:42.064] [INFO] LocationSqlManager initialisation complete [2026-04-28,18:25:42.065] [DEBUG] UploadManager Init [2026-04-28,18:25:42.065] [DEBUG] UploadManager Init Complete [2026-04-28,18:25:42.068] [INFO] Initializing GPS... [2026-04-28,18:25:42.070] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:27:44.652] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,18:27:51.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-28,18:28:03.891] [DEBUG] Log Upload Complete! [2026-04-28,18:30:44.915] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,18:30:44.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')) [2026-04-28,18:30:51.423] [DEBUG] Remote Access Enabled [2026-04-28,18:30:57.579] [INFO] Server Address: 138.201.17.179 [2026-04-28,18:30:57.580] [INFO] Server Port: 7000 [2026-04-28,18:30:57.585] [DEBUG] Starting Remote Access! 2026-04-28 18:30:57.723 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-28 18:30:57.724 [I] [client/service.go:294] try to connect to server... 2026-04-28 18:30:58.337 [I] [client/service.go:286] [6fe2cab7e12ece2e] login to server success, get run id [6fe2cab7e12ece2e] 2026-04-28 18:30:58.338 [I] [proxy/proxy_manager.go:173] [6fe2cab7e12ece2e] proxy added: [DTN57CC4444] 2026-04-28 18:30:58.543 [I] [client/control.go:168] [6fe2cab7e12ece2e] [DTN57CC4444] start proxy success [2026-04-28,18:35:17.442] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,18:35:24.007] [DEBUG] 6 processes running of frp type [2026-04-28,18:50:17.575] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,18:50:24.025] [DEBUG] 6 processes running of frp type [2026-04-28,19:05:17.263] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,19:05:23.807] [DEBUG] 6 processes running of frp type [2026-04-28,19:20:17.448] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,19: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-28,19:35:17.661] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,19:35:24.219] [DEBUG] 6 processes running of frp type [2026-04-28,19:50:18.212] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,19:50:24.759] [DEBUG] 6 processes running of frp type 2026-04-28 20:01:13.174 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-28 20:01:20.369 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-28 20:01:20.370 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-28 20:01:20.373 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-28 20:01:24.684 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-28 20:01:24.689 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-28 20:01:33.330 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-28 20:01:34.039 [I] [client/service.go:286] [6fe2cab7e12ece2e] login to server success, get run id [6fe2cab7e12ece2e] 2026-04-28 20:01:34.040 [I] [proxy/proxy_manager.go:173] [6fe2cab7e12ece2e] proxy added: [DTN57CC4444] 2026-04-28 20:01:34.263 [I] [client/control.go:168] [6fe2cab7e12ece2e] [DTN57CC4444] start proxy success [2026-04-28,20:05:16.953] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,20:05:23.465] [DEBUG] 6 processes running of frp type [2026-04-28,20:20:17.647] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,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' [2026-04-28,20:35:17.869] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,20:35:24.425] [DEBUG] 6 processes running of frp type [2026-04-28,20:50:17.838] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,20:50:24.814] [DEBUG] 6 processes running of frp type [2026-04-28,21:05:17.096] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,21:05:23.919] [DEBUG] 6 processes running of frp type [2026-04-28,21:20:17.099] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,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-04-28,21:35:17.740] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,21:35:25.144] [DEBUG] 6 processes running of frp type [2026-04-28,21:50:19.474] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,21:50:26.440] [DEBUG] 6 processes running of frp type 2026-04-28 21:58:50.060 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-28 21:59:00.062 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 21:59:00.063 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-28 21:59:10.064 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-28 21:59:10.065 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-28 21:59:35.669 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: i/o deadline reached 2026-04-28 21:59:35.670 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-28 21:59:38.067 [I] [client/service.go:286] [6fe2cab7e12ece2e] login to server success, get run id [6fe2cab7e12ece2e] 2026-04-28 21:59:38.069 [I] [proxy/proxy_manager.go:173] [6fe2cab7e12ece2e] proxy added: [DTN57CC4444] 2026-04-28 21:59:38.359 [I] [client/control.go:168] [6fe2cab7e12ece2e] [DTN57CC4444] start proxy success [2026-04-28,22:05:17.928] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,22:05:28.345] [DEBUG] 6 processes running of frp type [2026-04-28,22:20:17.799] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,22:20:27.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-28,22:35:18.083] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,22:35:24.674] [DEBUG] 6 processes running of frp type [2026-04-28,22:50:17.435] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,22:50:24.048] [DEBUG] 6 processes running of frp type [2026-04-28,23:05:17.304] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,23:05:24.313] [DEBUG] 6 processes running of frp type [2026-04-28,23:20:17.839] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,23:20:25.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-28,23:35:18.229] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,23:35:24.889] [DEBUG] 6 processes running of frp type [2026-04-28,23:50:17.535] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-28,23:50:24.087] [DEBUG] 6 processes running of frp type [2026-04-29,00:05:17.704] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,00:05:24.334] [DEBUG] 6 processes running of frp type 2026-04-29 00:18:53.132 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 00:19:03.134 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 00:19:03.135 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 00:19:13.136 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 00:19:13.136 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 00:19:23.137 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 00:19:23.138 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 00:19:33.139 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 00:19:33.140 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 00:19:43.141 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 00:20:03.142 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 00:20:13.145 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 00:20:33.145 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 00:20:33.150 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 00:20:53.151 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 00:20:53.156 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 00:21:13.157 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 00:21:13.161 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 00:21:33.163 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 00:21:33.204 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 00:21:53.204 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 00:21:53.209 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 00:22:13.211 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 00:22:16.152 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 00:22:36.153 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 00:22:36.813 [I] [client/service.go:286] [6fe2cab7e12ece2e] login to server success, get run id [6fe2cab7e12ece2e] 2026-04-29 00:22:36.814 [I] [proxy/proxy_manager.go:173] [6fe2cab7e12ece2e] proxy added: [DTN57CC4444] 2026-04-29 00:22:37.037 [I] [client/control.go:168] [6fe2cab7e12ece2e] [DTN57CC4444] 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-29,00:35:17.637] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,00:35:24.312] [DEBUG] 6 processes running of frp type [2026-04-29,00:50:17.700] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,00:50:24.217] [DEBUG] 6 processes running of frp type [2026-04-29,01:05:17.787] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,01:05:24.359] [DEBUG] 6 processes running of frp type [2026-04-29,01:20:17.618] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,01: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-04-29,01:35:17.543] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,01:35:24.039] [DEBUG] 6 processes running of frp type [2026-04-29,01:50:17.939] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,01:50:24.487] [DEBUG] 6 processes running of frp type [2026-04-29,02:05:18.130] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,02:05:24.752] [DEBUG] 6 processes running of frp type [2026-04-29,02:20:17.254] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,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-04-29,02:35:17.125] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,02:35:23.652] [DEBUG] 6 processes running of frp type [2026-04-29,02:50:17.896] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,02:50:24.425] [DEBUG] 6 processes running of frp type [2026-04-29,03:05:17.681] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,03:05:24.229] [DEBUG] 6 processes running of frp type 2026-04-29 03:13:40.754 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 03:13:50.756 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 03:13:50.756 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 03:14:00.757 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 03:14:00.758 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 03:14:10.759 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 03:14:10.760 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 03:14:20.762 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 03:14:20.763 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 03:14:30.764 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 03:14:50.765 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 03:15:00.767 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 03:15:20.769 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 03:15:25.226 [I] [client/service.go:286] [6fe2cab7e12ece2e] login to server success, get run id [6fe2cab7e12ece2e] 2026-04-29 03:15:25.228 [I] [proxy/proxy_manager.go:173] [6fe2cab7e12ece2e] proxy added: [DTN57CC4444] 2026-04-29 03:15:57.925 [I] [client/control.go:168] [6fe2cab7e12ece2e] [DTN57CC4444] start proxy success 2026-04-29 03:15:58.099 [W] [client/control.go:166] [6fe2cab7e12ece2e] [DTN57CC4444] start error: status not wait start, ignore start message 2026-04-29 03:16:40.338 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 03:16:44.439 [I] [client/service.go:286] [6fe2cab7e12ece2e] login to server success, get run id [6fe2cab7e12ece2e] 2026-04-29 03:16:44.441 [I] [proxy/proxy_manager.go:173] [6fe2cab7e12ece2e] proxy added: [DTN57CC4444] 2026-04-29 03:16:44.876 [I] [client/control.go:168] [6fe2cab7e12ece2e] [DTN57CC4444] start proxy success [2026-04-29,03:20:17.472] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,03: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-29,03:35:18.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,03:35:25.048] [DEBUG] 6 processes running of frp type [2026-04-29,03:50:17.247] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,03:50:23.861] [DEBUG] 6 processes running of frp type 2026-04-29 04:00:59.783 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:01:01.937 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:01:01.938 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:01:09.059 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:01:09.060 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:01:09.065 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:01:17.788 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:01:17.792 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:01:35.612 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:01:35.616 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:01:55.618 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:01:55.621 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:02:15.622 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:02:15.626 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:02:35.627 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:02:35.632 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:02:55.634 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:02:55.638 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:03:15.639 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:03:15.643 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:03:35.645 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:03:35.649 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:03:55.650 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:03:55.653 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:04:15.655 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:04:15.661 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:04:35.662 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:04:35.666 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:04:55.668 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:04:55.674 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:05:15.676 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:05:15.680 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:05:35.682 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:05:35.685 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:05:55.687 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:05:55.691 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:06:15.692 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:06:15.696 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:06:35.697 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:06:35.803 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:06:55.804 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:06:55.811 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:07:15.812 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:07:15.816 [W] [client/service.go:297] [6fe2cab7e12ece2e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-29 04:07:35.818 [I] [client/service.go:294] [6fe2cab7e12ece2e] try to connect to server... 2026-04-29 04:07:36.404 [I] [client/service.go:286] [6fe2cab7e12ece2e] login to server success, get run id [6fe2cab7e12ece2e] 2026-04-29 04:07:36.405 [I] [proxy/proxy_manager.go:173] [6fe2cab7e12ece2e] proxy added: [DTN57CC4444] 2026-04-29 04:07:36.763 [I] [client/control.go:168] [6fe2cab7e12ece2e] [DTN57CC4444] start proxy success [2026-04-29,04:20:17.575] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,04: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-29,04:35:17.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,04:35:24.094] [DEBUG] 6 processes running of frp type [2026-04-29,04:50:17.760] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,04:50:24.273] [DEBUG] 6 processes running of frp type [2026-04-29,05:05:22.918] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,05:05:29.543] [DEBUG] 6 processes running of frp type [2026-04-29,05:20:17.913] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,05:20:24.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' [2026-04-29,05:35:17.565] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,05:35:24.330] [DEBUG] 6 processes running of frp type [2026-04-29,05:50:18.338] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,05:50:25.166] [DEBUG] 6 processes running of frp type [2026-04-29,06:05:17.818] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,06:05:24.582] [DEBUG] 6 processes running of frp type [2026-04-29,06:20:18.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,06: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-04-29,06:30:42.023] [INFO] Initializing BusSpeedStateManager V2 [2026-04-29,06:30:42.027] [INFO] LocationSqlManager initialising [2026-04-29,06:30:42.028] [INFO] Location DB initialising [2026-04-29,06:30:42.038] [INFO] LocationSqlManager initialisation complete [2026-04-29,06:30:42.038] [DEBUG] UploadManager Init [2026-04-29,06:30:42.039] [DEBUG] UploadManager Init Complete [2026-04-29,06:30:42.042] [INFO] Initializing GPS... [2026-04-29,06:30:42.044] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,06:32:44.838] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,06:32:56.816] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,06:33:43.693] [DEBUG] Log Upload Complete! [2026-04-29,06:35:49.157] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,06:35:55.950] [DEBUG] Remote Access Enabled [2026-04-29,06:36:02.239] [INFO] Server Address: 138.201.17.179 [2026-04-29,06:36:02.240] [INFO] Server Port: 7000 [2026-04-29,06:36:02.245] [DEBUG] Starting Remote Access! 2026-04-29 06:36:02.383 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-29 06:36:02.383 [I] [client/service.go:294] try to connect to server... 2026-04-29 06:36:03.006 [I] [client/service.go:286] [93320ef9df5460ba] login to server success, get run id [93320ef9df5460ba] 2026-04-29 06:36:03.007 [I] [proxy/proxy_manager.go:173] [93320ef9df5460ba] proxy added: [DTN57CC4444] 2026-04-29 06:36:03.214 [I] [client/control.go:168] [93320ef9df5460ba] [DTN57CC4444] start proxy success [2026-04-29,06:50:17.843] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,06:50:24.699] [DEBUG] 6 processes running of frp type [2026-04-29,07:05:16.985] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,07:05:23.907] [DEBUG] 6 processes running of frp type [2026-04-29,07:20:17.128] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,07:20:23.852] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,07:35:17.622] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,07:35:24.596] [DEBUG] 6 processes running of frp type [2026-04-29,07:50:17.427] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,07:50:24.045] [DEBUG] 6 processes running of frp type [2026-04-29,08:02:17.250] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,08:02:28.852] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,08:03:27.378] [DEBUG] Log Upload Complete! [2026-04-29,08:05:17.492] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,08:05:24.128] [DEBUG] 6 processes running of frp type [2026-04-29,08:20:17.521] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,08: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-29,08:35:17.728] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,08:35:24.419] [DEBUG] 6 processes running of frp type [2026-04-29,08:50:17.889] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,08:50:24.581] [DEBUG] 6 processes running of frp type [2026-04-29,09:05:18.014] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,09:05:24.739] [DEBUG] 6 processes running of frp type [2026-04-29,09:20:17.261] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,09: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-04-29,09:35:17.481] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,09:35:24.188] [DEBUG] 6 processes running of frp type [2026-04-29,09:50:17.882] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,09:50:24.486] [DEBUG] 6 processes running of frp type [2026-04-29,10:05:17.911] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,10:05:24.562] [DEBUG] 6 processes running of frp type [2026-04-29,10:20:17.941] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,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-04-29,10:35:18.210] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,10:35:24.867] [DEBUG] 6 processes running of frp type [2026-04-29,10:50:17.539] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,10:50:24.211] [DEBUG] 6 processes running of frp type [2026-04-29,11:05:18.730] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,11:05:25.401] [DEBUG] 6 processes running of frp type [2026-04-29,11:20:17.757] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,11:20:24.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-29,11:35:07.594] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,11:35:19.181] [DEBUG] 6 processes running of frp type [2026-04-29,11:50:17.933] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,11:50:24.624] [DEBUG] 6 processes running of frp type [2026-04-29,12:05:18.107] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,12:05:24.812] [DEBUG] 6 processes running of frp type 2026-04-29 12:07:14.393 [I] [client/service.go:294] [93320ef9df5460ba] try to connect to server... 2026-04-29 12:07:14.928 [I] [client/service.go:286] [93320ef9df5460ba] login to server success, get run id [93320ef9df5460ba] 2026-04-29 12:07:14.930 [I] [proxy/proxy_manager.go:173] [93320ef9df5460ba] proxy added: [DTN57CC4444] 2026-04-29 12:07:15.122 [I] [client/control.go:168] [93320ef9df5460ba] [DTN57CC4444] start proxy success [2026-04-29,12:20:17.203] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,12: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-29,12:35:17.692] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,12:35:24.552] [DEBUG] 6 processes running of frp type [2026-04-29,12:50:17.039] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,12:50:23.669] [DEBUG] 6 processes running of frp type [2026-04-29,13:05:18.186] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,13:05:24.696] [DEBUG] 6 processes running of frp type [2026-04-29,13:20:16.980] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,13:20:23.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-29,13:35:17.339] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,13:35:23.918] [DEBUG] 6 processes running of frp type [2026-04-29,13:50:18.744] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,13:50:25.286] [DEBUG] 6 processes running of frp type 2026-04-29 14:03:34.883 [I] [client/service.go:294] [93320ef9df5460ba] try to connect to server... 2026-04-29 14:03:44.885 [W] [client/service.go:297] [93320ef9df5460ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 14:03:44.886 [I] [client/service.go:294] [93320ef9df5460ba] try to connect to server... 2026-04-29 14:03:54.888 [W] [client/service.go:297] [93320ef9df5460ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 14:03:54.889 [I] [client/service.go:294] [93320ef9df5460ba] try to connect to server... 2026-04-29 14:04:04.890 [W] [client/service.go:297] [93320ef9df5460ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 14:04:04.891 [I] [client/service.go:294] [93320ef9df5460ba] try to connect to server... 2026-04-29 14:04:14.893 [W] [client/service.go:297] [93320ef9df5460ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 14:04:14.894 [I] [client/service.go:294] [93320ef9df5460ba] try to connect to server... 2026-04-29 14:04:24.896 [W] [client/service.go:297] [93320ef9df5460ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 14:04:44.898 [I] [client/service.go:294] [93320ef9df5460ba] try to connect to server... 2026-04-29 14:04:45.948 [I] [client/service.go:286] [93320ef9df5460ba] login to server success, get run id [93320ef9df5460ba] 2026-04-29 14:04:45.949 [I] [proxy/proxy_manager.go:173] [93320ef9df5460ba] proxy added: [DTN57CC4444] 2026-04-29 14:04:46.178 [I] [client/control.go:168] [93320ef9df5460ba] [DTN57CC4444] start proxy success [2026-04-29,14:05:17.831] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,14:05:24.452] [DEBUG] 6 processes running of frp type [2026-04-29,14:20:17.781] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,14: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' [2026-04-29,14:35:18.174] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,14:35:24.769] [DEBUG] 6 processes running of frp type [2026-04-29,14:50:17.574] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,14:50:24.118] [DEBUG] 6 processes running of frp type [2026-04-29,15:05:17.618] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,15:05:24.922] [DEBUG] 6 processes running of frp type [2026-04-29,15:20:17.243] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,15:20:23.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' [2026-04-29,15:35:17.678] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,15:35:24.282] [DEBUG] 6 processes running of frp type [2026-04-29,15:50:20.431] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,15:50:26.985] [DEBUG] 6 processes running of frp type [2026-04-29,16:05:17.409] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,16:05:52.449] [DEBUG] 6 processes running of frp type [2026-04-29,16:20:17.776] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,16: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' [2026-04-29,16:35:17.024] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,16:35:23.600] [DEBUG] 6 processes running of frp type [2026-04-29,16:50:17.337] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,16:50:25.847] [DEBUG] 6 processes running of frp type [2026-04-29,17:05:17.115] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,17:05:23.623] [DEBUG] 6 processes running of frp type [2026-04-29,17:20:19.318] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,17:20:30.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-04-29,17:35:17.986] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,17:35:24.716] [DEBUG] 6 processes running of frp type [2026-04-29,17:50:17.418] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,17:50:23.985] [DEBUG] 6 processes running of frp type [2026-04-29,18:05:17.435] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,18:05:24.041] [DEBUG] 6 processes running of frp type [2026-04-29,18:20:17.943] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,18:20:24.496] [DEBUG] 6 processes running of frp type [2026-04-29,18:25:40.799] [INFO] Initializing BusSpeedStateManager V2 [2026-04-29,18:25:40.803] [INFO] LocationSqlManager initialising [2026-04-29,18:25:40.803] [INFO] Location DB initialising [2026-04-29,18:25:40.813] [INFO] LocationSqlManager initialisation complete [2026-04-29,18:25:40.813] [DEBUG] UploadManager Init [2026-04-29,18:25:40.814] [DEBUG] UploadManager Init Complete [2026-04-29,18:25:40.816] [INFO] Initializing GPS... [2026-04-29,18:25:40.818] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44.514] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [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:34.435] [DEBUG] Log Upload Complete! [2026-04-29,18:30:44.557] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,18:30:51.135] [DEBUG] Remote Access Enabled [2026-04-29,18:30:57.327] [INFO] Server Address: 138.201.17.179 [2026-04-29,18:30:57.328] [INFO] Server Port: 7000 [2026-04-29,18:30:57.333] [DEBUG] Starting Remote Access! 2026-04-29 18:30:57.463 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-29 18:30:57.463 [I] [client/service.go:294] try to connect to server... 2026-04-29 18:31:00.087 [I] [client/service.go:286] [10691c86624a6a31] login to server success, get run id [10691c86624a6a31] 2026-04-29 18:31:00.089 [I] [proxy/proxy_manager.go:173] [10691c86624a6a31] proxy added: [DTN57CC4444] 2026-04-29 18:31:00.268 [I] [client/control.go:168] [10691c86624a6a31] [DTN57CC4444] start proxy success [2026-04-29,18:35:17.821] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,18:35:24.538] [DEBUG] 6 processes running of frp type [2026-04-29,18:50:17.442] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,18:50:24.822] [DEBUG] 6 processes running of frp type [2026-04-29,19:05:17.570] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,19:05:24.116] [DEBUG] 6 processes running of frp type [2026-04-29,19:20:18.370] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,19: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-04-29,19:35:17.931] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,19:35:24.562] [DEBUG] 6 processes running of frp type [2026-04-29,19:50:17.593] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,19:50:24.258] [DEBUG] 6 processes running of frp type [2026-04-29,20:05:20.834] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,20:05:27.393] [DEBUG] 6 processes running of frp type [2026-04-29,20:20:17.661] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,20:20:26.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-04-29,20:35:17.149] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,20:35:23.752] [DEBUG] 6 processes running of frp type [2026-04-29,20:50:17.250] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,20:50:23.799] [DEBUG] 6 processes running of frp type [2026-04-29,21:05:17.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,21:05:23.639] [DEBUG] 6 processes running of frp type [2026-04-29,21:20:17.835] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,21:20:25.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-04-29,21:35:17.719] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,21:35:24.403] [DEBUG] 6 processes running of frp type [2026-04-29,21:50:17.822] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,21:50:24.529] [DEBUG] 6 processes running of frp type [2026-04-29,22:05:17.870] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,22:05:24.474] [DEBUG] 6 processes running of frp type [2026-04-29,22:20:17.927] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,22:20:28.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-29,22:35:17.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,22:35:24.454] [DEBUG] 6 processes running of frp type [2026-04-29,23:05:17.882] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,23:05:24.811] [DEBUG] 6 processes running of frp type [2026-04-29,23:20:17.307] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,23:20:24.209] [DEBUG] 6 processes running of frp type 2026-04-29 23:24:47.615 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-29 23:25:02.806 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: connection write timeout 2026-04-29 23:25:02.806 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-29 23:25:12.808 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 23:25:12.809 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-29 23:25:22.810 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 23:25:22.811 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-29 23:25:32.812 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 23:25:52.814 [I] [client/service.go:294] [10691c86624a6a31] 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-29 23:26:02.816 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 23:26:22.817 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-29 23:26:34.889 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: connection write timeout 2026-04-29 23:26:54.891 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-29 23:26:55.696 [I] [client/service.go:286] [10691c86624a6a31] login to server success, get run id [10691c86624a6a31] 2026-04-29 23:26:55.698 [I] [proxy/proxy_manager.go:173] [10691c86624a6a31] proxy added: [DTN57CC4444] 2026-04-29 23:26:55.907 [I] [client/control.go:168] [10691c86624a6a31] [DTN57CC4444] start proxy success 2026-04-29 23:33:23.752 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-29 23:33:41.718 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: i/o deadline reached 2026-04-29 23:33:41.719 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-29 23:33:44.833 [I] [client/service.go:286] [10691c86624a6a31] login to server success, get run id [10691c86624a6a31] 2026-04-29 23:33:44.835 [I] [proxy/proxy_manager.go:173] [10691c86624a6a31] proxy added: [DTN57CC4444] 2026-04-29 23:33:49.339 [I] [client/control.go:168] [10691c86624a6a31] [DTN57CC4444] start proxy success [2026-04-29,23:35:17.981] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,23:35:35.016] [DEBUG] 6 processes running of frp type 2026-04-29 23:46:59.716 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-29 23:47:09.719 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-29 23:47:09.720 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-29 23:47:14.380 [I] [client/service.go:286] [10691c86624a6a31] login to server success, get run id [10691c86624a6a31] 2026-04-29 23:47:14.382 [I] [proxy/proxy_manager.go:173] [10691c86624a6a31] proxy added: [DTN57CC4444] 2026-04-29 23:47:15.620 [I] [client/control.go:168] [10691c86624a6a31] [DTN57CC4444] start proxy success [2026-04-29,23:50:17.399] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-29,23:50:24.036] [DEBUG] 6 processes running of frp type [2026-04-30,00:05:17.307] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,00:05:23.967] [DEBUG] 6 processes running of frp type 2026-04-30 00:07:04.054 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 00:07:05.550 [I] [client/service.go:286] [10691c86624a6a31] login to server success, get run id [10691c86624a6a31] 2026-04-30 00:07:05.551 [I] [proxy/proxy_manager.go:173] [10691c86624a6a31] proxy added: [DTN57CC4444] 2026-04-30 00:07:05.751 [I] [client/control.go:168] [10691c86624a6a31] [DTN57CC4444] start proxy success 2026-04-30 00:10:16.242 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 00:10:18.839 [I] [client/service.go:286] [10691c86624a6a31] login to server success, get run id [10691c86624a6a31] 2026-04-30 00:10:18.840 [I] [proxy/proxy_manager.go:173] [10691c86624a6a31] proxy added: [DTN57CC4444] 2026-04-30 00:10:19.109 [I] [client/control.go:168] [10691c86624a6a31] [DTN57CC4444] start proxy success [2026-04-30,00:20:17.226] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,00: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' 2026-04-30 00:30:08.632 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 00:30:18.634 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 00:30:18.635 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 00:30:30.989 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: connection write timeout 2026-04-30 00:30:30.990 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 00:30:42.615 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: connection write timeout 2026-04-30 00:30:42.615 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 00:30:53.158 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: connection write timeout 2026-04-30 00:30:53.159 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 00:31:03.161 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 00:31:23.163 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 00:31:33.165 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 00:31:53.167 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 00:31:53.791 [I] [client/service.go:286] [10691c86624a6a31] login to server success, get run id [10691c86624a6a31] 2026-04-30 00:31:53.792 [I] [proxy/proxy_manager.go:173] [10691c86624a6a31] proxy added: [DTN57CC4444] 2026-04-30 00:31:53.995 [I] [client/control.go:168] [10691c86624a6a31] [DTN57CC4444] start proxy success [2026-04-30,00:35:17.632] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,00:35:24.579] [DEBUG] 6 processes running of frp type 2026-04-30 00:39:06.429 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 00:39:16.432 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 00:39:16.433 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 00:39:26.435 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 00:39:26.435 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 00:39:36.437 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 00:39:36.438 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 00:39:44.927 [I] [client/service.go:286] [10691c86624a6a31] login to server success, get run id [10691c86624a6a31] 2026-04-30 00:39:44.928 [I] [proxy/proxy_manager.go:173] [10691c86624a6a31] proxy added: [DTN57CC4444] 2026-04-30 00:39:45.134 [I] [client/control.go:168] [10691c86624a6a31] [DTN57CC4444] start proxy success [2026-04-30,00:50:17.094] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,00:50:23.690] [DEBUG] 6 processes running of frp type [2026-04-30,01:05:17.046] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,01:05:23.839] [DEBUG] 6 processes running of frp type [2026-04-30,01:20:16.983] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,01: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-30,01:35:17.480] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,01:37:01.175] [DEBUG] 6 processes running of frp type [2026-04-30,01:50:17.567] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,01:50:24.101] [DEBUG] 6 processes running of frp type 2026-04-30 02:01:46.691 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 02:01:56.693 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 02:01:56.694 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 02:02:06.695 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 02:02:06.696 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 02:02:08.452 [I] [client/service.go:286] [10691c86624a6a31] login to server success, get run id [10691c86624a6a31] 2026-04-30 02:02:08.454 [I] [proxy/proxy_manager.go:173] [10691c86624a6a31] proxy added: [DTN57CC4444] 2026-04-30 02:02:08.662 [I] [client/control.go:168] [10691c86624a6a31] [DTN57CC4444] start proxy success [2026-04-30,02:05:19.327] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,02:05:25.893] [DEBUG] 6 processes running of frp type [2026-04-30,02:20:17.259] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,02:20:25.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-04-30 02:33:39.697 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 02:33:49.699 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 02:33:49.700 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 02:33:51.380 [I] [client/service.go:286] [10691c86624a6a31] login to server success, get run id [10691c86624a6a31] 2026-04-30 02:33:51.381 [I] [proxy/proxy_manager.go:173] [10691c86624a6a31] proxy added: [DTN57CC4444] 2026-04-30 02:33:51.564 [I] [client/control.go:168] [10691c86624a6a31] [DTN57CC4444] start proxy success [2026-04-30,02:35:17.665] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,02:35:24.277] [DEBUG] 6 processes running of frp type 2026-04-30 02:38:32.410 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 02:38:33.202 [I] [client/service.go:286] [10691c86624a6a31] login to server success, get run id [10691c86624a6a31] 2026-04-30 02:38:33.203 [I] [proxy/proxy_manager.go:173] [10691c86624a6a31] proxy added: [DTN57CC4444] 2026-04-30 02:38:33.431 [I] [client/control.go:168] [10691c86624a6a31] [DTN57CC4444] start proxy success [2026-04-30,02:50:17.912] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,02:50:27.975] [DEBUG] 6 processes running of frp type [2026-04-30,03:05:17.255] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,03:05:24.059] [DEBUG] 6 processes running of frp type [2026-04-30,03:20:17.380] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,03: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-30,03:35:17.682] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,03:35:24.306] [DEBUG] 6 processes running of frp type [2026-04-30,03:50:18.617] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,03:50:25.174] [DEBUG] 6 processes running of frp type 2026-04-30 04:01:19.478 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 04:01:23.524 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 04:01:23.525 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 04:01:26.564 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 04:01:26.565 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 04:01:29.605 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 04:01:38.776 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 04:01:38.780 [W] [client/service.go:297] [10691c86624a6a31] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 04:01:57.223 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 04:01:57.909 [I] [client/service.go:286] [10691c86624a6a31] login to server success, get run id [10691c86624a6a31] 2026-04-30 04:01:57.910 [I] [proxy/proxy_manager.go:173] [10691c86624a6a31] proxy added: [DTN57CC4444] 2026-04-30 04:01:58.155 [I] [client/control.go:168] [10691c86624a6a31] [DTN57CC4444] start proxy success [2026-04-30,04:05:17.440] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,04:05:24.014] [DEBUG] 6 processes running of frp type [2026-04-30,04:20:17.319] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,04: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-30,04:35:17.365] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,04:35:24.973] [DEBUG] 6 processes running of frp type 2026-04-30 04:46:00.518 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 04:46:07.015 [I] [client/service.go:286] [10691c86624a6a31] login to server success, get run id [10691c86624a6a31] 2026-04-30 04:46:07.017 [I] [proxy/proxy_manager.go:173] [10691c86624a6a31] proxy added: [DTN57CC4444] 2026-04-30 04:46:11.708 [I] [client/control.go:168] [10691c86624a6a31] [DTN57CC4444] start proxy success [2026-04-30,04:50:17.628] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,04:50:24.241] [DEBUG] 6 processes running of frp type [2026-04-30,05:05:17.765] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,05:05:24.373] [DEBUG] 6 processes running of frp type [2026-04-30,05:20:17.575] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,05: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-04-30,05:35:18.133] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,05:35:24.671] [DEBUG] 6 processes running of frp type 2026-04-30 05:44:24.007 [I] [client/service.go:294] [10691c86624a6a31] try to connect to server... 2026-04-30 05:44:24.743 [I] [client/service.go:286] [10691c86624a6a31] login to server success, get run id [10691c86624a6a31] 2026-04-30 05:44:24.745 [I] [proxy/proxy_manager.go:173] [10691c86624a6a31] proxy added: [DTN57CC4444] 2026-04-30 05:44:24.992 [I] [client/control.go:168] [10691c86624a6a31] [DTN57CC4444] start proxy success [2026-04-30,05:50:17.260] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,05:50:23.809] [DEBUG] 6 processes running of frp type [2026-04-30,06:05:17.029] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,06:05:23.569] [DEBUG] 6 processes running of frp type [2026-04-30,06:20:18.139] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,06:20:24.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-04-30,06:30:41.181] [INFO] Initializing BusSpeedStateManager V2 [2026-04-30,06:30:41.185] [INFO] LocationSqlManager initialising [2026-04-30,06:30:41.186] [INFO] Location DB initialising [2026-04-30,06:30:41.196] [INFO] LocationSqlManager initialisation complete [2026-04-30,06:30:41.197] [DEBUG] UploadManager Init [2026-04-30,06:30:41.197] [DEBUG] UploadManager Init Complete [2026-04-30,06:30:41.201] [INFO] Initializing GPS... [2026-04-30,06:30:41.203] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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.634] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,06:32:51.164] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02.113] [DEBUG] Log Upload Complete! [2026-04-30,06:35:44.810] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,06:35:51.344] [DEBUG] Remote Access Enabled [2026-04-30,06:35:57.560] [INFO] Server Address: 138.201.17.179 [2026-04-30,06:35:57.561] [INFO] Server Port: 7000 [2026-04-30,06:35:57.566] [DEBUG] Starting Remote Access! 2026-04-30 06:35:57.699 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-30 06:35:57.700 [I] [client/service.go:294] try to connect to server... 2026-04-30 06:35:58.343 [I] [client/service.go:286] [c277081f92dcacdb] login to server success, get run id [c277081f92dcacdb] 2026-04-30 06:35:58.344 [I] [proxy/proxy_manager.go:173] [c277081f92dcacdb] proxy added: [DTN57CC4444] 2026-04-30 06:35:58.558 [I] [client/control.go:168] [c277081f92dcacdb] [DTN57CC4444] start proxy success [2026-04-30,06:50:17.420] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,06:50:23.954] [DEBUG] 6 processes running of frp type [2026-04-30,07:05:21.151] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,07:05:30.687] [DEBUG] 6 processes running of frp type [2026-04-30,07:20:17.318] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,07: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,07:35:18.547] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,07:35:25.549] [DEBUG] 6 processes running of frp type [2026-04-30,07:50:18.371] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,07:50:24.980] [DEBUG] 6 processes running of frp type 2026-04-30 08:02:05.518 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 08:02:15.520 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 08:02:15.521 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 08:02:25.522 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 08:02:25.523 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 08:02:35.525 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 08:02:35.525 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 08:02:45.527 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 08:02:45.527 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 08:02:55.529 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 08:03:15.530 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 08:03:25.532 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 08:03:45.534 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 08:03:45.539 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 08:04:05.540 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 08:04:05.544 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 08:04:25.545 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 08:04:25.559 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 08:04:45.560 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 08:04:45.564 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 08:05:05.565 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 08:05:05.569 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host [2026-04-30,08:05:17.648] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,08:05:24.162] [DEBUG] 6 processes running of frp type 2026-04-30 08:05:25.571 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 08:05:26.230 [I] [client/service.go:286] [c277081f92dcacdb] login to server success, get run id [c277081f92dcacdb] 2026-04-30 08:05:26.231 [I] [proxy/proxy_manager.go:173] [c277081f92dcacdb] proxy added: [DTN57CC4444] 2026-04-30 08:05:26.726 [I] [client/control.go:168] [c277081f92dcacdb] [DTN57CC4444] start proxy success [2026-04-30,08:20:17.687] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,08: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-04-30,08:35:17.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,08:35:23.734] [DEBUG] 6 processes running of frp type [2026-04-30,08:50:17.370] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,08:50:23.997] [DEBUG] 6 processes running of frp type [2026-04-30,09:05:17.281] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,09:05:23.749] [DEBUG] 6 processes running of frp type [2026-04-30,09:20:17.342] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,09: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-04-30 09:27:53.178 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 09:28:00.141 [I] [client/service.go:286] [c277081f92dcacdb] login to server success, get run id [c277081f92dcacdb] 2026-04-30 09:28:00.143 [I] [proxy/proxy_manager.go:173] [c277081f92dcacdb] proxy added: [DTN57CC4444] 2026-04-30 09:28:00.558 [I] [client/control.go:168] [c277081f92dcacdb] [DTN57CC4444] start proxy success [2026-04-30,09:35:17.600] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,09:35:24.310] [DEBUG] 6 processes running of frp type [2026-04-30,09:50:17.971] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,09:50:24.615] [DEBUG] 6 processes running of frp type [2026-04-30,10:05:17.993] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,10:05:24.655] [DEBUG] 6 processes running of frp type [2026-04-30,10:20:17.935] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,10:21: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' [2026-04-30,10:35:17.753] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,10:35:24.460] [DEBUG] 6 processes running of frp type [2026-04-30,10:50:18.062] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,10:50:24.657] [DEBUG] 6 processes running of frp type [2026-04-30,11:05:18.192] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,11:05:24.793] [DEBUG] 6 processes running of frp type [2026-04-30,11:20:16.955] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,11: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-30,11:35:17.345] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,11:35:24.009] [DEBUG] 6 processes running of frp type [2026-04-30,11:50:17.688] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,11:50:24.242] [DEBUG] 6 processes running of frp type [2026-04-30,12:05:17.670] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,12:05:24.308] [DEBUG] 6 processes running of frp type [2026-04-30,12:20:17.618] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,12: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-04-30,12:35:17.962] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,12:35:24.492] [DEBUG] 6 processes running of frp type [2026-04-30,12:50:18.234] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,12:50:24.784] [DEBUG] 6 processes running of frp type [2026-04-30,13:05:17.061] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,13:05:23.602] [DEBUG] 6 processes running of frp type [2026-04-30,13:20:17.861] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,13: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-30,13:35:18.130] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,13:35:24.761] [DEBUG] 6 processes running of frp type 2026-04-30 13:36:41.119 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 13:36:51.122 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 13:36:51.122 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 13:37:01.124 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 13:37:01.124 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 13:37:01.936 [I] [client/service.go:286] [c277081f92dcacdb] login to server success, get run id [c277081f92dcacdb] 2026-04-30 13:37:01.937 [I] [proxy/proxy_manager.go:173] [c277081f92dcacdb] proxy added: [DTN57CC4444] 2026-04-30 13:37:02.165 [I] [client/control.go:168] [c277081f92dcacdb] [DTN57CC4444] start proxy success [2026-04-30,13:50:17.408] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,13:50:23.991] [DEBUG] 6 processes running of frp type [2026-04-30,14:05:17.482] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,14:05:24.047] [DEBUG] 6 processes running of frp type [2026-04-30,14:20:17.308] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,14: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-30,14:35:17.784] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,14:35:24.408] [DEBUG] 6 processes running of frp type [2026-04-30,14:50:17.142] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,14:50:23.798] [DEBUG] 6 processes running of frp type [2026-04-30,15:05:17.268] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,15:05:23.840] [DEBUG] 6 processes running of frp type [2026-04-30,15:20:17.161] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,15:20:23.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-04-30,15:35:17.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,15:35:24.421] [DEBUG] 6 processes running of frp type [2026-04-30,15:50:17.476] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,15:50:24.097] [DEBUG] 6 processes running of frp type 2026-04-30 16:05:16.717 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 16:05:16.721 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 16:05:18.784 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 16:05:18.787 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 16:05:23.045 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 16:05:23.049 [W] [client/service.go:297] [c277081f92dcacdb] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-30 16:05:32.115 [I] [client/service.go:294] [c277081f92dcacdb] try to connect to server... 2026-04-30 16:05:32.739 [I] [client/service.go:286] [c277081f92dcacdb] login to server success, get run id [c277081f92dcacdb] 2026-04-30 16:05:32.740 [I] [proxy/proxy_manager.go:173] [c277081f92dcacdb] proxy added: [DTN57CC4444] 2026-04-30 16:05:32.944 [I] [client/control.go:168] [c277081f92dcacdb] [DTN57CC4444] start proxy success [2026-04-30,16:20:17.252] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,16: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-04-30,16:35:17.790] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,16:35:24.308] [DEBUG] 6 processes running of frp type [2026-04-30,16:50:17.203] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,16:50:23.699] [DEBUG] 6 processes running of frp type [2026-04-30,17:05:18.231] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,17:05:24.753] [DEBUG] 6 processes running of frp type [2026-04-30,17:20:17.095] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,17: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-30,17:35:17.481] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,17:35:24.061] [DEBUG] 6 processes running of frp type [2026-04-30,17:50:17.651] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,17:50:24.201] [DEBUG] 6 processes running of frp type [2026-04-30,18:05:17.570] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,18:05:24.148] [DEBUG] 6 processes running of frp type [2026-04-30,18:20:17.385] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,18:20:23.920] [DEBUG] 6 processes running of frp type [2026-04-30,18:25:41.262] [INFO] Initializing BusSpeedStateManager V2 [2026-04-30,18:25:41.272] [INFO] LocationSqlManager initialising [2026-04-30,18:25:41.273] [INFO] Location DB initialising [2026-04-30,18:25:41.287] [INFO] LocationSqlManager initialisation complete [2026-04-30,18:25:41.289] [DEBUG] UploadManager Init [2026-04-30,18:25:41.289] [DEBUG] UploadManager Init Complete [2026-04-30,18:25:41.294] [INFO] Initializing GPS... [2026-04-30,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' [2026-04-30,18:27:44.677] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,18:27:51.141] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:10.928] [DEBUG] Log Upload Complete! [2026-04-30,18:30:49.755] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,18:30:56.190] [DEBUG] Remote Access Enabled [2026-04-30,18:31:02.296] [INFO] Server Address: 138.201.17.179 [2026-04-30,18:31:02.297] [INFO] Server Port: 7000 [2026-04-30,18:31:02.306] [DEBUG] Starting Remote Access! 2026-04-30 18:31:02.480 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-30 18:31:02.481 [I] [client/service.go:294] try to connect to server... 2026-04-30 18:31:03.073 [I] [client/service.go:286] [b676671eb0b57b4e] login to server success, get run id [b676671eb0b57b4e] 2026-04-30 18:31:03.074 [I] [proxy/proxy_manager.go:173] [b676671eb0b57b4e] proxy added: [DTN57CC4444] 2026-04-30 18:31:03.276 [I] [client/control.go:168] [b676671eb0b57b4e] [DTN57CC4444] start proxy success [2026-04-30,18:35:17.282] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,18:35:23.795] [DEBUG] 6 processes running of frp type [2026-04-30,18:50:17.259] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,18:50:23.782] [DEBUG] 6 processes running of frp type [2026-04-30,19:05:17.216] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,19:05:23.820] [DEBUG] 6 processes running of frp type [2026-04-30,19:20:17.375] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,19: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-04-30,19:35:18.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,19:35:24.568] [DEBUG] 6 processes running of frp type [2026-04-30,19:50:17.241] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,19:50:23.884] [DEBUG] 6 processes running of frp type [2026-04-30,20:05:17.212] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,20:05:23.919] [DEBUG] 6 processes running of frp type [2026-04-30,20:20:17.346] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,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-30,20:35:17.822] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,20:35:24.405] [DEBUG] 6 processes running of frp type [2026-04-30,20:50:17.406] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,20:50:23.963] [DEBUG] 6 processes running of frp type [2026-04-30,21:05:17.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,21:05:23.872] [DEBUG] 6 processes running of frp type [2026-04-30,21:20:17.334] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,21: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-30,21:35:18.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,21:35:24.811] [DEBUG] 6 processes running of frp type [2026-04-30,21:50:17.448] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,21:50:26.823] [DEBUG] 6 processes running of frp type 2026-04-30 22:04:18.227 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-04-30 22:04:28.759 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: connection write timeout 2026-04-30 22:04:28.760 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-04-30 22:04:44.159 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: i/o deadline reached 2026-04-30 22:04:44.160 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-04-30 22:04:44.839 [I] [client/service.go:286] [b676671eb0b57b4e] login to server success, get run id [b676671eb0b57b4e] 2026-04-30 22:04:44.840 [I] [proxy/proxy_manager.go:173] [b676671eb0b57b4e] proxy added: [DTN57CC4444] 2026-04-30 22:04:45.064 [I] [client/control.go:168] [b676671eb0b57b4e] [DTN57CC4444] start proxy success [2026-04-30,22:05:17.106] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,22:05:28.070] [DEBUG] 6 processes running of frp type 2026-04-30 22:18:04.727 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-04-30 22:18:12.832 [I] [client/service.go:286] [b676671eb0b57b4e] login to server success, get run id [b676671eb0b57b4e] 2026-04-30 22:18:12.834 [I] [proxy/proxy_manager.go:173] [b676671eb0b57b4e] proxy added: [DTN57CC4444] 2026-04-30 22:18:13.034 [I] [client/control.go:168] [b676671eb0b57b4e] [DTN57CC4444] start proxy success [2026-04-30,22:20:17.299] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,22: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-04-30 22:27:25.872 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-04-30 22:27:26.527 [I] [client/service.go:286] [b676671eb0b57b4e] login to server success, get run id [b676671eb0b57b4e] 2026-04-30 22:27:26.528 [I] [proxy/proxy_manager.go:173] [b676671eb0b57b4e] proxy added: [DTN57CC4444] 2026-04-30 22:27:26.712 [I] [client/control.go:168] [b676671eb0b57b4e] [DTN57CC4444] start proxy success [2026-04-30,22:35:17.650] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,22:35:24.148] [DEBUG] 6 processes running of frp type [2026-04-30,22:50:18.785] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,22:50:25.542] [DEBUG] 6 processes running of frp type [2026-04-30,23:05:17.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,23:05:24.530] [DEBUG] 6 processes running of frp type 2026-04-30 23:16:13.754 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-04-30 23:16:33.033 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: i/o deadline reached 2026-04-30 23:16:33.033 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-04-30 23:16:43.035 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-30 23:16:43.035 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-04-30 23:16:57.219 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: connection write timeout 2026-04-30 23:16:57.219 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-04-30 23:17:08.662 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: connection write timeout 2026-04-30 23:17:08.663 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-04-30 23:17:24.900 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: connection write timeout 2026-04-30 23:17:44.901 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-04-30 23:17:55.804 [I] [client/service.go:286] [b676671eb0b57b4e] login to server success, get run id [b676671eb0b57b4e] 2026-04-30 23:17:55.805 [I] [proxy/proxy_manager.go:173] [b676671eb0b57b4e] proxy added: [DTN57CC4444] 2026-04-30 23:17:56.063 [I] [client/control.go:168] [b676671eb0b57b4e] [DTN57CC4444] start proxy success [2026-04-30,23:20:17.960] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,23: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-04-30,23:35:17.755] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,23:35:24.342] [DEBUG] 6 processes running of frp type [2026-04-30,23:50:17.172] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-04-30,23:50:23.806] [DEBUG] 6 processes running of frp type [2026-05-01,00:05:17.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,00:05:23.626] [DEBUG] 6 processes running of frp type [2026-05-01,00:20:17.859] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,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-05-01,00:35:17.428] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,00:35:23.995] [DEBUG] 6 processes running of frp type [2026-05-01,00:50:18.249] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,00:50:24.813] [DEBUG] 6 processes running of frp type [2026-05-01,01:05:17.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,01:05:23.822] [DEBUG] 6 processes running of frp type [2026-05-01,01:20:17.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,01: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-05-01,01:35:17.369] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,01:35:24.222] [DEBUG] 6 processes running of frp type [2026-05-01,01:50:17.891] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,01:50:25.013] [DEBUG] 6 processes running of frp type [2026-05-01,02:05:17.354] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,02:05:23.902] [DEBUG] 6 processes running of frp type 2026-05-01 02:18:44.810 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-05-01 02:18:48.901 [I] [client/service.go:286] [b676671eb0b57b4e] login to server success, get run id [b676671eb0b57b4e] 2026-05-01 02:18:48.903 [I] [proxy/proxy_manager.go:173] [b676671eb0b57b4e] proxy added: [DTN57CC4444] 2026-05-01 02:18:49.120 [I] [client/control.go:168] [b676671eb0b57b4e] [DTN57CC4444] start proxy success [2026-05-01,02:20:17.320] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,02: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-05-01,02:35:17.371] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,02:35:24.699] [DEBUG] 6 processes running of frp type [2026-05-01,02:50:17.740] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,02:50:24.388] [DEBUG] 6 processes running of frp type [2026-05-01,03:05:17.830] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,03:05:24.419] [DEBUG] 6 processes running of frp type [2026-05-01,03:20:17.716] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,03:20:24.207] [DEBUG] 6 processes running of frp type 2026-05-01 03:22:57.935 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-05-01 03:23:07.938 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 03:23:07.939 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-05-01 03:23:19.132 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: connection write timeout 2026-05-01 03:23:19.132 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-05-01 03:23:34.948 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: connection write timeout 2026-05-01 03:23:34.949 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-05-01 03:23:54.483 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: connection write timeout 2026-05-01 03:23:54.483 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-05-01 03:24:13.346 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: i/o deadline reached 2026-05-01 03:24:33.348 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-05-01 03:24:51.477 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: connection write timeout 2026-05-01 03:25:11.478 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-05-01 03:25:21.479 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 03:25:41.481 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-05-01 03:25:51.435 [I] [client/service.go:286] [b676671eb0b57b4e] login to server success, get run id [b676671eb0b57b4e] 2026-05-01 03:25:51.436 [I] [proxy/proxy_manager.go:173] [b676671eb0b57b4e] proxy added: [DTN57CC4444] 2026-05-01 03:25:51.954 [I] [client/control.go:168] [b676671eb0b57b4e] [DTN57CC4444] 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,03:35:17.788] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,03:35:24.390] [DEBUG] 6 processes running of frp type [2026-05-01,03:50:20.556] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-05-01 03:50:23.709 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-05-01 03:50:24.369 [I] [client/service.go:286] [b676671eb0b57b4e] login to server success, get run id [b676671eb0b57b4e] 2026-05-01 03:50:24.371 [I] [proxy/proxy_manager.go:173] [b676671eb0b57b4e] proxy added: [DTN57CC4444] 2026-05-01 03:50:24.591 [I] [client/control.go:168] [b676671eb0b57b4e] [DTN57CC4444] start proxy success [2026-05-01,03:50:27.029] [DEBUG] 6 processes running of frp type 2026-05-01 04:01:09.881 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-05-01 04:01:09.884 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:01:11.985 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-05-01 04:01:11.990 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 04:01:16.513 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-05-01 04:01:17.171 [I] [client/service.go:286] [b676671eb0b57b4e] login to server success, get run id [b676671eb0b57b4e] 2026-05-01 04:01:17.173 [I] [proxy/proxy_manager.go:173] [b676671eb0b57b4e] proxy added: [DTN57CC4444] 2026-05-01 04:01:17.408 [I] [client/control.go:168] [b676671eb0b57b4e] [DTN57CC4444] start proxy success [2026-05-01,04:05:17.718] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,04:05:24.243] [DEBUG] 6 processes running of frp type [2026-05-01,04:20:17.603] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,04: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' [2026-05-01,04:35:17.528] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,04:35:24.022] [DEBUG] 6 processes running of frp type [2026-05-01,04:50:17.694] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,04:50:24.258] [DEBUG] 6 processes running of frp type [2026-05-01,05:05:17.606] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,05:05:24.133] [DEBUG] 6 processes running of frp type 2026-05-01 05:20:02.191 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-05-01 05:20:12.192 [W] [client/service.go:297] [b676671eb0b57b4e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 05:20:12.193 [I] [client/service.go:294] [b676671eb0b57b4e] try to connect to server... 2026-05-01 05:20:16.859 [I] [client/service.go:286] [b676671eb0b57b4e] login to server success, get run id [b676671eb0b57b4e] 2026-05-01 05:20:16.860 [I] [proxy/proxy_manager.go:173] [b676671eb0b57b4e] proxy added: [DTN57CC4444] 2026-05-01 05:20:17.273 [I] [client/control.go:168] [b676671eb0b57b4e] [DTN57CC4444] start proxy success [2026-05-01,05:20:17.444] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,05: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-05-01,05:35:18.228] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,05:35:24.857] [DEBUG] 6 processes running of frp type [2026-05-01,05:50:17.424] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,05:50:24.054] [DEBUG] 6 processes running of frp type [2026-05-01,06:05:22.385] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,06:05:28.960] [DEBUG] 6 processes running of frp type [2026-05-01,06:20:17.195] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,06: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-05-01,06:30:41.778] [INFO] Initializing BusSpeedStateManager V2 [2026-05-01,06:30:41.782] [INFO] LocationSqlManager initialising [2026-05-01,06:30:41.783] [INFO] Location DB initialising [2026-05-01,06:30:41.792] [INFO] LocationSqlManager initialisation complete [2026-05-01,06:30:41.793] [DEBUG] UploadManager Init [2026-05-01,06:30:41.793] [DEBUG] UploadManager Init Complete [2026-05-01,06:30:41.796] [INFO] Initializing GPS... [2026-05-01,06:30: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-01,06:32:45.140] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,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( [2026-05-01,06:33:08.418] [DEBUG] Log Upload Complete! [2026-05-01,06:35:46.447] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,06:35:53.037] [DEBUG] Remote Access Enabled [2026-05-01,06:35:59.255] [INFO] Server Address: 138.201.17.179 [2026-05-01,06:35:59.256] [INFO] Server Port: 7000 [2026-05-01,06:35:59.261] [DEBUG] Starting Remote Access! 2026-05-01 06:35:59.393 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-01 06:35:59.393 [I] [client/service.go:294] try to connect to server... 2026-05-01 06:36:00.062 [I] [client/service.go:286] [572bfdbf379037f0] login to server success, get run id [572bfdbf379037f0] 2026-05-01 06:36:00.063 [I] [proxy/proxy_manager.go:173] [572bfdbf379037f0] proxy added: [DTN57CC4444] 2026-05-01 06:36:00.295 [I] [client/control.go:168] [572bfdbf379037f0] [DTN57CC4444] start proxy success [2026-05-01,06:50:23.003] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,06:50:30.623] [DEBUG] 6 processes running of frp type [2026-05-01,07:05:17.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,07:05:23.800] [DEBUG] 6 processes running of frp type [2026-05-01,07:20:17.169] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,07: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-05-01,07:35:21.373] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,07:37:27.740] [DEBUG] Remote Access Disabled [2026-05-01,07:50:18.215] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,07:50:24.936] [DEBUG] 6 processes running of frp type 2026-05-01 07:57:31.654 [I] [client/service.go:294] [572bfdbf379037f0] try to connect to server... 2026-05-01 07:57:41.657 [W] [client/service.go:297] [572bfdbf379037f0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 07:57:41.657 [I] [client/service.go:294] [572bfdbf379037f0] try to connect to server... 2026-05-01 07:57:41.661 [W] [client/service.go:297] [572bfdbf379037f0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 07:57:45.900 [I] [client/service.go:294] [572bfdbf379037f0] try to connect to server... 2026-05-01 07:57:45.905 [W] [client/service.go:297] [572bfdbf379037f0] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-01 07:57:54.508 [I] [client/service.go:294] [572bfdbf379037f0] try to connect to server... 2026-05-01 07:57:55.096 [I] [client/service.go:286] [572bfdbf379037f0] login to server success, get run id [572bfdbf379037f0] 2026-05-01 07:57:55.097 [I] [proxy/proxy_manager.go:173] [572bfdbf379037f0] proxy added: [DTN57CC4444] 2026-05-01 07:57:55.274 [I] [client/control.go:168] [572bfdbf379037f0] [DTN57CC4444] start proxy success [2026-05-01,08:02:17.308] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,08:02:24.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-05-01,08:02:54.263] [DEBUG] Log Upload Complete! [2026-05-01,08:05:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,08:05:24.113] [DEBUG] 6 processes running of frp type [2026-05-01,08:20:17.529] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,08: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-05-01,08:35:17.579] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,08:35:24.502] [DEBUG] 6 processes running of frp type [2026-05-01,08:50:17.376] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,08:50:23.976] [DEBUG] 6 processes running of frp type [2026-05-01,09:05:17.303] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,09:05:23.799] [DEBUG] 6 processes running of frp type [2026-05-01,09:20:17.429] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,09: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-05-01,09:35:17.896] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,09:35:24.491] [DEBUG] 6 processes running of frp type [2026-05-01,09:50:18.178] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,09:50:24.798] [DEBUG] 6 processes running of frp type [2026-05-01,10:05:17.272] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,10:05:23.894] [DEBUG] 6 processes running of frp type [2026-05-01,10:20:17.265] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,10:20:23.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-05-01,10:35:17.595] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,10:35:24.168] [DEBUG] 6 processes running of frp type [2026-05-01,10:50:17.900] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,10:50:24.552] [DEBUG] 6 processes running of frp type [2026-05-01,11:05:18.072] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,11:05:24.664] [DEBUG] 6 processes running of frp type [2026-05-01,11:20:17.993] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,11: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-05-01,11:35:17.566] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,11:35:24.175] [DEBUG] 6 processes running of frp type [2026-05-01,11:50:17.975] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,11:50:24.589] [DEBUG] 6 processes running of frp type [2026-05-01,12:05:18.016] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,12:05:24.684] [DEBUG] 6 processes running of frp type [2026-05-01,12:20:18.155] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,12: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-05-01,12:35:17.318] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,12:35:23.903] [DEBUG] 6 processes running of frp type [2026-05-01,12:50:17.651] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,12:50:24.253] [DEBUG] 6 processes running of frp type [2026-05-01,13:05:17.718] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,13:05:24.276] [DEBUG] 6 processes running of frp type [2026-05-01,13:20:17.603] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,13:20:26.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' [2026-05-01,13:35:17.968] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,13:35:24.533] [DEBUG] 6 processes running of frp type [2026-05-01,13:50:17.357] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,13:50:23.958] [DEBUG] 6 processes running of frp type [2026-05-01,14:05:19.038] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,14:05:25.682] [DEBUG] 6 processes running of frp type [2026-05-01,14:20:17.980] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,14: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' [2026-05-01,14:35:17.501] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,14:35:24.067] [DEBUG] 6 processes running of frp type [2026-05-01,14:50:19.379] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,14:50:26.035] [DEBUG] 6 processes running of frp type [2026-05-01,15:05:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,15:05:24.004] [DEBUG] 6 processes running of frp type [2026-05-01,15:20:17.342] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,15: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-01,15:35:18.334] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,15:35:24.953] [DEBUG] 6 processes running of frp type [2026-05-01,15:50:17.728] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,15:50:25.184] [DEBUG] 6 processes running of frp type [2026-05-01,16:05:17.664] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,16:05:24.223] [DEBUG] 6 processes running of frp type [2026-05-01,16:20:17.498] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,16: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-01,16:35:19.841] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,16:35:26.479] [DEBUG] 6 processes running of frp type [2026-05-01,16:50:17.140] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,16:50:23.705] [DEBUG] 6 processes running of frp type [2026-05-01,17:05:18.227] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,17:05:24.768] [DEBUG] 6 processes running of frp type [2026-05-01,17:20:17.182] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,17: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-01,17:35:17.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,17:35:24.275] [DEBUG] 6 processes running of frp type [2026-05-01,17:50:18.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,17:50:24.625] [DEBUG] 6 processes running of frp type [2026-05-01,18:05:18.171] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,18:05:24.699] [DEBUG] 6 processes running of frp type [2026-05-01,18:20:18.157] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,18:20:27.487] [DEBUG] 6 processes running of frp type [2026-05-01,18:25:42.229] [INFO] Initializing BusSpeedStateManager V2 [2026-05-01,18:25:42.235] [INFO] LocationSqlManager initialising [2026-05-01,18:25:42.236] [INFO] Location DB initialising [2026-05-01,18:25:42.247] [INFO] LocationSqlManager initialisation complete [2026-05-01,18:25:42.249] [DEBUG] UploadManager Init [2026-05-01,18:25:42.249] [DEBUG] UploadManager Init Complete [2026-05-01,18:25:42.253] [INFO] Initializing GPS... [2026-05-01,18:25:42.256] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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.998] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,18:27:52.920] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:47.362] [DEBUG] Log Upload Complete! [2026-05-01,18:30:45.241] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,18:30:53.814] [DEBUG] Remote Access Enabled [2026-05-01,18:31:00.017] [INFO] Server Address: 138.201.17.179 [2026-05-01,18:31:00.019] [INFO] Server Port: 7000 [2026-05-01,18:31:00.025] [DEBUG] Starting Remote Access! 2026-05-01 18:31:00.156 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-01 18:31:00.157 [I] [client/service.go:294] try to connect to server... 2026-05-01 18:31:00.815 [I] [client/service.go:286] [4837a43cd7a0f203] login to server success, get run id [4837a43cd7a0f203] 2026-05-01 18:31:00.815 [I] [proxy/proxy_manager.go:173] [4837a43cd7a0f203] proxy added: [DTN57CC4444] 2026-05-01 18:31:01.044 [I] [client/control.go:168] [4837a43cd7a0f203] [DTN57CC4444] start proxy success [2026-05-01,18:35:18.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,18:35:24.653] [DEBUG] 6 processes running of frp type [2026-05-01,18:50:17.575] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,18:50:24.132] [DEBUG] 6 processes running of frp type [2026-05-01,19:05:20.973] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,19:05:27.578] [DEBUG] 6 processes running of frp type [2026-05-01,19:20:17.926] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,19: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-05-01,19:35:17.415] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,19:35:23.927] [DEBUG] 6 processes running of frp type [2026-05-01,19:50:22.979] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,19:50:31.207] [DEBUG] 6 processes running of frp type [2026-05-01,20:05:17.794] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,20:05:26.580] [DEBUG] 6 processes running of frp type [2026-05-01,20:20:18.110] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,20:20:25.763] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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.331] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,20:35:24.035] [DEBUG] 6 processes running of frp type [2026-05-01,20:50:17.485] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,20:50:24.066] [DEBUG] 6 processes running of frp type [2026-05-01,21:05:17.349] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,21:05:23.925] [DEBUG] 6 processes running of frp type [2026-05-01,21:20:17.871] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,21:20:25.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' [2026-05-01,21:35:17.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,21:35:23.609] [DEBUG] 6 processes running of frp type [2026-05-01,21:50:17.314] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,21:50:23.968] [DEBUG] 6 processes running of frp type 2026-05-01 21:59:27.281 [I] [client/service.go:294] [4837a43cd7a0f203] try to connect to server... 2026-05-01 21:59:37.283 [W] [client/service.go:297] [4837a43cd7a0f203] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-01 21:59:37.283 [I] [client/service.go:294] [4837a43cd7a0f203] try to connect to server... 2026-05-01 21:59:41.805 [I] [client/service.go:286] [4837a43cd7a0f203] login to server success, get run id [4837a43cd7a0f203] 2026-05-01 21:59:41.807 [I] [proxy/proxy_manager.go:173] [4837a43cd7a0f203] proxy added: [DTN57CC4444] 2026-05-01 21:59:42.023 [I] [client/control.go:168] [4837a43cd7a0f203] [DTN57CC4444] start proxy success [2026-05-01,22:05:17.265] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,22:05:24.029] [DEBUG] 6 processes running of frp type [2026-05-01,22:20:07.529] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,22:20:19.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-05-01,22:35:17.046] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,22:35:27.220] [DEBUG] 6 processes running of frp type [2026-05-01,22:50:17.372] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,22:50:23.966] [DEBUG] 6 processes running of frp type [2026-05-01,23:05:17.193] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,23:05:23.832] [DEBUG] 6 processes running of frp type [2026-05-01,23:20:17.019] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,23:20:23.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-05-01 23:31:53.037 [I] [client/service.go:294] [4837a43cd7a0f203] try to connect to server... 2026-05-01 23:32:03.188 [I] [client/service.go:286] [4837a43cd7a0f203] login to server success, get run id [4837a43cd7a0f203] 2026-05-01 23:32:03.190 [I] [proxy/proxy_manager.go:173] [4837a43cd7a0f203] proxy added: [DTN57CC4444] 2026-05-01 23:32:04.379 [I] [client/control.go:168] [4837a43cd7a0f203] [DTN57CC4444] start proxy success [2026-05-01,23:35:18.062] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,23:35:24.651] [DEBUG] 6 processes running of frp type [2026-05-01,23:50:17.374] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-01,23:50:24.050] [DEBUG] 6 processes running of frp type 2026-05-02 00:00:52.392 [I] [client/service.go:294] [4837a43cd7a0f203] try to connect to server... 2026-05-02 00:01:02.393 [W] [client/service.go:297] [4837a43cd7a0f203] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 00:01:02.394 [I] [client/service.go:294] [4837a43cd7a0f203] try to connect to server... 2026-05-02 00:01:18.902 [W] [client/service.go:297] [4837a43cd7a0f203] connect to server error: connection write timeout 2026-05-02 00:01:18.902 [I] [client/service.go:294] [4837a43cd7a0f203] try to connect to server... 2026-05-02 00:01:28.904 [W] [client/service.go:297] [4837a43cd7a0f203] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 00:01:28.905 [I] [client/service.go:294] [4837a43cd7a0f203] try to connect to server... 2026-05-02 00:01:36.102 [W] [client/service.go:297] [4837a43cd7a0f203] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-02 00:01:56.104 [I] [client/service.go:294] [4837a43cd7a0f203] try to connect to server... 2026-05-02 00:01:56.963 [I] [client/service.go:286] [4837a43cd7a0f203] login to server success, get run id [4837a43cd7a0f203] 2026-05-02 00:01:56.964 [I] [proxy/proxy_manager.go:173] [4837a43cd7a0f203] proxy added: [DTN57CC4444] 2026-05-02 00:01:57.189 [I] [client/control.go:168] [4837a43cd7a0f203] [DTN57CC4444] start proxy success [2026-05-02,00:05:17.412] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,00:05:24.097] [DEBUG] 6 processes running of frp type [2026-05-02,00:20:17.505] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,00: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-05-02,00:35:17.028] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,00:35:23.592] [DEBUG] 6 processes running of frp type [2026-05-02,00:50:17.545] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,00:50:24.092] [DEBUG] 6 processes running of frp type [2026-05-02,01:05:17.587] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,01:05:24.258] [DEBUG] 6 processes running of frp type [2026-05-02,01:20:17.699] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,01:20:27.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-02,01:35:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,01:35:24.005] [DEBUG] 6 processes running of frp type [2026-05-02,01:50:17.583] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,01:50:24.110] [DEBUG] 6 processes running of frp type [2026-05-02,02:05:17.793] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,02:05:24.334] [DEBUG] 6 processes running of frp type [2026-05-02,02:20:17.577] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,02: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-05-02,02:35:17.203] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,02:35:23.810] [DEBUG] 6 processes running of frp type [2026-05-02,02:50:17.363] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,02:50:23.939] [DEBUG] 6 processes running of frp type [2026-05-02,03:05:17.532] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,03:05:24.495] [DEBUG] 6 processes running of frp type [2026-05-02,03:20:17.856] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,03: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-02,03:35:18.086] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,03:35:24.781] [DEBUG] 6 processes running of frp type [2026-05-02,03:50:17.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,03:50:23.898] [DEBUG] 6 processes running of frp type 2026-05-02 04:01:36.803 [I] [client/service.go:294] [4837a43cd7a0f203] try to connect to server... 2026-05-02 04:01:36.806 [W] [client/service.go:297] [4837a43cd7a0f203] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-02 04:01:38.958 [I] [client/service.go:294] [4837a43cd7a0f203] try to connect to server... 2026-05-02 04:01:48.959 [W] [client/service.go:297] [4837a43cd7a0f203] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 04:01:48.960 [I] [client/service.go:294] [4837a43cd7a0f203] try to connect to server... 2026-05-02 04:01:50.437 [I] [client/service.go:286] [4837a43cd7a0f203] login to server success, get run id [4837a43cd7a0f203] 2026-05-02 04:01:50.437 [I] [proxy/proxy_manager.go:173] [4837a43cd7a0f203] proxy added: [DTN57CC4444] 2026-05-02 04:01:50.636 [I] [client/control.go:168] [4837a43cd7a0f203] [DTN57CC4444] start proxy success [2026-05-02,04:05:17.267] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,04:05:23.787] [DEBUG] 6 processes running of frp type [2026-05-02,04:20:17.310] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,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-05-02,04:35:17.380] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,04:35:24.013] [DEBUG] 6 processes running of frp type [2026-05-02,04:50:17.663] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,04:50:24.164] [DEBUG] 6 processes running of frp type [2026-05-02,05:05:17.785] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,05:05:24.392] [DEBUG] 6 processes running of frp type [2026-05-02,05:20:17.697] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,05: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-05-02,05:35:18.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,05:35:24.642] [DEBUG] 6 processes running of frp type [2026-05-02,05:50:17.601] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,05:50:24.190] [DEBUG] 6 processes running of frp type [2026-05-02,06:05:17.545] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,06:05:24.091] [DEBUG] 6 processes running of frp type [2026-05-02,06:20:17.400] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,06: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-05-02,06:30:42.148] [INFO] Initializing BusSpeedStateManager V2 [2026-05-02,06:30:42.154] [INFO] LocationSqlManager initialising [2026-05-02,06:30:42.155] [INFO] Location DB initialising [2026-05-02,06:30:42.166] [INFO] LocationSqlManager initialisation complete [2026-05-02,06:30:42.167] [DEBUG] UploadManager Init [2026-05-02,06:30:42.168] [DEBUG] UploadManager Init Complete [2026-05-02,06:30:42.172] [INFO] Initializing GPS... [2026-05-02,06:30:42.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-05-02,06:32:44.803] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,06:32:56.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-05-02,06:33:11.503] [DEBUG] Log Upload Complete! [2026-05-02,06:35:44.888] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,06:35:51.667] [DEBUG] Remote Access Enabled [2026-05-02,06:35:58.054] [INFO] Server Address: 138.201.17.179 [2026-05-02,06:35:58.055] [INFO] Server Port: 7000 [2026-05-02,06:35:58.059] [DEBUG] Starting Remote Access! 2026-05-02 06:35:58.191 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-02 06:35:58.192 [I] [client/service.go:294] try to connect to server... 2026-05-02 06:35:58.851 [I] [client/service.go:286] [29808a0496b44780] login to server success, get run id [29808a0496b44780] 2026-05-02 06:35:58.851 [I] [proxy/proxy_manager.go:173] [29808a0496b44780] proxy added: [DTN57CC4444] 2026-05-02 06:35:59.149 [I] [client/control.go:168] [29808a0496b44780] [DTN57CC4444] start proxy success [2026-05-02,06:50:17.714] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,06:50:24.262] [DEBUG] 6 processes running of frp type [2026-05-02,07:05:17.812] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,07:05:24.413] [DEBUG] 6 processes running of frp type [2026-05-02,07:20:17.676] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,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-05-02,07:35:17.232] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,07:35:23.728] [DEBUG] 6 processes running of frp type [2026-05-02,07:50:17.292] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,07:50:23.816] [DEBUG] 6 processes running of frp type [2026-05-02,08:02:17.035] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,08:02:23.508] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,08:02:36.993] [DEBUG] Log Upload Complete! [2026-05-02,08:05:17.316] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,08:05:23.852] [DEBUG] 6 processes running of frp type [2026-05-02,08:20:17.033] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,08: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-05-02,08:35:17.320] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,08:35:23.863] [DEBUG] 6 processes running of frp type [2026-05-02,08:50:17.480] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,08:50:24.057] [DEBUG] 6 processes running of frp type [2026-05-02,09:05:17.362] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,09:05:23.904] [DEBUG] 6 processes running of frp type [2026-05-02,09:20:17.157] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,09: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-02,09:35:17.464] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,09:35:24.038] [DEBUG] 6 processes running of frp type [2026-05-02,09:50:17.735] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,09:50:24.265] [DEBUG] 6 processes running of frp type [2026-05-02,10:05:17.708] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,10:05:24.266] [DEBUG] 6 processes running of frp type [2026-05-02,10:20:17.504] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,10:20:24.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-05-02,10:35:17.944] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,10:35:24.464] [DEBUG] 6 processes running of frp type [2026-05-02,10:50:16.951] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,10:50:23.576] [DEBUG] 6 processes running of frp type [2026-05-02,11:05:17.963] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,11:05:24.520] [DEBUG] 6 processes running of frp type [2026-05-02,11:20:17.801] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,11: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-05-02,11:35:17.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,11:35:23.840] [DEBUG] 6 processes running of frp type [2026-05-02,11:50:17.487] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,11:50:24.075] [DEBUG] 6 processes running of frp type 2026-05-02 12:01:58.357 [I] [client/service.go:294] [29808a0496b44780] try to connect to server... 2026-05-02 12:02:08.360 [W] [client/service.go:297] [29808a0496b44780] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 12:02:08.365 [I] [client/service.go:294] [29808a0496b44780] try to connect to server... 2026-05-02 12:02:18.367 [W] [client/service.go:297] [29808a0496b44780] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 12:02:18.367 [I] [client/service.go:294] [29808a0496b44780] try to connect to server... 2026-05-02 12:02:28.369 [W] [client/service.go:297] [29808a0496b44780] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 12:02:28.369 [I] [client/service.go:294] [29808a0496b44780] try to connect to server... 2026-05-02 12:02:38.370 [W] [client/service.go:297] [29808a0496b44780] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 12:02:38.371 [I] [client/service.go:294] [29808a0496b44780] try to connect to server... 2026-05-02 12:02:48.373 [W] [client/service.go:297] [29808a0496b44780] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 12:03:08.374 [I] [client/service.go:294] [29808a0496b44780] try to connect to server... 2026-05-02 12:03:18.376 [W] [client/service.go:297] [29808a0496b44780] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 12:03:38.378 [I] [client/service.go:294] [29808a0496b44780] try to connect to server... 2026-05-02 12:03:39.021 [I] [client/service.go:286] [29808a0496b44780] login to server success, get run id [29808a0496b44780] 2026-05-02 12:03:39.022 [I] [proxy/proxy_manager.go:173] [29808a0496b44780] proxy added: [DTN57CC4444] 2026-05-02 12:03:39.241 [I] [client/control.go:168] [29808a0496b44780] [DTN57CC4444] start proxy success [2026-05-02,12:05:17.533] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,12:05:24.161] [DEBUG] 6 processes running of frp type [2026-05-02,12:20:17.545] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,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-05-02,12:35:17.942] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,12:35:24.467] [DEBUG] 6 processes running of frp type [2026-05-02,12:50:18.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,12:50:24.726] [DEBUG] 6 processes running of frp type [2026-05-02,13:05:17.227] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,13:05:23.921] [DEBUG] 6 processes running of frp type [2026-05-02,13:20:17.234] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,13: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-05-02,13:35:17.763] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,13:35:24.393] [DEBUG] 6 processes running of frp type [2026-05-02,13:50:18.151] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,13:50:24.777] [DEBUG] 6 processes running of frp type [2026-05-02,14:05:17.099] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,14:05:23.727] [DEBUG] 6 processes running of frp type [2026-05-02,14:20:17.081] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,14: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-05-02,14:35:17.559] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,14:35:24.173] [DEBUG] 6 processes running of frp type [2026-05-02,14:50:17.879] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,14:50:24.451] [DEBUG] 6 processes running of frp type [2026-05-02,15:05:17.875] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,15:05:24.464] [DEBUG] 6 processes running of frp type [2026-05-02,15:20:17.689] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,15: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-05-02,15:35:18.131] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,15:35:24.740] [DEBUG] 6 processes running of frp type [2026-05-02,15:50:17.483] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,15:50:24.024] [DEBUG] 6 processes running of frp type [2026-05-02,16:05:17.459] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,16:05:24.012] [DEBUG] 6 processes running of frp type [2026-05-02,16:20:17.322] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,16:20:23.817] [DEBUG] 6 processes running of frp type 2026-05-02 16:24:36.793 [I] [client/service.go:294] [29808a0496b44780] try to connect to server... 2026-05-02 16:24:44.926 [I] [client/service.go:286] [29808a0496b44780] login to server success, get run id [29808a0496b44780] 2026-05-02 16:24:44.928 [I] [proxy/proxy_manager.go:173] [29808a0496b44780] proxy added: [DTN57CC4444] 2026-05-02 16:24:45.339 [I] [client/control.go:168] [29808a0496b44780] [DTN57CC4444] 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,16:35:17.639] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,16:35:24.195] [DEBUG] 6 processes running of frp type [2026-05-02,16:50:17.985] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,16:50:24.554] [DEBUG] 6 processes running of frp type [2026-05-02,17:05:18.042] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,17:05:24.535] [DEBUG] 6 processes running of frp type [2026-05-02,17:20:17.891] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,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-05-02,17:35:17.197] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,17:35:23.792] [DEBUG] 6 processes running of frp type [2026-05-02,17:50:17.435] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,17:50:24.135] [DEBUG] 6 processes running of frp type [2026-05-02,18:05:17.591] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,18:05:24.180] [DEBUG] 6 processes running of frp type [2026-05-02,18:20:17.596] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,18:20:24.323] [DEBUG] 6 processes running of frp type [2026-05-02,18:25:42.183] [INFO] Initializing BusSpeedStateManager V2 [2026-05-02,18:25:42.190] [INFO] LocationSqlManager initialising [2026-05-02,18:25:42.191] [INFO] Location DB initialising [2026-05-02,18:25:42.202] [INFO] LocationSqlManager initialisation complete [2026-05-02,18:25:42.203] [DEBUG] UploadManager Init [2026-05-02,18:25:42.203] [DEBUG] UploadManager Init Complete [2026-05-02,18:25:42.208] [INFO] Initializing GPS... [2026-05-02,18:25:42.210] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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:44.934] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,18:27:51.491] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,18:28:18.625] [DEBUG] Log Upload Complete! [2026-05-02,18:30:44.982] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,18:30:50.121] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-02,18:30:51.565] [DEBUG] Remote Access Enabled [2026-05-02,18:30:57.795] [INFO] Server Address: 138.201.17.179 [2026-05-02,18:30:57.796] [INFO] Server Port: 7000 [2026-05-02,18:30:57.801] [DEBUG] Starting Remote Access! 2026-05-02 18:30:57.929 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-02 18:30:57.930 [I] [client/service.go:294] try to connect to server... 2026-05-02 18:30:58.487 [I] [client/service.go:286] [7c070d1ca0d7f9eb] login to server success, get run id [7c070d1ca0d7f9eb] 2026-05-02 18:30:58.488 [I] [proxy/proxy_manager.go:173] [7c070d1ca0d7f9eb] proxy added: [DTN57CC4444] 2026-05-02 18:30:58.674 [I] [client/control.go:168] [7c070d1ca0d7f9eb] [DTN57CC4444] start proxy success [2026-05-02,18:35:18.003] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,18:35:24.518] [DEBUG] 6 processes running of frp type [2026-05-02,18:50:17.039] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,18:50:23.659] [DEBUG] 6 processes running of frp type 2026-05-02 18:53:46.145 [I] [client/service.go:294] [7c070d1ca0d7f9eb] try to connect to server... 2026-05-02 18:53:46.810 [I] [client/service.go:286] [7c070d1ca0d7f9eb] login to server success, get run id [7c070d1ca0d7f9eb] 2026-05-02 18:53:46.812 [I] [proxy/proxy_manager.go:173] [7c070d1ca0d7f9eb] proxy added: [DTN57CC4444] 2026-05-02 18:53:47.041 [I] [client/control.go:168] [7c070d1ca0d7f9eb] [DTN57CC4444] start proxy success [2026-05-02,19:05:18.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,19:05:24.567] [DEBUG] 6 processes running of frp type [2026-05-02,19:20:18.014] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,19:20:24.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' [2026-05-02,19:35:17.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,19:35:23.636] [DEBUG] 6 processes running of frp type [2026-05-02,19:50:17.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,19:50:23.833] [DEBUG] 6 processes running of frp type [2026-05-02,20:05:17.187] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,20:05:23.766] [DEBUG] 6 processes running of frp type [2026-05-02,20:20:17.045] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,20:20:23.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-05-02,20:35:17.183] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,20:35:23.754] [DEBUG] 6 processes running of frp type [2026-05-02,20:50:18.245] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,20:50:24.927] [DEBUG] 6 processes running of frp type 2026-05-02 20:56:45.746 [I] [client/service.go:294] [7c070d1ca0d7f9eb] try to connect to server... 2026-05-02 20:56:48.003 [I] [client/service.go:286] [7c070d1ca0d7f9eb] login to server success, get run id [7c070d1ca0d7f9eb] 2026-05-02 20:56:48.005 [I] [proxy/proxy_manager.go:173] [7c070d1ca0d7f9eb] proxy added: [DTN57CC4444] 2026-05-02 20:56:48.253 [I] [client/control.go:168] [7c070d1ca0d7f9eb] [DTN57CC4444] start proxy success [2026-05-02,21:05:18.857] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,21:05:25.420] [DEBUG] 6 processes running of frp type [2026-05-02,21:20:17.893] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,21:20:24.589] [DEBUG] 6 processes running of frp type 2026-05-02 21:21:30.988 [I] [client/service.go:294] [7c070d1ca0d7f9eb] try to connect to server... 2026-05-02 21:21:40.990 [W] [client/service.go:297] [7c070d1ca0d7f9eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 21:21:40.991 [I] [client/service.go:294] [7c070d1ca0d7f9eb] try to connect to server... 2026-05-02 21:21:50.993 [W] [client/service.go:297] [7c070d1ca0d7f9eb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-02 21:21:50.993 [I] [client/service.go:294] [7c070d1ca0d7f9eb] try to connect to server... 2026-05-02 21:21:55.397 [I] [client/service.go:286] [7c070d1ca0d7f9eb] login to server success, get run id [7c070d1ca0d7f9eb] 2026-05-02 21:21:55.398 [I] [proxy/proxy_manager.go:173] [7c070d1ca0d7f9eb] proxy added: [DTN57CC4444] 2026-05-02 21:21:57.563 [I] [client/control.go:168] [7c070d1ca0d7f9eb] [DTN57CC4444] 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,21:35:17.347] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,21:35:23.945] [DEBUG] 6 processes running of frp type [2026-05-02,21:50:17.587] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,21:50:25.484] [DEBUG] 6 processes running of frp type [2026-05-02,22:05:17.866] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,22:05:24.476] [DEBUG] 6 processes running of frp type [2026-05-02,22:20:17.692] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,22: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' [2026-05-02,22:35:17.195] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,22:35:23.857] [DEBUG] 6 processes running of frp type [2026-05-02,22:50:17.397] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,22:50:25.270] [DEBUG] 6 processes running of frp type [2026-05-02,23:05:17.528] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,23:05:24.569] [DEBUG] 6 processes running of frp type [2026-05-02,23:20:17.851] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,23: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-05-02,23:35:17.524] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,23:35:24.050] [DEBUG] 6 processes running of frp type [2026-05-02,23:50:17.740] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-02,23:50:24.259] [DEBUG] 6 processes running of frp type 2026-05-02 23:58:29.160 [I] [client/service.go:294] [7c070d1ca0d7f9eb] try to connect to server... 2026-05-02 23:58:38.306 [I] [client/service.go:286] [7c070d1ca0d7f9eb] login to server success, get run id [7c070d1ca0d7f9eb] 2026-05-02 23:58:38.308 [I] [proxy/proxy_manager.go:173] [7c070d1ca0d7f9eb] proxy added: [DTN57CC4444] 2026-05-02 23:58:38.745 [I] [client/control.go:168] [7c070d1ca0d7f9eb] [DTN57CC4444] start proxy success [2026-05-03,00:05:17.647] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,00:05:24.306] [DEBUG] 6 processes running of frp type [2026-05-03,00:20:17.694] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,00:20:24.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-05-03,00:35:17.089] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,00:35:23.748] [DEBUG] 6 processes running of frp type [2026-05-03,00:50:17.592] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,00:50:24.216] [DEBUG] 6 processes running of frp type [2026-05-03,01:05:17.716] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,01:05:24.363] [DEBUG] 6 processes running of frp type [2026-05-03,01:20:17.553] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,01: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-05-03,01:35:17.565] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,01:35:24.166] [DEBUG] 6 processes running of frp type [2026-05-03,01:50:17.652] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,01:50:24.263] [DEBUG] 6 processes running of frp type [2026-05-03,02:05:17.631] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,02:05:24.220] [DEBUG] 6 processes running of frp type [2026-05-03,02:13:04.340] [INFO] Initializing BusSpeedStateManager V2 [2026-05-03,02:13:04.344] [INFO] LocationSqlManager initialising [2026-05-03,02:13:04.344] [INFO] Location DB initialising [2026-05-03,02:13:04.353] [INFO] LocationSqlManager initialisation complete [2026-05-03,02:13:04.354] [DEBUG] UploadManager Init [2026-05-03,02:13:04.354] [DEBUG] UploadManager Init Complete [2026-05-03,02:13:04.357] [INFO] Initializing GPS... [2026-05-03,02:13:04.359] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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:18:27.279] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,02:18:33.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-05-03,02:18:45.854] [DEBUG] Log Upload Complete! [2026-05-03,02:21:27.291] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,02:21:33.831] [DEBUG] Remote Access Enabled [2026-05-03,02:21:40.007] [INFO] Server Address: 138.201.17.179 [2026-05-03,02:21:40.008] [INFO] Server Port: 7000 [2026-05-03,02:21:40.013] [DEBUG] Starting Remote Access! 2026-05-03 02:21:40.145 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-03 02:21:40.146 [I] [client/service.go:294] try to connect to server... 2026-05-03 02:21:40.758 [I] [client/service.go:286] [c96995435cb40add] login to server success, get run id [c96995435cb40add] 2026-05-03 02:21:40.759 [I] [proxy/proxy_manager.go:173] [c96995435cb40add] proxy added: [DTN57CC4444] 2026-05-03 02:21:40.962 [I] [client/control.go:168] [c96995435cb40add] [DTN57CC4444] start proxy success [2026-05-03,02:22:12.769] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,02:22:19.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-05-03,02:35:18.055] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,02:35:24.597] [DEBUG] 6 processes running of frp type [2026-05-03,02:50:17.817] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-05-03 02:50:32.117 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 02:50:49.178 [W] [client/service.go:297] [c96995435cb40add] connect to server error: i/o deadline reached 2026-05-03 02:50:49.179 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 02:50:55.461 [I] [client/service.go:286] [c96995435cb40add] login to server success, get run id [c96995435cb40add] 2026-05-03 02:50:55.463 [I] [proxy/proxy_manager.go:173] [c96995435cb40add] proxy added: [DTN57CC4444] [2026-05-03,02:50:56.465] [DEBUG] 6 processes running of frp type 2026-05-03 02:50:56.873 [I] [client/control.go:168] [c96995435cb40add] [DTN57CC4444] start proxy success 2026-05-03 02:51:30.562 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 02:51:34.256 [I] [client/service.go:286] [c96995435cb40add] login to server success, get run id [c96995435cb40add] 2026-05-03 02:51:34.257 [I] [proxy/proxy_manager.go:173] [c96995435cb40add] proxy added: [DTN57CC4444] 2026-05-03 02:51:34.517 [I] [client/control.go:168] [c96995435cb40add] [DTN57CC4444] start proxy success [2026-05-03,03:05:17.981] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,03:05:25.084] [DEBUG] 6 processes running of frp type [2026-05-03,03:20:17.597] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,03: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-05-03,03:35:22.773] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,03:35:29.305] [DEBUG] 6 processes running of frp type [2026-05-03,03:50:17.145] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,03:50:23.713] [DEBUG] 6 processes running of frp type 2026-05-03 04:00:31.207 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:00:38.321 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:00:38.322 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:00:38.326 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:00:42.898 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:00:42.903 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:00:52.139 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:00:52.143 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:01:12.090 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:01:12.094 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:01:32.095 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:01:32.098 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:01:52.099 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:01:52.103 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:02:12.104 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:02:12.109 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:02:32.110 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:02:32.113 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:02:52.114 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:02:52.118 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:03:12.120 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:03:12.124 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:03:32.126 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:03:32.129 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:03:52.130 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:03:52.134 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:04:12.136 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:04:12.140 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:04:32.142 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:04:32.145 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:04:52.146 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:04:52.151 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:05:12.152 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:05:12.157 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:05:32.158 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:05:32.162 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:05:52.164 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:05:52.168 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:06:12.169 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:06:12.173 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:06:32.174 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:06:32.178 [W] [client/service.go:297] [c96995435cb40add] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-03 04:06:52.180 [I] [client/service.go:294] [c96995435cb40add] try to connect to server... 2026-05-03 04:06:52.835 [I] [client/service.go:286] [c96995435cb40add] login to server success, get run id [c96995435cb40add] 2026-05-03 04:06:52.837 [I] [proxy/proxy_manager.go:173] [c96995435cb40add] proxy added: [DTN57CC4444] 2026-05-03 04:06:53.071 [I] [client/control.go:168] [c96995435cb40add] [DTN57CC4444] start proxy success [2026-05-03,04:20:17.440] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,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-05-03,04:35:17.231] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,04:35:23.988] [DEBUG] 6 processes running of frp type [2026-05-03,04:50:17.681] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,04:50:24.335] [DEBUG] 6 processes running of frp type [2026-05-03,05:05:17.927] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,05:05:24.443] [DEBUG] 6 processes running of frp type [2026-05-03,05:20:17.957] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,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-05-03,05:35:17.687] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,05:35:25.891] [DEBUG] 6 processes running of frp type [2026-05-03,05:50:17.197] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,05:50:23.738] [DEBUG] 6 processes running of frp type [2026-05-03,06:05:17.100] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,06:05:23.716] [DEBUG] 6 processes running of frp type [2026-05-03,06:20:16.846] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,06:20:23.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-05-03,06:30:40.799] [INFO] Initializing BusSpeedStateManager V2 [2026-05-03,06:30:40.803] [INFO] LocationSqlManager initialising [2026-05-03,06:30:40.804] [INFO] Location DB initialising [2026-05-03,06:30:40.813] [INFO] LocationSqlManager initialisation complete [2026-05-03,06:30:40.813] [DEBUG] UploadManager Init [2026-05-03,06:30:40.814] [DEBUG] UploadManager Init Complete [2026-05-03,06:30:40.816] [INFO] Initializing GPS... [2026-05-03,06:30:40.818] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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:32:44.593] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,06:32:51.056] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,06:33:07.425] [DEBUG] Log Upload Complete! [2026-05-03,06:35:44.782] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,06:35:51.295] [DEBUG] Remote Access Enabled [2026-05-03,06:35:57.626] [INFO] Server Address: 138.201.17.179 [2026-05-03,06:35:57.627] [INFO] Server Port: 7000 [2026-05-03,06:35:57.631] [DEBUG] Starting Remote Access! 2026-05-03 06:35:57.764 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-03 06:35:57.765 [I] [client/service.go:294] try to connect to server... 2026-05-03 06:35:58.503 [I] [client/service.go:286] [96fc41bdf1b4f192] login to server success, get run id [96fc41bdf1b4f192] 2026-05-03 06:35:58.504 [I] [proxy/proxy_manager.go:173] [96fc41bdf1b4f192] proxy added: [DTN57CC4444] 2026-05-03 06:35:58.739 [I] [client/control.go:168] [96fc41bdf1b4f192] [DTN57CC4444] start proxy success [2026-05-03,06:50:17.683] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,06:50:24.264] [DEBUG] 6 processes running of frp type [2026-05-03,07:05:17.909] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,07:05:24.517] [DEBUG] 6 processes running of frp type [2026-05-03,07:20:17.848] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,07: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' [2026-05-03,07:35:17.190] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,07:35:23.764] [DEBUG] 6 processes running of frp type [2026-05-03,07:50:17.890] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,07:50:24.352] [DEBUG] 6 processes running of frp type [2026-05-03,08:02:17.578] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,08:02:29.219] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,08:03:48.739] [DEBUG] Log Upload Complete! [2026-05-03,08:05:17.664] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,08:05:24.251] [DEBUG] 6 processes running of frp type [2026-05-03,08:20:17.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,08: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-05-03,08:35:17.909] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,08:35:24.499] [DEBUG] 6 processes running of frp type [2026-05-03,08:50:18.143] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,08:50:24.652] [DEBUG] 6 processes running of frp type [2026-05-03,09:05:17.912] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,09:05:24.419] [DEBUG] 6 processes running of frp type [2026-05-03,09:20:17.833] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,09: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-05-03,09:35:17.861] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,09:35:24.654] [DEBUG] 6 processes running of frp type [2026-05-03,09:50:17.334] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,09:50:24.120] [DEBUG] 6 processes running of frp type [2026-05-03,10:05:17.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,10:05:24.062] [DEBUG] 6 processes running of frp type [2026-05-03,10:20:17.312] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,10: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-05-03,10:35:17.603] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,10:35:24.156] [DEBUG] 6 processes running of frp type [2026-05-03,10:50:17.947] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,10:50:24.551] [DEBUG] 6 processes running of frp type [2026-05-03,11:05:18.047] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,11:05:24.690] [DEBUG] 6 processes running of frp type [2026-05-03,11:20:17.878] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,11: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-05-03,11:35:17.319] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,11:35:23.901] [DEBUG] 6 processes running of frp type [2026-05-03,11:50:17.682] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,11:50:24.583] [DEBUG] 6 processes running of frp type [2026-05-03,12:05:18.089] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,12:05:24.676] [DEBUG] 6 processes running of frp type [2026-05-03,12:20:17.883] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,12: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' [2026-05-03,12:35:17.247] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,12:35:23.861] [DEBUG] 6 processes running of frp type [2026-05-03,12:50:17.528] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,12:50:24.103] [DEBUG] 6 processes running of frp type [2026-05-03,13:05:17.570] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,13:05:24.465] [DEBUG] 6 processes running of frp type [2026-05-03,13:20:17.851] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,13: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-05-03,13:35:17.406] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,13:35:23.993] [DEBUG] 6 processes running of frp type [2026-05-03,13:50:17.758] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,13:50:24.342] [DEBUG] 6 processes running of frp type [2026-05-03,14:05:17.827] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,14:05:24.340] [DEBUG] 6 processes running of frp type [2026-05-03,14:20:17.566] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,14: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-05-03,14:35:17.991] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,14:35:24.502] [DEBUG] 6 processes running of frp type [2026-05-03,14:50:17.274] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,14:50:23.864] [DEBUG] 6 processes running of frp type [2026-05-03,15:05:17.303] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,15:05:23.824] [DEBUG] 6 processes running of frp type [2026-05-03,15:20:17.043] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,15:20:23.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-05-03,15:35:17.498] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,15:35:24.052] [DEBUG] 6 processes running of frp type [2026-05-03,15:50:17.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,15:50:24.441] [DEBUG] 6 processes running of frp type [2026-05-03,16:05:17.845] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,16:05:24.526] [DEBUG] 6 processes running of frp type [2026-05-03,16:20:17.833] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,16:20:24.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' [2026-05-03,16:35:17.296] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,16:35:23.864] [DEBUG] 6 processes running of frp type [2026-05-03,16:50:17.437] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,16:50:24.035] [DEBUG] 6 processes running of frp type [2026-05-03,17:05:17.506] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,17:05:24.069] [DEBUG] 6 processes running of frp type [2026-05-03,17:20:17.204] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,17: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-05-03,17:35:17.618] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,17:35:24.253] [DEBUG] 6 processes running of frp type [2026-05-03,17:50:17.973] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,17:50:24.670] [DEBUG] 6 processes running of frp type [2026-05-03,18:05:18.196] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,18:05:24.770] [DEBUG] 6 processes running of frp type [2026-05-03,18:20:18.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,18:20:25.339] [DEBUG] 6 processes running of frp type [2026-05-03,18:25:40.938] [INFO] Initializing BusSpeedStateManager V2 [2026-05-03,18:25:40.942] [INFO] LocationSqlManager initialising [2026-05-03,18:25:40.943] [INFO] Location DB initialising [2026-05-03,18:25:40.954] [INFO] LocationSqlManager initialisation complete [2026-05-03,18:25:40.955] [DEBUG] UploadManager Init [2026-05-03,18:25:40.955] [DEBUG] UploadManager Init Complete [2026-05-03,18:25:40.960] [INFO] Initializing GPS... [2026-05-03,18:25:40.963] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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.461] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,18:27:51.176] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:29:01.371] [DEBUG] Log Upload Complete! [2026-05-03,18:30:44.643] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,18:30:51.193] [DEBUG] Remote Access Enabled [2026-05-03,18:30:57.408] [INFO] Server Address: 138.201.17.179 [2026-05-03,18:30:57.409] [INFO] Server Port: 7000 [2026-05-03,18:30:57.414] [DEBUG] Starting Remote Access! 2026-05-03 18:30:57.553 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-03 18:30:57.554 [I] [client/service.go:294] try to connect to server... 2026-05-03 18:30:58.216 [I] [client/service.go:286] [e24386581caeba5d] login to server success, get run id [e24386581caeba5d] 2026-05-03 18:30:58.217 [I] [proxy/proxy_manager.go:173] [e24386581caeba5d] proxy added: [DTN57CC4444] 2026-05-03 18:30:58.428 [I] [client/control.go:168] [e24386581caeba5d] [DTN57CC4444] start proxy success [2026-05-03,18:35:17.668] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,18:35:24.298] [DEBUG] 6 processes running of frp type [2026-05-03,18:50:17.667] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,18:50:24.219] [DEBUG] 6 processes running of frp type [2026-05-03,19:05:17.515] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,19:05:23.982] [DEBUG] 6 processes running of frp type [2026-05-03,19:20:17.594] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,19: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-05-03,19:35:16.933] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,19:35:23.567] [DEBUG] 6 processes running of frp type [2026-05-03,19:50:17.222] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,19:50:23.787] [DEBUG] 6 processes running of frp type [2026-05-03,20:05:17.023] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,20:05:23.656] [DEBUG] 6 processes running of frp type [2026-05-03,20:20:18.303] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,20: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-05-03,20:35:18.051] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,20:35:24.657] [DEBUG] 6 processes running of frp type [2026-05-03,20:50:17.509] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,20:50:24.125] [DEBUG] 6 processes running of frp type [2026-05-03,21:05:17.469] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,21:05:24.125] [DEBUG] 6 processes running of frp type [2026-05-03,21:20:17.501] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,21: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-05-03,21:35:17.460] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,21:35:24.003] [DEBUG] 6 processes running of frp type [2026-05-03,21:50:17.989] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,21:50:24.916] [DEBUG] 6 processes running of frp type [2026-05-03,22:05:17.394] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,22:05:23.941] [DEBUG] 6 processes running of frp type [2026-05-03,22:20:17.251] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,22:20:23.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' [2026-05-03,22:35:17.024] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,22:35:28.055] [DEBUG] 6 processes running of frp type [2026-05-03,22:50:17.704] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,22:50:29.412] [DEBUG] 6 processes running of frp type [2026-05-03,23:05:18.180] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,23:05:25.525] [DEBUG] 6 processes running of frp type [2026-05-03,23:20:17.920] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,23: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-05-03,23:35:17.269] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) [2026-05-03,23:50:17.250] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-03,23:50:23.543] [DEBUG] Remote Access Disabled [2026-05-04,00:05:17.691] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,00:05:23.895] [DEBUG] Remote Access Disabled [2026-05-04,00:20:17.256] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,00:20:23.502] [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.463] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,00:35:24.497] [DEBUG] Remote Access Disabled [2026-05-04,00:50:16.995] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,00:50:23.209] [DEBUG] Remote Access Disabled [2026-05-04,01:05:17.565] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,01:05:23.714] [DEBUG] Remote Access Disabled [2026-05-04,01:20:18.030] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,01:20:24.172] [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:07.166] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,01:35:18.433] [DEBUG] Remote Access Disabled [2026-05-04,01:50:17.060] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,01:50:23.316] [DEBUG] Remote Access Disabled [2026-05-04,02:05:17.929] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,02:05:24.140] [DEBUG] Remote Access Disabled [2026-05-04,02:20:17.327] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,02:20:23.512] [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,02:35:17.391] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,02:35:23.541] [DEBUG] Remote Access Disabled [2026-05-04,02:50:17.226] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,02:50:23.824] [DEBUG] 6 processes running of frp type [2026-05-04,03:05:17.033] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,03:05:23.562] [DEBUG] 6 processes running of frp type 2026-05-04 03:16:02.675 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 03:16:05.386 [I] [client/service.go:286] [e24386581caeba5d] login to server success, get run id [e24386581caeba5d] 2026-05-04 03:16:05.387 [I] [proxy/proxy_manager.go:173] [e24386581caeba5d] proxy added: [DTN57CC4444] 2026-05-04 03:16:05.611 [I] [client/control.go:168] [e24386581caeba5d] [DTN57CC4444] start proxy success [2026-05-04,03:20:18.085] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,03: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-05-04,03:35:17.178] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,03:35:23.673] [DEBUG] 6 processes running of frp type [2026-05-04,03:50:17.722] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,03:50:24.366] [DEBUG] 6 processes running of frp type 2026-05-04 04:01:06.918 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 04:01:06.945 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 04:01:08.987 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 04:01:18.989 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:01:18.989 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 04:01:25.339 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: session shutdown 2026-05-04 04:01:25.340 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 04:01:35.755 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: i/o deadline reached 2026-05-04 04:01:35.756 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 04:01:48.658 [I] [client/service.go:286] [e24386581caeba5d] login to server success, get run id [e24386581caeba5d] 2026-05-04 04:01:48.660 [I] [proxy/proxy_manager.go:173] [e24386581caeba5d] proxy added: [DTN57CC4444] 2026-05-04 04:01:48.881 [I] [client/control.go:168] [e24386581caeba5d] [DTN57CC4444] start proxy success [2026-05-04,04:05:17.672] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,04:05:24.231] [DEBUG] 6 processes running of frp type [2026-05-04,04:20:17.418] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,04:20:27.114] [DEBUG] 6 processes running of frp type 2026-05-04 04:23:27.369 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 04:23:37.372 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 04:23:37.373 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 04:23:38.063 [I] [client/service.go:286] [e24386581caeba5d] login to server success, get run id [e24386581caeba5d] 2026-05-04 04:23:38.064 [I] [proxy/proxy_manager.go:173] [e24386581caeba5d] proxy added: [DTN57CC4444] 2026-05-04 04:23:38.296 [I] [client/control.go:168] [e24386581caeba5d] [DTN57CC4444] 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,04:35:18.055] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,04:35:24.635] [DEBUG] 6 processes running of frp type [2026-05-04,04:50:18.102] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,04:50:24.679] [DEBUG] 6 processes running of frp type [2026-05-04,05:05:17.860] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,05:05:24.336] [DEBUG] 6 processes running of frp type [2026-05-04,05:20:17.488] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,05: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-05-04,05:35:17.948] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,05:35:24.543] [DEBUG] 6 processes running of frp type 2026-05-04 05:38:56.455 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:39:06.458 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:39:06.459 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:39:16.460 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:39:16.460 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:39:26.462 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:39:26.463 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:39:36.465 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:39:36.466 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:39:46.467 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:40:06.468 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:40:16.472 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:40:36.473 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:40:43.752 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 05:41:03.753 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:41:04.365 [I] [client/service.go:286] [e24386581caeba5d] login to server success, get run id [e24386581caeba5d] 2026-05-04 05:41:04.367 [I] [proxy/proxy_manager.go:173] [e24386581caeba5d] proxy added: [DTN57CC4444] 2026-05-04 05:41:04.575 [I] [client/control.go:168] [e24386581caeba5d] [DTN57CC4444] start proxy success 2026-05-04 05:46:15.787 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:46:25.789 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:46:25.789 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:46:35.791 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:46:35.792 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:46:45.793 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:46:45.794 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:46:55.796 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:46:55.796 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:47:05.798 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:47:25.799 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:47:35.801 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:47:55.802 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:48:05.804 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:48:25.805 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:48:35.807 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:48:55.809 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:49:05.811 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:49:25.811 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:49:35.813 [W] [client/service.go:297] [e24386581caeba5d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 05:49:55.815 [I] [client/service.go:294] [e24386581caeba5d] try to connect to server... 2026-05-04 05:49:56.525 [I] [client/service.go:286] [e24386581caeba5d] login to server success, get run id [e24386581caeba5d] 2026-05-04 05:49:56.527 [I] [proxy/proxy_manager.go:173] [e24386581caeba5d] proxy added: [DTN57CC4444] 2026-05-04 05:49:56.768 [I] [client/control.go:168] [e24386581caeba5d] [DTN57CC4444] start proxy success [2026-05-04,05:50:17.827] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,05:50:24.791] [DEBUG] 6 processes running of frp type [2026-05-04,06:05:17.396] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,06:05:23.927] [DEBUG] 6 processes running of frp type [2026-05-04,06:20:17.082] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,06: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-05-04,06:30:39.978] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,06:30:39.982] [INFO] LocationSqlManager initialising [2026-05-04,06:30:39.983] [INFO] Location DB initialising [2026-05-04,06:30:39.992] [INFO] LocationSqlManager initialisation complete [2026-05-04,06:30:39.993] [DEBUG] UploadManager Init [2026-05-04,06:30:39.993] [DEBUG] UploadManager Init Complete [2026-05-04,06:30:39.996] [INFO] Initializing GPS... [2026-05-04,06:30:39.998] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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:32:45.327] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,06:32:57.121] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-04,06:33:30.947] [DEBUG] Log Upload Complete! [2026-05-04,06:35:44.157] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,06:35:55.766] [DEBUG] Remote Access Enabled [2026-05-04,06:36:02.024] [INFO] Server Address: 138.201.17.179 [2026-05-04,06:36:02.025] [INFO] Server Port: 7000 [2026-05-04,06:36:02.030] [DEBUG] Starting Remote Access! 2026-05-04 06:36:02.165 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-04 06:36:02.166 [I] [client/service.go:294] try to connect to server... 2026-05-04 06:36:02.872 [I] [client/service.go:286] [9c78ec36b60797ec] login to server success, get run id [9c78ec36b60797ec] 2026-05-04 06:36:02.874 [I] [proxy/proxy_manager.go:173] [9c78ec36b60797ec] proxy added: [DTN57CC4444] 2026-05-04 06:36:03.167 [I] [client/control.go:168] [9c78ec36b60797ec] [DTN57CC4444] start proxy success [2026-05-04,06:50:18.399] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,06:50:24.961] [DEBUG] 6 processes running of frp type [2026-05-04,07:05:17.797] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,07:05:24.365] [DEBUG] 6 processes running of frp type [2026-05-04,07:20:17.788] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,07: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' [2026-05-04,07:35:17.849] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,07:35:24.358] [DEBUG] 6 processes running of frp type [2026-05-04,07:50:17.017] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,07:50:23.611] [DEBUG] 6 processes running of frp type [2026-05-04,08:02:17.860] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,08:02:24.315] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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 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 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 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-05-04,08:05:17.994] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,08:05:24.483] [DEBUG] 6 processes running of frp type [2026-05-04,08:20:17.856] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,08: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-05-04,08:35:18.273] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,08:35:24.899] [DEBUG] 6 processes running of frp type [2026-05-04,08:50:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,08:50:23.923] [DEBUG] 6 processes running of frp type [2026-05-04,09:05:17.271] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,09:05:23.757] [DEBUG] 6 processes running of frp type 2026-05-04 09:11:22.072 [I] [client/service.go:294] [9c78ec36b60797ec] try to connect to server... 2026-05-04 09:11:32.074 [W] [client/service.go:297] [9c78ec36b60797ec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 09:11:32.075 [I] [client/service.go:294] [9c78ec36b60797ec] try to connect to server... 2026-05-04 09:11:42.077 [W] [client/service.go:297] [9c78ec36b60797ec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 09:11:42.078 [I] [client/service.go:294] [9c78ec36b60797ec] try to connect to server... 2026-05-04 09:11:46.047 [I] [client/service.go:286] [9c78ec36b60797ec] login to server success, get run id [9c78ec36b60797ec] 2026-05-04 09:11:46.048 [I] [proxy/proxy_manager.go:173] [9c78ec36b60797ec] proxy added: [DTN57CC4444] 2026-05-04 09:11:46.484 [I] [client/control.go:168] [9c78ec36b60797ec] [DTN57CC4444] start proxy success [2026-05-04,09:20:17.003] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,09: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-05-04,09:35:17.762] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,09:35:24.313] [DEBUG] 6 processes running of frp type [2026-05-04,09:50:17.188] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,09:50:23.720] [DEBUG] 6 processes running of frp type [2026-05-04,10:05:18.012] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,10:05:24.583] [DEBUG] 6 processes running of frp type [2026-05-04,10:20:17.815] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,10: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-04,10:35:17.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,10:35:23.625] [DEBUG] 6 processes running of frp type [2026-05-04,10:50:17.524] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,10:50:24.103] [DEBUG] 6 processes running of frp type [2026-05-04,11:05:17.426] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,11:05:24.122] [DEBUG] 6 processes running of frp type [2026-05-04,11:20:17.583] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,11: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-05-04,11:35:17.887] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,11:35:24.429] [DEBUG] 6 processes running of frp type [2026-05-04,11:50:18.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,11:50:24.721] [DEBUG] 6 processes running of frp type [2026-05-04,12:05:18.258] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,12:05:24.847] [DEBUG] 6 processes running of frp type [2026-05-04,12:20:17.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,12: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-05-04,12:35:17.651] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,12:35:24.283] [DEBUG] 6 processes running of frp type [2026-05-04,12:50:18.094] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,12:50:24.695] [DEBUG] 6 processes running of frp type 2026-05-04 12:55:01.396 [I] [client/service.go:294] [9c78ec36b60797ec] try to connect to server... 2026-05-04 12:55:11.398 [W] [client/service.go:297] [9c78ec36b60797ec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 12:55:11.399 [I] [client/service.go:294] [9c78ec36b60797ec] try to connect to server... 2026-05-04 12:55:21.401 [W] [client/service.go:297] [9c78ec36b60797ec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 12:55:21.401 [I] [client/service.go:294] [9c78ec36b60797ec] try to connect to server... 2026-05-04 12:55:21.989 [I] [client/service.go:286] [9c78ec36b60797ec] login to server success, get run id [9c78ec36b60797ec] 2026-05-04 12:55:21.991 [I] [proxy/proxy_manager.go:173] [9c78ec36b60797ec] proxy added: [DTN57CC4444] 2026-05-04 12:55:22.178 [I] [client/control.go:168] [9c78ec36b60797ec] [DTN57CC4444] start proxy success [2026-05-04,13:05:18.229] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,13:05:24.771] [DEBUG] 6 processes running of frp type [2026-05-04,13:20:16.934] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,13:20:23.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-04,13:35:17.422] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,13:35:23.999] [DEBUG] 6 processes running of frp type 2026-05-04 13:49:50.993 [I] [client/service.go:294] [9c78ec36b60797ec] try to connect to server... 2026-05-04 13:49:50.997 [W] [client/service.go:297] [9c78ec36b60797ec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 13:49:53.072 [I] [client/service.go:294] [9c78ec36b60797ec] try to connect to server... 2026-05-04 13:49:53.076 [W] [client/service.go:297] [9c78ec36b60797ec] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-04 13:49:57.467 [I] [client/service.go:294] [9c78ec36b60797ec] try to connect to server... 2026-05-04 13:49:58.087 [I] [client/service.go:286] [9c78ec36b60797ec] login to server success, get run id [9c78ec36b60797ec] 2026-05-04 13:49:58.089 [I] [proxy/proxy_manager.go:173] [9c78ec36b60797ec] proxy added: [DTN57CC4444] 2026-05-04 13:49:58.305 [I] [client/control.go:168] [9c78ec36b60797ec] [DTN57CC4444] start proxy success [2026-05-04,13:50:17.672] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,13:50:24.238] [DEBUG] 6 processes running of frp type [2026-05-04,14:05:17.669] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,14:05:24.271] [DEBUG] 6 processes running of frp type [2026-05-04,14:20:17.615] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,14: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-05-04,14:35:19.005] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,14:35:25.722] [DEBUG] 6 processes running of frp type 2026-05-04 14:47:30.606 [I] [client/service.go:294] [9c78ec36b60797ec] try to connect to server... 2026-05-04 14:47:40.608 [W] [client/service.go:297] [9c78ec36b60797ec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 14:47:40.609 [I] [client/service.go:294] [9c78ec36b60797ec] try to connect to server... 2026-05-04 14:47:50.611 [W] [client/service.go:297] [9c78ec36b60797ec] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 14:47:50.611 [I] [client/service.go:294] [9c78ec36b60797ec] try to connect to server... 2026-05-04 14:47:58.645 [I] [client/service.go:286] [9c78ec36b60797ec] login to server success, get run id [9c78ec36b60797ec] 2026-05-04 14:47:58.646 [I] [proxy/proxy_manager.go:173] [9c78ec36b60797ec] proxy added: [DTN57CC4444] 2026-05-04 14:47:58.879 [I] [client/control.go:168] [9c78ec36b60797ec] [DTN57CC4444] start proxy success [2026-05-04,14:50:18.782] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,14:50:25.308] [DEBUG] 6 processes running of frp type [2026-05-04,15:05:19.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,15:05:26.132] [DEBUG] 6 processes running of frp type [2026-05-04,15:20:19.700] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,15:20:26.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-05-04,15:35:19.823] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,15:35:26.652] [DEBUG] 6 processes running of frp type [2026-05-04,15:50:19.625] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,15:50:26.418] [DEBUG] 6 processes running of frp type [2026-05-04,16:05:20.124] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,16:05:26.984] [DEBUG] 6 processes running of frp type [2026-05-04,16:20:19.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,16:20:26.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-05-04,16:35:19.858] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,16:35:26.656] [DEBUG] 6 processes running of frp type [2026-05-04,16:50:19.619] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,16:50:26.435] [DEBUG] 6 processes running of frp type [2026-05-04,17:05:20.135] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,17:05:27.039] [DEBUG] 6 processes running of frp type [2026-05-04,17:20:19.740] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,17:20:26.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-05-04,17:35:19.990] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,17:35:26.803] [DEBUG] 6 processes running of frp type [2026-05-04,17:50:19.750] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,17:50:26.699] [DEBUG] 6 processes running of frp type [2026-05-04,18:05:19.408] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,18:05:26.414] [DEBUG] 6 processes running of frp type [2026-05-04,18:20:19.548] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,18:20:26.423] [DEBUG] 6 processes running of frp type [2026-05-04,18:25:42.714] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:25:42.722] [INFO] LocationSqlManager initialising [2026-05-04,18:25:42.723] [INFO] Location DB initialising [2026-05-04,18:25:42.736] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:25:42.737] [DEBUG] UploadManager Init [2026-05-04,18:25:42.738] [DEBUG] UploadManager Init Complete [2026-05-04,18:25:42.744] [INFO] Initializing GPS... [2026-05-04,18:25:42.748] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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,18:27:45.404] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,18:27:51.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-05-04,18:28:12.426] [DEBUG] Log Upload Complete! [2026-05-04,18:30:45.295] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,18:30:51.796] [DEBUG] Remote Access Enabled [2026-05-04,18:30:57.933] [INFO] Server Address: 138.201.17.179 [2026-05-04,18:30:57.935] [INFO] Server Port: 7000 [2026-05-04,18:30:57.944] [DEBUG] Starting Remote Access! 2026-05-04 18:30:58.116 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-04 18:30:58.117 [I] [client/service.go:294] try to connect to server... 2026-05-04 18:30:58.674 [I] [client/service.go:286] [d8445c13e6cbfa2a] login to server success, get run id [d8445c13e6cbfa2a] 2026-05-04 18:30:58.675 [I] [proxy/proxy_manager.go:173] [d8445c13e6cbfa2a] proxy added: [DTN57CC4444] 2026-05-04 18:30:58.867 [I] [client/control.go:168] [d8445c13e6cbfa2a] [DTN57CC4444] start proxy success [2026-05-04,18:35:17.469] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,18:35:24.056] [DEBUG] 6 processes running of frp type [2026-05-04,18:50:07.896] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,18:50:19.414] [DEBUG] 6 processes running of frp type [2026-05-04,19:05:17.848] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,19:05:24.530] [DEBUG] 6 processes running of frp type [2026-05-04,19:20:18.039] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,19: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-05-04,19:35:17.478] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,19:35:23.996] [DEBUG] 6 processes running of frp type [2026-05-04,19:50:02.656] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,19:50:19.233] [DEBUG] 6 processes running of frp type [2026-05-04,20:05:17.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,20:05:24.031] [DEBUG] 6 processes running of frp type [2026-05-04,20:20:22.378] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,20:20:28.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-05-04,20:35:18.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,20:35:24.594] [DEBUG] 6 processes running of frp type [2026-05-04,20:50:18.188] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,20:50:24.918] [DEBUG] 6 processes running of frp type [2026-05-04,21:05:17.195] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,21:05:23.933] [DEBUG] 6 processes running of frp type [2026-05-04,21:20:17.313] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,21:20:23.903] [DEBUG] 6 processes running of frp type 2026-05-04 21:23:09.907 [I] [client/service.go:294] [d8445c13e6cbfa2a] try to connect to server... 2026-05-04 21:23:23.512 [I] [client/service.go:286] [d8445c13e6cbfa2a] login to server success, get run id [d8445c13e6cbfa2a] 2026-05-04 21:23:23.513 [I] [proxy/proxy_manager.go:173] [d8445c13e6cbfa2a] proxy added: [DTN57CC4444] 2026-05-04 21:23:27.466 [I] [client/control.go:168] [d8445c13e6cbfa2a] [DTN57CC4444] start proxy success 2026-05-04 21:23:50.675 [I] [client/service.go:294] [d8445c13e6cbfa2a] try to connect to server... 2026-05-04 21:24:00.677 [W] [client/service.go:297] [d8445c13e6cbfa2a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 21:24:00.678 [I] [client/service.go:294] [d8445c13e6cbfa2a] try to connect to server... 2026-05-04 21:24:01.438 [I] [client/service.go:286] [d8445c13e6cbfa2a] login to server success, get run id [d8445c13e6cbfa2a] 2026-05-04 21:24:01.438 [I] [proxy/proxy_manager.go:173] [d8445c13e6cbfa2a] proxy added: [DTN57CC4444] 2026-05-04 21:24:01.701 [I] [client/control.go:168] [d8445c13e6cbfa2a] [DTN57CC4444] 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 21:29:20.768 [I] [client/service.go:294] [d8445c13e6cbfa2a] try to connect to server... 2026-05-04 21:29:22.269 [I] [client/service.go:286] [d8445c13e6cbfa2a] login to server success, get run id [d8445c13e6cbfa2a] 2026-05-04 21:29:22.271 [I] [proxy/proxy_manager.go:173] [d8445c13e6cbfa2a] proxy added: [DTN57CC4444] 2026-05-04 21:29:22.497 [I] [client/control.go:168] [d8445c13e6cbfa2a] [DTN57CC4444] start proxy success [2026-05-04,21:35:17.524] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,21:35:24.324] [DEBUG] 6 processes running of frp type [2026-05-04,21:50:17.965] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,21:50:24.484] [DEBUG] 6 processes running of frp type [2026-05-04,22:05:18.172] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,22:05:24.893] [DEBUG] 6 processes running of frp type [2026-05-04,22:20:17.163] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,22: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-05-04,22:35:17.010] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,22:35:23.682] [DEBUG] 6 processes running of frp type [2026-05-04,22:50:17.115] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,22:50:23.656] [DEBUG] 6 processes running of frp type [2026-05-04,23:05:18.134] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,23:05:24.758] [DEBUG] 6 processes running of frp type [2026-05-04,23:20:16.939] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,23:20:23.556] [DEBUG] 6 processes running of frp type 2026-05-04 23:21:19.736 [I] [client/service.go:294] [d8445c13e6cbfa2a] try to connect to server... 2026-05-04 23:21:20.394 [I] [client/service.go:286] [d8445c13e6cbfa2a] login to server success, get run id [d8445c13e6cbfa2a] 2026-05-04 23:21:20.395 [I] [proxy/proxy_manager.go:173] [d8445c13e6cbfa2a] proxy added: [DTN57CC4444] 2026-05-04 23:21:20.596 [I] [client/control.go:168] [d8445c13e6cbfa2a] [DTN57CC4444] 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,23:35:18.433] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,23:35:25.024] [DEBUG] 6 processes running of frp type [2026-05-04,23:36:26.852] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,23:36:26.857] [INFO] LocationSqlManager initialising [2026-05-04,23:36:26.858] [INFO] Location DB initialising [2026-05-04,23:36:26.867] [INFO] LocationSqlManager initialisation complete [2026-05-04,23:36:26.868] [DEBUG] UploadManager Init [2026-05-04,23:36:26.869] [DEBUG] UploadManager Init Complete [2026-05-04,23:36:26.872] [INFO] Initializing GPS... [2026-05-04,23:36:26.874] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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,23:39:59.605] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,23:40:06.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-05-04,23:40:20.904] [DEBUG] Log Upload Complete! [2026-05-04,23:42:59.503] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,23:43:06.031] [DEBUG] Remote Access Enabled [2026-05-04,23:43:12.337] [INFO] Server Address: 138.201.17.179 [2026-05-04,23:43:12.338] [INFO] Server Port: 7000 [2026-05-04,23:43:12.343] [DEBUG] Starting Remote Access! 2026-05-04 23:43:12.478 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-04 23:43:12.479 [I] [client/service.go:294] try to connect to server... 2026-05-04 23:43:13.124 [I] [client/service.go:286] [6df1ebd739ba2cfa] login to server success, get run id [6df1ebd739ba2cfa] 2026-05-04 23:43:13.125 [I] [proxy/proxy_manager.go:173] [6df1ebd739ba2cfa] proxy added: [DTN57CC4444] 2026-05-04 23:43:13.341 [I] [client/control.go:168] [6df1ebd739ba2cfa] [DTN57CC4444] start proxy success [2026-05-04,23:50:17.384] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-04,23:50:24.659] [DEBUG] 6 processes running of frp type [2026-05-05,00:05:17.233] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,00:05:24.410] [DEBUG] 6 processes running of frp type [2026-05-05,00:20:17.620] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,00: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' [2026-05-05,00:35:17.582] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,00:35:24.173] [DEBUG] 6 processes running of frp type [2026-05-05,00:50:17.499] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,00:50:24.195] [DEBUG] 6 processes running of frp type [2026-05-05,01:05:17.431] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,01:05:23.992] [DEBUG] 6 processes running of frp type [2026-05-05,01:20:17.186] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,01:20:23.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-05-05,01:35:17.049] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,01:35:23.591] [DEBUG] 6 processes running of frp type [2026-05-05,01:50:17.416] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,01:50:23.907] [DEBUG] 6 processes running of frp type [2026-05-05,02:05:17.210] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,02:05:24.042] [DEBUG] 6 processes running of frp type [2026-05-05,02:20:17.326] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,02: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-05-05,02:35:17.236] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,02:35:23.867] [DEBUG] 6 processes running of frp type [2026-05-05,02:50:18.209] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,02:50:24.913] [DEBUG] 6 processes running of frp type 2026-05-05 02:51:31.871 [I] [client/service.go:294] [6df1ebd739ba2cfa] try to connect to server... 2026-05-05 02:51:41.873 [W] [client/service.go:297] [6df1ebd739ba2cfa] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-05 02:51:41.874 [I] [client/service.go:294] [6df1ebd739ba2cfa] try to connect to server... 2026-05-05 02:51:51.875 [W] [client/service.go:297] [6df1ebd739ba2cfa] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-05 02:51:51.876 [I] [client/service.go:294] [6df1ebd739ba2cfa] try to connect to server... 2026-05-05 02:52:01.878 [W] [client/service.go:297] [6df1ebd739ba2cfa] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-05 02:52:01.878 [I] [client/service.go:294] [6df1ebd739ba2cfa] try to connect to server... 2026-05-05 02:52:11.881 [W] [client/service.go:297] [6df1ebd739ba2cfa] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-05 02:52:31.882 [I] [client/service.go:294] [6df1ebd739ba2cfa] try to connect to server... 2026-05-05 02:52:41.884 [W] [client/service.go:297] [6df1ebd739ba2cfa] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-05 02:53:01.886 [I] [client/service.go:294] [6df1ebd739ba2cfa] try to connect to server... 2026-05-05 02:53:11.888 [W] [client/service.go:297] [6df1ebd739ba2cfa] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-05 02:53:31.889 [I] [client/service.go:294] [6df1ebd739ba2cfa] try to connect to server... 2026-05-05 02:53:31.895 [W] [client/service.go:297] [6df1ebd739ba2cfa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-05 02:53:51.897 [I] [client/service.go:294] [6df1ebd739ba2cfa] try to connect to server... 2026-05-05 02:53:52.957 [I] [client/service.go:286] [6df1ebd739ba2cfa] login to server success, get run id [6df1ebd739ba2cfa] 2026-05-05 02:53:52.958 [I] [proxy/proxy_manager.go:173] [6df1ebd739ba2cfa] proxy added: [DTN57CC4444] 2026-05-05 02:53:53.192 [I] [client/control.go:168] [6df1ebd739ba2cfa] [DTN57CC4444] start proxy success [2026-05-05,03:05:17.492] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,03:05:24.105] [DEBUG] 6 processes running of frp type [2026-05-05,03:20:17.347] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,03: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' [2026-05-05,03:35:17.943] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,03:35:24.465] [DEBUG] 6 processes running of frp type [2026-05-05,03:50:21.067] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,03:50:27.635] [DEBUG] 6 processes running of frp type 2026-05-05 04:00:38.992 [I] [client/service.go:294] [6df1ebd739ba2cfa] try to connect to server... 2026-05-05 04:00:39.005 [W] [client/service.go:297] [6df1ebd739ba2cfa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-05 04:00:41.014 [I] [client/service.go:294] [6df1ebd739ba2cfa] try to connect to server... 2026-05-05 04:00:41.018 [W] [client/service.go:297] [6df1ebd739ba2cfa] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-05 04:00:45.249 [I] [client/service.go:294] [6df1ebd739ba2cfa] try to connect to server... 2026-05-05 04:00:45.903 [I] [client/service.go:286] [6df1ebd739ba2cfa] login to server success, get run id [6df1ebd739ba2cfa] 2026-05-05 04:00:45.905 [I] [proxy/proxy_manager.go:173] [6df1ebd739ba2cfa] proxy added: [DTN57CC4444] 2026-05-05 04:00:46.125 [I] [client/control.go:168] [6df1ebd739ba2cfa] [DTN57CC4444] start proxy success [2026-05-05,04:05:17.973] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,04:05: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-05-05,04:35:17.855] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,04:35:24.428] [DEBUG] 6 processes running of frp type [2026-05-05,04:50:17.585] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,04:50:24.339] [DEBUG] 6 processes running of frp type [2026-05-05,05:05:17.973] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,05:05:24.587] [DEBUG] 6 processes running of frp type [2026-05-05,05:20:17.753] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,05: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-05-05,05:35:18.002] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,05:35:24.537] [DEBUG] 6 processes running of frp type [2026-05-05,05:50:17.337] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,05:50:23.915] [DEBUG] 6 processes running of frp type [2026-05-05,06:05:17.321] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,06:05:24.160] [DEBUG] 6 processes running of frp type [2026-05-05,06:20:17.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,06: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-05-05,06:30:41.339] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,06:30:41.346] [INFO] LocationSqlManager initialising [2026-05-05,06:30:41.347] [INFO] Location DB initialising [2026-05-05,06:30:41.358] [INFO] LocationSqlManager initialisation complete [2026-05-05,06:30:41.359] [DEBUG] UploadManager Init [2026-05-05,06:30:41.360] [DEBUG] UploadManager Init Complete [2026-05-05,06:30:41.365] [INFO] Initializing GPS... [2026-05-05,06:30:41.368] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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-05,06:32:44.689] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,06:32: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-05-05,06:33:15.187] [DEBUG] Log Upload Complete! [2026-05-05,06:35:44.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-05-05,06:35:49.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,06:35:56.475] [DEBUG] Remote Access Enabled [2026-05-05,06:36:02.752] [INFO] Server Address: 138.201.17.179 [2026-05-05,06:36:02.753] [INFO] Server Port: 7000 [2026-05-05,06:36:02.764] [DEBUG] Starting Remote Access! 2026-05-05 06:36:02.928 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-05 06:36:02.929 [I] [client/service.go:294] try to connect to server... 2026-05-05 06:36:03.667 [I] [client/service.go:286] [cead7c8f033ce970] login to server success, get run id [cead7c8f033ce970] 2026-05-05 06:36:03.668 [I] [proxy/proxy_manager.go:173] [cead7c8f033ce970] proxy added: [DTN57CC4444] 2026-05-05 06:36:03.907 [I] [client/control.go:168] [cead7c8f033ce970] [DTN57CC4444] start proxy success [2026-05-05,06:50:18.098] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,06:50:24.802] [DEBUG] 6 processes running of frp type [2026-05-05,07:05:18.560] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,07:06:52.610] [DEBUG] 6 processes running of frp type [2026-05-05,07:20:18.050] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,07:20:29.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-05,07:35:17.538] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,07:35:24.134] [DEBUG] 6 processes running of frp type [2026-05-05,07:50:17.411] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,07:50:23.992] [DEBUG] 6 processes running of frp type [2026-05-05,08:02:17.884] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,08:02:24.414] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-05,08:03:50.729] [DEBUG] Log Upload Complete! [2026-05-05,08:05:17.753] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,08:05:24.341] [DEBUG] 6 processes running of frp type [2026-05-05,08:20:18.590] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,08:20:25.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-05,08:35:17.630] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,08:35:24.751] [DEBUG] 6 processes running of frp type [2026-05-05,08:50:17.404] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,08:50:23.965] [DEBUG] 6 processes running of frp type [2026-05-05,09:05:17.424] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,09:05:23.978] [DEBUG] 6 processes running of frp type [2026-05-05,09:20:17.301] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,09: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-05-05,09:35:17.452] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,09:35:24.069] [DEBUG] 6 processes running of frp type [2026-05-05,09:50:17.728] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,09:50:24.319] [DEBUG] 6 processes running of frp type [2026-05-05,10:05:17.631] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,10:07:23.839] [DEBUG] Remote Access Disabled [2026-05-05,10:20:17.171] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,10:20:54.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-05-05,10:35:17.437] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,10:35:24.036] [DEBUG] 6 processes running of frp type [2026-05-05,10:50:17.666] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,10:50:24.323] [DEBUG] 6 processes running of frp type [2026-05-05,11:05:17.725] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,11:05:24.601] [DEBUG] 6 processes running of frp type [2026-05-05,11:20:18.003] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,11:20:24.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-05-05,11:35:17.420] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,11:35:24.015] [DEBUG] 6 processes running of frp type [2026-05-05,11:50:17.633] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,11:50:24.279] [DEBUG] 6 processes running of frp type [2026-05-05,12:05:17.666] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,12:05:24.292] [DEBUG] 6 processes running of frp type [2026-05-05,12:20:17.581] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,12: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-05,12:35:18.012] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,12:35:24.629] [DEBUG] 6 processes running of frp type [2026-05-05,12:50:16.848] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,12:50:23.509] [DEBUG] 6 processes running of frp type [2026-05-05,13:05:17.930] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,13:05:24.578] [DEBUG] 6 processes running of frp type [2026-05-05,13:20:18.012] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,13:20:26.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-05-05,13:35:18.167] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,13:35:24.733] [DEBUG] 6 processes running of frp type [2026-05-05,13:50:17.420] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,13:50:23.989] [DEBUG] 6 processes running of frp type [2026-05-05,14:05:17.393] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,14:05:23.979] [DEBUG] 6 processes running of frp type [2026-05-05,14:20:17.328] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,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' [2026-05-05,14:35:17.975] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,14:35:24.611] [DEBUG] 6 processes running of frp type [2026-05-05,14:50:16.953] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,14:50:23.590] [DEBUG] 6 processes running of frp type [2026-05-05,15:05:18.140] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,15:05:24.684] [DEBUG] 6 processes running of frp type [2026-05-05,15:20:17.875] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,15: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-05,15:35:17.438] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,15:35:24.053] [DEBUG] 6 processes running of frp type [2026-05-05,15:50:17.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,15:50:24.363] [DEBUG] 6 processes running of frp type [2026-05-05,16:05:17.889] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,16:05:24.475] [DEBUG] 6 processes running of frp type [2026-05-05,16:20:17.728] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,16:20:24.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-05-05,16:35:18.164] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,16:35:24.812] [DEBUG] 6 processes running of frp type [2026-05-05,16:50:17.565] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,16:50:24.099] [DEBUG] 6 processes running of frp type [2026-05-05,17:05:17.595] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,17:05:24.207] [DEBUG] 6 processes running of frp type [2026-05-05,17:20:17.500] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,17: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-05-05,17:35:17.831] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,17:35:24.534] [DEBUG] 6 processes running of frp type [2026-05-05,17:50:18.183] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,17:50:24.899] [DEBUG] 6 processes running of frp type [2026-05-05,18:05:17.288] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,18:05:23.888] [DEBUG] 6 processes running of frp type [2026-05-05,18:20:17.132] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,18:20:23.708] [DEBUG] 6 processes running of frp type [2026-05-05,18:25:40.460] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:25:40.464] [INFO] LocationSqlManager initialising [2026-05-05,18:25:40.464] [INFO] Location DB initialising [2026-05-05,18:25:40.474] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:25:40.475] [DEBUG] UploadManager Init [2026-05-05,18:25:40.475] [DEBUG] UploadManager Init Complete [2026-05-05,18:25:40.478] [INFO] Initializing GPS... [2026-05-05,18:25:40.480] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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-05,18:27:45.145] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,18:27:56.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-05-05,18:28:35.006] [DEBUG] Log Upload Complete! [2026-05-05,18:30:49.974] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,18:30:50.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')) [2026-05-05,18:30:56.551] [DEBUG] Remote Access Enabled [2026-05-05,18:31:02.722] [INFO] Server Address: 138.201.17.179 [2026-05-05,18:31:02.723] [INFO] Server Port: 7000 [2026-05-05,18:31:02.728] [DEBUG] Starting Remote Access! 2026-05-05 18:31:02.880 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-05 18:31:02.881 [I] [client/service.go:294] try to connect to server... 2026-05-05 18:31:03.574 [I] [client/service.go:286] [dcec3de7deece309] login to server success, get run id [dcec3de7deece309] 2026-05-05 18:31:03.575 [I] [proxy/proxy_manager.go:173] [dcec3de7deece309] proxy added: [DTN57CC4444] 2026-05-05 18:31:03.803 [I] [client/control.go:168] [dcec3de7deece309] [DTN57CC4444] start proxy success [2026-05-05,18:35:17.588] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,18:35:24.153] [DEBUG] 6 processes running of frp type [2026-05-05,18:50:17.155] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,18:50:23.752] [DEBUG] 6 processes running of frp type [2026-05-05,19:05:17.090] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,19:05:23.678] [DEBUG] 6 processes running of frp type [2026-05-05,19:20:17.840] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,19: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-05-05,19:35:17.678] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,19:35:24.322] [DEBUG] 6 processes running of frp type [2026-05-05,19:50:18.117] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,19:50:24.749] [DEBUG] 6 processes running of frp type [2026-05-05,20:05:17.068] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,20:05:23.681] [DEBUG] 6 processes running of frp type [2026-05-05,20:20:18.499] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,20:20:28.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-05-05,20:35:17.994] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,20:37:24.292] [DEBUG] Remote Access Disabled [2026-05-05,20:50:17.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,20:50:23.992] [DEBUG] 6 processes running of frp type [2026-05-05,21:05:17.441] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,21:05:23.968] [DEBUG] 6 processes running of frp type [2026-05-05,21:20:17.297] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,21:20:25.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' [2026-05-05,21:35:17.790] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,21:35:24.692] [DEBUG] 6 processes running of frp type 2026-05-05 21:48:30.257 [I] [client/service.go:294] [dcec3de7deece309] try to connect to server... 2026-05-05 21:48:34.130 [I] [client/service.go:286] [dcec3de7deece309] login to server success, get run id [dcec3de7deece309] 2026-05-05 21:48:34.132 [I] [proxy/proxy_manager.go:173] [dcec3de7deece309] proxy added: [DTN57CC4444] 2026-05-05 21:48:34.489 [I] [client/control.go:168] [dcec3de7deece309] [DTN57CC4444] start proxy success [2026-05-05,21:50:17.503] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,21:50:26.700] [DEBUG] 6 processes running of frp type [2026-05-05,22:05:18.376] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,22:05:25.410] [DEBUG] 6 processes running of frp type [2026-05-05,22:20:17.786] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,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' [2026-05-05,22:35:22.733] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,22:35:29.600] [DEBUG] 6 processes running of frp type [2026-05-05,22:50:17.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,22:50:29.679] [DEBUG] 6 processes running of frp type 2026-05-05 23:00:49.900 [I] [client/service.go:294] [dcec3de7deece309] try to connect to server... 2026-05-05 23:00:54.352 [I] [client/service.go:286] [dcec3de7deece309] login to server success, get run id [dcec3de7deece309] 2026-05-05 23:00:54.353 [I] [proxy/proxy_manager.go:173] [dcec3de7deece309] proxy added: [DTN57CC4444] 2026-05-05 23:00:54.597 [I] [client/control.go:168] [dcec3de7deece309] [DTN57CC4444] start proxy success 2026-05-05 23:02:05.615 [I] [client/service.go:294] [dcec3de7deece309] try to connect to server... 2026-05-05 23:02:15.618 [W] [client/service.go:297] [dcec3de7deece309] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-05 23:02:15.619 [I] [client/service.go:294] [dcec3de7deece309] try to connect to server... 2026-05-05 23:02:30.510 [W] [client/service.go:297] [dcec3de7deece309] connect to server error: connection write timeout 2026-05-05 23:02:30.511 [I] [client/service.go:294] [dcec3de7deece309] try to connect to server... 2026-05-05 23:02:47.239 [W] [client/service.go:297] [dcec3de7deece309] connect to server error: connection write timeout 2026-05-05 23:02:47.240 [I] [client/service.go:294] [dcec3de7deece309] try to connect to server... 2026-05-05 23:02:57.242 [W] [client/service.go:297] [dcec3de7deece309] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-05 23:02:57.242 [I] [client/service.go:294] [dcec3de7deece309] try to connect to server... 2026-05-05 23:03:07.244 [W] [client/service.go:297] [dcec3de7deece309] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-05 23:03:27.245 [I] [client/service.go:294] [dcec3de7deece309] try to connect to server... 2026-05-05 23:03:38.993 [W] [client/service.go:297] [dcec3de7deece309] connect to server error: connection write timeout 2026-05-05 23:03:58.994 [I] [client/service.go:294] [dcec3de7deece309] try to connect to server... 2026-05-05 23:04:10.707 [W] [client/service.go:297] [dcec3de7deece309] connect to server error: i/o deadline reached 2026-05-05 23:04:30.708 [I] [client/service.go:294] [dcec3de7deece309] try to connect to server... 2026-05-05 23:04:40.263 [I] [client/service.go:286] [dcec3de7deece309] login to server success, get run id [dcec3de7deece309] 2026-05-05 23:04:40.265 [I] [proxy/proxy_manager.go:173] [dcec3de7deece309] proxy added: [DTN57CC4444] 2026-05-05 23:04:41.671 [I] [client/control.go:168] [dcec3de7deece309] [DTN57CC4444] start proxy success [2026-05-05,23:05:17.019] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,23:05:23.632] [DEBUG] 6 processes running of frp type [2026-05-05,23:20:17.932] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,23:20:24.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-05-05,23:35:17.590] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,23:35:24.365] [DEBUG] 6 processes running of frp type [2026-05-05,23:50:17.106] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-05,23:50:27.198] [DEBUG] 6 processes running of frp type [2026-05-06,00:05:17.711] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,00:05:24.369] [DEBUG] 6 processes running of frp type [2026-05-06,00:20:17.716] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,00: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-06,00:35:17.617] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,00:35:24.282] [DEBUG] 6 processes running of frp type [2026-05-06,00:50:17.859] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,00:50:24.423] [DEBUG] 6 processes running of frp type [2026-05-06,01:05:17.988] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,01:05:24.707] [DEBUG] 6 processes running of frp type [2026-05-06,01:20:18.310] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,01: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-05-06,01:35:17.589] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,01:35:24.281] [DEBUG] 6 processes running of frp type [2026-05-06,01:50:18.284] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,01:50:24.830] [DEBUG] 6 processes running of frp type [2026-05-06,02:05:17.062] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,02:05:23.944] [DEBUG] 6 processes running of frp type [2026-05-06,02:20:17.319] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,02:20:23.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-05-06,02:35:17.726] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,02:35:24.409] [DEBUG] 6 processes running of frp type [2026-05-06,02:50:17.406] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,02:50:23.978] [DEBUG] 6 processes running of frp type [2026-05-06,03:05:17.478] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,03:05:24.018] [DEBUG] 6 processes running of frp type [2026-05-06,03:20:17.271] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,03: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-05-06,03:35:17.754] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,03:35:24.416] [DEBUG] 6 processes running of frp type [2026-05-06,03:50:17.158] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,03:50:23.729] [DEBUG] 6 processes running of frp type 2026-05-06 04:00:43.876 [I] [client/service.go:294] [dcec3de7deece309] try to connect to server... 2026-05-06 04:00:53.878 [W] [client/service.go:297] [dcec3de7deece309] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-06 04:00:53.878 [I] [client/service.go:294] [dcec3de7deece309] try to connect to server... 2026-05-06 04:00:54.198 [W] [client/service.go:297] [dcec3de7deece309] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-06 04:00:58.206 [I] [client/service.go:294] [dcec3de7deece309] try to connect to server... 2026-05-06 04:00:58.251 [W] [client/service.go:297] [dcec3de7deece309] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-06 04:01:06.653 [I] [client/service.go:294] [dcec3de7deece309] try to connect to server... 2026-05-06 04:01:06.656 [W] [client/service.go:297] [dcec3de7deece309] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-06 04:01:24.259 [I] [client/service.go:294] [dcec3de7deece309] try to connect to server... 2026-05-06 04:01:24.872 [I] [client/service.go:286] [dcec3de7deece309] login to server success, get run id [dcec3de7deece309] 2026-05-06 04:01:24.874 [I] [proxy/proxy_manager.go:173] [dcec3de7deece309] proxy added: [DTN57CC4444] 2026-05-06 04:01:25.077 [I] [client/control.go:168] [dcec3de7deece309] [DTN57CC4444] start proxy success [2026-05-06,04:05:16.980] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,04:05:23.512] [DEBUG] 6 processes running of frp type [2026-05-06,04:20:17.957] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,04:20:24.460] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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-06,04:35:20.319] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,04:35:27.252] [DEBUG] 6 processes running of frp type [2026-05-06,04:50:17.937] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,04:50:24.507] [DEBUG] 6 processes running of frp type [2026-05-06,05:05:17.746] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,05:05:24.318] [DEBUG] 6 processes running of frp type [2026-05-06,05:20:17.517] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,05: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' [2026-05-06,05:35:18.010] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,05:35:24.607] [DEBUG] 6 processes running of frp type [2026-05-06,05:50:17.754] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,05:50:24.321] [DEBUG] 6 processes running of frp type [2026-05-06,06:05:17.611] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,06:05:24.128] [DEBUG] 6 processes running of frp type [2026-05-06,06:20:20.917] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,06:20:27.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-05-06,06:30:40.555] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:30:40.561] [INFO] LocationSqlManager initialising [2026-05-06,06:30:40.562] [INFO] Location DB initialising [2026-05-06,06:30:40.573] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:30:40.574] [DEBUG] UploadManager Init [2026-05-06,06:30:40.575] [DEBUG] UploadManager Init Complete [2026-05-06,06:30:40.582] [INFO] Initializing GPS... [2026-05-06,06:30:40.586] [INFO] Starting location capture [2026-05-06,06:31:46.926] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,06:31:46.932] [INFO] LocationSqlManager initialising [2026-05-06,06:31:46.933] [INFO] Location DB initialising [2026-05-06,06:31:46.944] [INFO] LocationSqlManager initialisation complete [2026-05-06,06:31:46.945] [DEBUG] UploadManager Init [2026-05-06,06:31:46.946] [DEBUG] UploadManager Init Complete [2026-05-06,06:31:46.950] [INFO] Initializing GPS... [2026-05-06,06:31:46.953] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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-06,06:33:50.483] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,06:34:01.976] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-06,06:34:12.555] [DEBUG] Log Upload Complete! [2026-05-06,06:36:50.647] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,06:36:57.125] [DEBUG] Remote Access Enabled [2026-05-06,06:37:04.191] [INFO] Server Address: 138.201.17.179 [2026-05-06,06:37:04.192] [INFO] Server Port: 7000 [2026-05-06,06:37:04.196] [DEBUG] Starting Remote Access! 2026-05-06 06:37:04.334 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-06 06:37:04.335 [I] [client/service.go:294] try to connect to server... 2026-05-06 06:37:04.959 [I] [client/service.go:286] [ab149597ef648b34] login to server success, get run id [ab149597ef648b34] 2026-05-06 06:37:04.960 [I] [proxy/proxy_manager.go:173] [ab149597ef648b34] proxy added: [DTN57CC4444] 2026-05-06 06:37:05.171 [I] [client/control.go:168] [ab149597ef648b34] [DTN57CC4444] start proxy success [2026-05-06,06:50:17.685] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,06:50:24.231] [DEBUG] 6 processes running of frp type [2026-05-06,07:05:17.788] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,07:05:24.307] [DEBUG] 6 processes running of frp type [2026-05-06,07:20:17.746] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,07: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-05-06,07:35:17.557] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,07:35:23.985] [DEBUG] 6 processes running of frp type [2026-05-06,07:50:17.830] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,07:50:24.420] [DEBUG] 6 processes running of frp type [2026-05-06,08:02:17.746] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,08:02:24.189] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-06,08:02:36.743] [DEBUG] Log Upload Complete! [2026-05-06,08:05:17.616] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,08:05:24.175] [DEBUG] 6 processes running of frp type [2026-05-06,08:20:17.498] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,08: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-05-06,08:35:17.861] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,08:35:24.357] [DEBUG] 6 processes running of frp type [2026-05-06,08:50:18.201] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,08:50:24.697] [DEBUG] 6 processes running of frp type [2026-05-06,09:05:18.128] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,09:05:24.688] [DEBUG] 6 processes running of frp type [2026-05-06,09:20:18.009] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,09: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-05-06,09:35:17.300] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,09:35:23.908] [DEBUG] 6 processes running of frp type [2026-05-06,09:50:17.634] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,09:50:24.409] [DEBUG] 6 processes running of frp type [2026-05-06,10:05:17.811] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,10:05:24.324] [DEBUG] 6 processes running of frp type [2026-05-06,10:20:17.695] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,10: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-05-06,10:35:18.048] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,10:35:24.636] [DEBUG] 6 processes running of frp type [2026-05-06,10:50:17.401] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,10:50:23.970] [DEBUG] 6 processes running of frp type [2026-05-06,11:05:17.436] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,11:05:24.106] [DEBUG] 6 processes running of frp type [2026-05-06,11:20:17.336] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,11:20:24.047] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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-06,11:35:18.001] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,11:35:24.780] [DEBUG] 6 processes running of frp type [2026-05-06,11:50:17.511] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,11:50:24.119] [DEBUG] 6 processes running of frp type 2026-05-06 12:01:25.546 [I] [client/service.go:294] [ab149597ef648b34] try to connect to server... 2026-05-06 12:01:26.170 [I] [client/service.go:286] [ab149597ef648b34] login to server success, get run id [ab149597ef648b34] 2026-05-06 12:01:26.181 [I] [proxy/proxy_manager.go:173] [ab149597ef648b34] proxy added: [DTN57CC4444] 2026-05-06 12:01:26.390 [I] [client/control.go:168] [ab149597ef648b34] [DTN57CC4444] start proxy success [2026-05-06,12:05:17.574] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,12:05:24.162] [DEBUG] 6 processes running of frp type [2026-05-06,12:20:17.521] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,12: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-05-06 12:34:49.193 [I] [client/service.go:294] [ab149597ef648b34] try to connect to server... 2026-05-06 12:34:59.195 [W] [client/service.go:297] [ab149597ef648b34] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-06 12:34:59.196 [I] [client/service.go:294] [ab149597ef648b34] try to connect to server... 2026-05-06 12:35:09.198 [W] [client/service.go:297] [ab149597ef648b34] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-06 12:35:09.199 [I] [client/service.go:294] [ab149597ef648b34] try to connect to server... 2026-05-06 12:35:09.841 [I] [client/service.go:286] [ab149597ef648b34] login to server success, get run id [ab149597ef648b34] 2026-05-06 12:35:09.843 [I] [proxy/proxy_manager.go:173] [ab149597ef648b34] proxy added: [DTN57CC4444] 2026-05-06 12:35:10.049 [I] [client/control.go:168] [ab149597ef648b34] [DTN57CC4444] start proxy success [2026-05-06,12:35:18.040] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,12:35:24.622] [DEBUG] 6 processes running of frp type [2026-05-06,12:50:17.295] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,12:50:23.901] [DEBUG] 6 processes running of frp type [2026-05-06,13:05:17.312] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,13:05:23.913] [DEBUG] 6 processes running of frp type [2026-05-06,13:20:17.258] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,13:20:23.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' [2026-05-06,13:35:17.654] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,13:35:24.210] [DEBUG] 6 processes running of frp type [2026-05-06,13:50:18.129] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,13:50:24.818] [DEBUG] 6 processes running of frp type [2026-05-06,14:05:17.299] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,14:05:23.959] [DEBUG] 6 processes running of frp type [2026-05-06,14:20:17.254] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,14: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-05-06,14:35:17.735] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,14:35:24.401] [DEBUG] 6 processes running of frp type [2026-05-06,14:50:17.148] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,14:50:23.810] [DEBUG] 6 processes running of frp type [2026-05-06,15:05:17.075] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,15:05:23.704] [DEBUG] 6 processes running of frp type [2026-05-06,15:20:18.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,15:20:24.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-05-06,15:35:17.677] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,15:35:24.277] [DEBUG] 6 processes running of frp type [2026-05-06,15:50:18.019] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,15:50:24.801] [DEBUG] 6 processes running of frp type [2026-05-06,16:05:17.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,16:05:23.746] [DEBUG] 6 processes running of frp type [2026-05-06,16:20:16.927] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,16: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-05-06,16:35:17.494] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,16:35:24.110] [DEBUG] 6 processes running of frp type [2026-05-06,16:50:17.824] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,16:50:24.473] [DEBUG] 6 processes running of frp type [2026-05-06,17:05:17.971] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,17:05:24.752] [DEBUG] 6 processes running of frp type [2026-05-06,17:20:17.061] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,17: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-05-06,17:35:17.520] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,17:35:24.249] [DEBUG] 6 processes running of frp type [2026-05-06,17:50:17.860] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,17:50:24.466] [DEBUG] 6 processes running of frp type [2026-05-06,18:05:17.941] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,18:05:24.538] [DEBUG] 6 processes running of frp type [2026-05-06,18:20:17.865] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,18:20:24.453] [DEBUG] 6 processes running of frp type [2026-05-06,18:25:41.775] [INFO] Initializing BusSpeedStateManager V2 [2026-05-06,18:25:41.780] [INFO] LocationSqlManager initialising [2026-05-06,18:25:41.781] [INFO] Location DB initialising [2026-05-06,18:25:41.790] [INFO] LocationSqlManager initialisation complete [2026-05-06,18:25:41.791] [DEBUG] UploadManager Init [2026-05-06,18:25:41.792] [DEBUG] UploadManager Init Complete [2026-05-06,18:25:41.794] [INFO] Initializing GPS... [2026-05-06,18:25:41.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-06,18:27:44.964] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,18:27:51.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-05-06,18:28:06.089] [DEBUG] Log Upload Complete! [2026-05-06,18:30:44.963] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,18:30:50.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-05-06,18:30:51.525] [DEBUG] Remote Access Enabled [2026-05-06,18:30:57.793] [INFO] Server Address: 138.201.17.179 [2026-05-06,18:30:57.794] [INFO] Server Port: 7000 [2026-05-06,18:30:57.799] [DEBUG] Starting Remote Access! 2026-05-06 18:30:57.928 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-06 18:30:57.929 [I] [client/service.go:294] try to connect to server... 2026-05-06 18:30:58.570 [I] [client/service.go:286] [ca9e59f49d7a59a3] login to server success, get run id [ca9e59f49d7a59a3] 2026-05-06 18:30:58.571 [I] [proxy/proxy_manager.go:173] [ca9e59f49d7a59a3] proxy added: [DTN57CC4444] 2026-05-06 18:30:58.779 [I] [client/control.go:168] [ca9e59f49d7a59a3] [DTN57CC4444] start proxy success [2026-05-06,18:35:17.418] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,18:35:24.022] [DEBUG] 6 processes running of frp type [2026-05-06,18:50:17.725] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,18:50:24.294] [DEBUG] 6 processes running of frp type [2026-05-06,19:05:17.658] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,19:05:24.300] [DEBUG] 6 processes running of frp type [2026-05-06,19:20:17.594] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,19: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-05-06,19:35:17.556] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,19:35:24.054] [DEBUG] 6 processes running of frp type [2026-05-06,19:50:18.303] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,19:50:24.809] [DEBUG] 6 processes running of frp type [2026-05-06,20:05:17.441] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,20:05:23.990] [DEBUG] 6 processes running of frp type [2026-05-06,20:20:17.139] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,20:20:23.653] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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-06,20:35:18.130] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,20:35:24.832] [DEBUG] 6 processes running of frp type [2026-05-06,20:50:17.306] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,20:50:26.168] [DEBUG] 6 processes running of frp type [2026-05-06,21:05:17.514] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,21:05:24.113] [DEBUG] 6 processes running of frp type [2026-05-06,21:20:17.557] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,21: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-05-06 21:29:16.474 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-06 21:29:29.387 [I] [client/service.go:286] [ca9e59f49d7a59a3] login to server success, get run id [ca9e59f49d7a59a3] 2026-05-06 21:29:29.388 [I] [proxy/proxy_manager.go:173] [ca9e59f49d7a59a3] proxy added: [DTN57CC4444] 2026-05-06 21:29:30.571 [I] [client/control.go:168] [ca9e59f49d7a59a3] [DTN57CC4444] start proxy success [2026-05-06,21:35:18.368] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,21:35:25.018] [DEBUG] 6 processes running of frp type 2026-05-06 21:40:38.800 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-06 21:40:48.802 [W] [client/service.go:297] [ca9e59f49d7a59a3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-06 21:40:48.803 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-06 21:40:52.910 [I] [client/service.go:286] [ca9e59f49d7a59a3] login to server success, get run id [ca9e59f49d7a59a3] 2026-05-06 21:40:52.912 [I] [proxy/proxy_manager.go:173] [ca9e59f49d7a59a3] proxy added: [DTN57CC4444] 2026-05-06 21:40:53.122 [I] [client/control.go:168] [ca9e59f49d7a59a3] [DTN57CC4444] start proxy success [2026-05-06,21:50:18.053] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,21:50:27.005] [DEBUG] 6 processes running of frp type [2026-05-06,22:05:17.423] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,22:05:24.274] [DEBUG] 6 processes running of frp type [2026-05-06,22:20:17.470] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,22: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-05-06,22:35:17.892] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,22:35:24.575] [DEBUG] 6 processes running of frp type [2026-05-06,22:50:17.192] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,22:50:23.700] [DEBUG] 6 processes running of frp type [2026-05-06,23:05:17.984] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,23:05:24.528] [DEBUG] 6 processes running of frp type [2026-05-06,23:20:17.694] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,23: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-06,23:35:17.870] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-06,23:35:25.290] [DEBUG] 6 processes running of frp type [2026-05-06,23:50:25.492] [DEBUG] Device Mac: 78-22-88-e9-aa-39 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-05-06 23:51:05.177 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-06 23:51:15.178 [W] [client/service.go:297] [ca9e59f49d7a59a3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-06 23:51:15.179 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-06 23:51:25.692 [W] [client/service.go:297] [ca9e59f49d7a59a3] connect to server error: connection write timeout 2026-05-06 23:51:25.692 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-06 23:51:39.444 [W] [client/service.go:297] [ca9e59f49d7a59a3] connect to server error: i/o deadline reached 2026-05-06 23:51:39.445 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-06 23:51:48.020 [I] [client/service.go:286] [ca9e59f49d7a59a3] login to server success, get run id [ca9e59f49d7a59a3] 2026-05-06 23:51:48.021 [I] [proxy/proxy_manager.go:173] [ca9e59f49d7a59a3] proxy added: [DTN57CC4444] 2026-05-06 23:51:50.370 [I] [client/control.go:168] [ca9e59f49d7a59a3] [DTN57CC4444] start proxy success [2026-05-07,00:05:17.948] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,00:05:24.525] [DEBUG] 6 processes running of frp type [2026-05-07,00:20:18.089] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,00: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-05-07,00:35:17.663] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,00:35:24.569] [DEBUG] 6 processes running of frp type [2026-05-07,00:50:17.325] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,00:50:23.979] [DEBUG] 6 processes running of frp type [2026-05-07,01:05:17.192] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,01:05:23.695] [DEBUG] 6 processes running of frp type [2026-05-07,01:20:17.926] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,01: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-05-07,01:35:17.316] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,01:35:23.973] [DEBUG] 6 processes running of frp type [2026-05-07,01:50:17.794] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,01:50:24.300] [DEBUG] 6 processes running of frp type [2026-05-07,02:05:17.481] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,02:05:23.996] [DEBUG] 6 processes running of frp type [2026-05-07,02:20:17.442] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,02: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-05-07,02:35:17.333] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,02:35:23.866] [DEBUG] 6 processes running of frp type [2026-05-07,02:50:17.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,02:50:24.041] [DEBUG] 6 processes running of frp type 2026-05-07 03:00:11.845 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-07 03:00:21.847 [W] [client/service.go:297] [ca9e59f49d7a59a3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 03:00:21.848 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-07 03:00:31.849 [W] [client/service.go:297] [ca9e59f49d7a59a3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 03:00:31.849 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-07 03:00:41.851 [W] [client/service.go:297] [ca9e59f49d7a59a3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 03:00:41.852 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-07 03:00:51.854 [W] [client/service.go:297] [ca9e59f49d7a59a3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 03:00:51.854 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-07 03:01:01.856 [W] [client/service.go:297] [ca9e59f49d7a59a3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 03:01:21.857 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-07 03:01:37.812 [W] [client/service.go:297] [ca9e59f49d7a59a3] connect to server error: connection write timeout 2026-05-07 03:01:57.814 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-07 03:02:03.934 [I] [client/service.go:286] [ca9e59f49d7a59a3] login to server success, get run id [ca9e59f49d7a59a3] 2026-05-07 03:02:03.936 [I] [proxy/proxy_manager.go:173] [ca9e59f49d7a59a3] proxy added: [DTN57CC4444] 2026-05-07 03:02:04.194 [I] [client/control.go:168] [ca9e59f49d7a59a3] [DTN57CC4444] start proxy success [2026-05-07,03:05:17.316] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,03:05:24.171] [DEBUG] 6 processes running of frp type [2026-05-07,03:20:17.404] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,03: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-05-07,03:35:17.829] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,03:35:24.646] [DEBUG] 6 processes running of frp type [2026-05-07,03:50:17.736] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,03:50:24.250] [DEBUG] 6 processes running of frp type 2026-05-07 04:01:04.708 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-07 04:01:04.711 [W] [client/service.go:297] [ca9e59f49d7a59a3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-07 04:01:06.798 [I] [client/service.go:294] [ca9e59f49d7a59a3] try to connect to server... 2026-05-07 04:01:07.538 [I] [client/service.go:286] [ca9e59f49d7a59a3] login to server success, get run id [ca9e59f49d7a59a3] 2026-05-07 04:01:07.539 [I] [proxy/proxy_manager.go:173] [ca9e59f49d7a59a3] proxy added: [DTN57CC4444] 2026-05-07 04:01:07.866 [I] [client/control.go:168] [ca9e59f49d7a59a3] [DTN57CC4444] start proxy success [2026-05-07,04:05:17.518] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,04:05:24.119] [DEBUG] 6 processes running of frp type [2026-05-07,04:20:17.418] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,04: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' [2026-05-07,04:35:18.038] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,04:35:24.566] [DEBUG] 6 processes running of frp type [2026-05-07,04:50:17.148] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,04:50:23.952] [DEBUG] 6 processes running of frp type [2026-05-07,05:05:17.689] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,05:05:24.304] [DEBUG] 6 processes running of frp type [2026-05-07,05:20:17.846] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,05:20:24.391] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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:17.305] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,05:35:24.008] [DEBUG] 6 processes running of frp type [2026-05-07,05:50:17.469] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,05:50:24.077] [DEBUG] 6 processes running of frp type [2026-05-07,06:05:17.772] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,06:05:24.336] [DEBUG] 6 processes running of frp type [2026-05-07,06:20:17.830] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,06:20:24.391] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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:41.540] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,06:30:41.546] [INFO] LocationSqlManager initialising [2026-05-07,06:30:41.547] [INFO] Location DB initialising [2026-05-07,06:30:41.559] [INFO] LocationSqlManager initialisation complete [2026-05-07,06:30:41.561] [DEBUG] UploadManager Init [2026-05-07,06:30:41.561] [DEBUG] UploadManager Init Complete [2026-05-07,06:30:41.564] [INFO] Initializing GPS... [2026-05-07,06:30:41.566] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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:44.945] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,06:32:51.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-05-07,06:33:25.785] [DEBUG] Log Upload Complete! [2026-05-07,06:35:44.961] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,06:35:51.422] [DEBUG] Remote Access Enabled [2026-05-07,06:35:57.626] [INFO] Server Address: 138.201.17.179 [2026-05-07,06:35:57.628] [INFO] Server Port: 7000 [2026-05-07,06:35:57.632] [DEBUG] Starting Remote Access! 2026-05-07 06:35:57.771 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-07 06:35:57.772 [I] [client/service.go:294] try to connect to server... 2026-05-07 06:35:58.408 [I] [client/service.go:286] [f0f084bacd6e9f85] login to server success, get run id [f0f084bacd6e9f85] 2026-05-07 06:35:58.409 [I] [proxy/proxy_manager.go:173] [f0f084bacd6e9f85] proxy added: [DTN57CC4444] 2026-05-07 06:35:58.623 [I] [client/control.go:168] [f0f084bacd6e9f85] [DTN57CC4444] start proxy success [2026-05-07,06:50:17.597] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,06:50:25.449] [DEBUG] 6 processes running of frp type [2026-05-07,07:05:17.488] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,07:05:26.389] [DEBUG] 6 processes running of frp type [2026-05-07,07:20:17.576] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,07:20:24.277] [DEBUG] 6 processes running of frp type 2026-05-07 07:23:29.395 [I] [client/service.go:294] [f0f084bacd6e9f85] try to connect to server... 2026-05-07 07:23:39.398 [W] [client/service.go:297] [f0f084bacd6e9f85] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 07:23:39.398 [I] [client/service.go:294] [f0f084bacd6e9f85] try to connect to server... 2026-05-07 07:23:49.400 [W] [client/service.go:297] [f0f084bacd6e9f85] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 07:23:49.401 [I] [client/service.go:294] [f0f084bacd6e9f85] try to connect to server... 2026-05-07 07:23:59.403 [W] [client/service.go:297] [f0f084bacd6e9f85] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 07:23:59.403 [I] [client/service.go:294] [f0f084bacd6e9f85] try to connect to server... 2026-05-07 07:24:06.500 [W] [client/service.go:297] [f0f084bacd6e9f85] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-07 07:24:26.502 [I] [client/service.go:294] [f0f084bacd6e9f85] try to connect to server... 2026-05-07 07:24:27.038 [I] [client/service.go:286] [f0f084bacd6e9f85] login to server success, get run id [f0f084bacd6e9f85] 2026-05-07 07:24:27.039 [I] [proxy/proxy_manager.go:173] [f0f084bacd6e9f85] proxy added: [DTN57CC4444] 2026-05-07 07:24:27.236 [I] [client/control.go:168] [f0f084bacd6e9f85] [DTN57CC4444] 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,07:35:17.200] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,07:35:24.991] [DEBUG] 6 processes running of frp type [2026-05-07,07:50:17.657] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,07:50:29.158] [DEBUG] 6 processes running of frp type [2026-05-07,08:02:17.441] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,08:02:29.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( [2026-05-07,08:04:27.187] [DEBUG] Log Upload Complete! [2026-05-07,08:05:17.624] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,08:05:24.240] [DEBUG] 6 processes running of frp type [2026-05-07,08:20:18.471] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,08: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-05-07,08:35:18.006] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,08:35:24.590] [DEBUG] 6 processes running of frp type [2026-05-07,08:50:17.143] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,08:50:23.739] [DEBUG] 6 processes running of frp type [2026-05-07,09:05:17.203] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,09:05:26.345] [DEBUG] 6 processes running of frp type [2026-05-07,09:20:17.598] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,09: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-05-07,09:35:18.071] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,09:35:25.482] [DEBUG] 6 processes running of frp type [2026-05-07,09:50:17.275] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,09:50:23.832] [DEBUG] 6 processes running of frp type 2026-05-07 10:02:09.044 [I] [client/service.go:294] [f0f084bacd6e9f85] try to connect to server... 2026-05-07 10:02:12.404 [I] [client/service.go:286] [f0f084bacd6e9f85] login to server success, get run id [f0f084bacd6e9f85] 2026-05-07 10:02:12.405 [I] [proxy/proxy_manager.go:173] [f0f084bacd6e9f85] proxy added: [DTN57CC4444] 2026-05-07 10:02:12.606 [I] [client/control.go:168] [f0f084bacd6e9f85] [DTN57CC4444] start proxy success [2026-05-07,10:05:17.288] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,10:05:23.842] [DEBUG] 6 processes running of frp type [2026-05-07,10:20:17.178] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,10: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-05-07,10:35:17.532] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,10:35:24.117] [DEBUG] 6 processes running of frp type [2026-05-07,10:50:17.745] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,10:50:24.370] [DEBUG] 6 processes running of frp type [2026-05-07,11:05:17.749] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,11:05:24.308] [DEBUG] 6 processes running of frp type [2026-05-07,11:20:17.726] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,11: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-05-07,11:35:18.089] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,11:35:24.662] [DEBUG] 6 processes running of frp type [2026-05-07,11:50:17.452] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,11:50:24.032] [DEBUG] 6 processes running of frp type [2026-05-07,12:05:17.448] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,12:05:24.078] [DEBUG] 6 processes running of frp type 2026-05-07 12:07:07.603 [I] [client/service.go:294] [f0f084bacd6e9f85] try to connect to server... 2026-05-07 12:07:17.605 [W] [client/service.go:297] [f0f084bacd6e9f85] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 12:07:17.606 [I] [client/service.go:294] [f0f084bacd6e9f85] try to connect to server... 2026-05-07 12:07:23.306 [I] [client/service.go:286] [f0f084bacd6e9f85] login to server success, get run id [f0f084bacd6e9f85] 2026-05-07 12:07:23.308 [I] [proxy/proxy_manager.go:173] [f0f084bacd6e9f85] proxy added: [DTN57CC4444] 2026-05-07 12:07:23.527 [I] [client/control.go:168] [f0f084bacd6e9f85] [DTN57CC4444] start proxy success [2026-05-07,12:20:17.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,12: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-05-07,12:35:17.804] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,12:35:24.380] [DEBUG] 6 processes running of frp type [2026-05-07,12:50:18.193] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,12:50:24.768] [DEBUG] 6 processes running of frp type 2026-05-07 12:51:23.213 [I] [client/service.go:294] [f0f084bacd6e9f85] try to connect to server... 2026-05-07 12:51:33.215 [W] [client/service.go:297] [f0f084bacd6e9f85] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 12:51:33.216 [I] [client/service.go:294] [f0f084bacd6e9f85] try to connect to server... 2026-05-07 12:51:43.218 [W] [client/service.go:297] [f0f084bacd6e9f85] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 12:51:43.219 [I] [client/service.go:294] [f0f084bacd6e9f85] try to connect to server... 2026-05-07 12:51:53.220 [W] [client/service.go:297] [f0f084bacd6e9f85] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 12:51:53.221 [I] [client/service.go:294] [f0f084bacd6e9f85] try to connect to server... 2026-05-07 12:51:58.419 [I] [client/service.go:286] [f0f084bacd6e9f85] login to server success, get run id [f0f084bacd6e9f85] 2026-05-07 12:51:58.421 [I] [proxy/proxy_manager.go:173] [f0f084bacd6e9f85] proxy added: [DTN57CC4444] 2026-05-07 12:51:58.634 [I] [client/control.go:168] [f0f084bacd6e9f85] [DTN57CC4444] start proxy success 2026-05-07 12:59:40.908 [I] [client/service.go:294] [f0f084bacd6e9f85] try to connect to server... 2026-05-07 12:59:41.448 [I] [client/service.go:286] [f0f084bacd6e9f85] login to server success, get run id [f0f084bacd6e9f85] 2026-05-07 12:59:41.450 [I] [proxy/proxy_manager.go:173] [f0f084bacd6e9f85] proxy added: [DTN57CC4444] 2026-05-07 12:59:41.619 [I] [client/control.go:168] [f0f084bacd6e9f85] [DTN57CC4444] start proxy success [2026-05-07,13:05:17.178] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,13:05:23.779] [DEBUG] 6 processes running of frp type [2026-05-07,13:20:17.059] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,13:20:23.593] [DEBUG] 6 processes running of frp type 2026-05-07 13:25:59.444 [I] [client/service.go:294] [f0f084bacd6e9f85] 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-07 13:26:09.447 [W] [client/service.go:297] [f0f084bacd6e9f85] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 13:26:09.448 [I] [client/service.go:294] [f0f084bacd6e9f85] try to connect to server... 2026-05-07 13:26:11.163 [I] [client/service.go:286] [f0f084bacd6e9f85] login to server success, get run id [f0f084bacd6e9f85] 2026-05-07 13:26:11.165 [I] [proxy/proxy_manager.go:173] [f0f084bacd6e9f85] proxy added: [DTN57CC4444] 2026-05-07 13:26:11.377 [I] [client/control.go:168] [f0f084bacd6e9f85] [DTN57CC4444] start proxy success [2026-05-07,13:35:17.190] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,13:35:28.756] [DEBUG] 6 processes running of frp type [2026-05-07,13:50:17.170] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,13:50:23.808] [DEBUG] 6 processes running of frp type [2026-05-07,14:05:17.386] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,14:05:24.039] [DEBUG] 6 processes running of frp type [2026-05-07,14:20:17.298] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,14: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-05-07,14:35:17.659] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,14:35:24.226] [DEBUG] 6 processes running of frp type [2026-05-07,14:50:18.004] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,14:50:24.628] [DEBUG] 6 processes running of frp type [2026-05-07,15:05:19.663] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,15:05:26.266] [DEBUG] 6 processes running of frp type [2026-05-07,15:20:19.600] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,15:20:26.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-05-07,15:35:18.014] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,15:35:24.898] [DEBUG] 6 processes running of frp type [2026-05-07,15:50:17.706] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,15:50:25.258] [DEBUG] 6 processes running of frp type [2026-05-07,16:05:17.723] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,16:05:25.296] [DEBUG] 6 processes running of frp type [2026-05-07,16:20:17.636] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,16:20:25.296] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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:18.250] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,16:35:24.954] [DEBUG] 6 processes running of frp type [2026-05-07,16:50:17.867] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,16:50:24.405] [DEBUG] 6 processes running of frp type [2026-05-07,17:05:17.987] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,17:05:24.650] [DEBUG] 6 processes running of frp type [2026-05-07,17:20:17.805] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,17: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-05-07,17:35:16.969] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,17:35:23.608] [DEBUG] 6 processes running of frp type [2026-05-07,17:50:17.459] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,17:50:23.982] [DEBUG] 6 processes running of frp type [2026-05-07,18:05:17.511] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,18:05:24.097] [DEBUG] 6 processes running of frp type [2026-05-07,18:20:17.450] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,18:20:24.053] [DEBUG] 6 processes running of frp type [2026-05-07,18:25:41.555] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,18:25:41.562] [INFO] LocationSqlManager initialising [2026-05-07,18:25:41.563] [INFO] Location DB initialising [2026-05-07,18:25:41.575] [INFO] LocationSqlManager initialisation complete [2026-05-07,18:25:41.576] [DEBUG] UploadManager Init [2026-05-07,18:25:41.577] [DEBUG] UploadManager Init Complete [2026-05-07,18:25:41.581] [INFO] Initializing GPS... [2026-05-07,18:25:41.583] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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:45.147] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,18:27:56.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-05-07,18:28:54.232] [DEBUG] Log Upload Complete! [2026-05-07,18:30:45.147] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,18:30:51.717] [DEBUG] Remote Access Enabled [2026-05-07,18:30:57.922] [INFO] Server Address: 138.201.17.179 [2026-05-07,18:30:57.923] [INFO] Server Port: 7000 [2026-05-07,18:30:57.928] [DEBUG] Starting Remote Access! 2026-05-07 18:30:58.061 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-07 18:30:58.063 [I] [client/service.go:294] try to connect to server... 2026-05-07 18:30:58.598 [I] [client/service.go:286] [d89377dda80330b3] login to server success, get run id [d89377dda80330b3] 2026-05-07 18:30:58.599 [I] [proxy/proxy_manager.go:173] [d89377dda80330b3] proxy added: [DTN57CC4444] 2026-05-07 18:30:58.780 [I] [client/control.go:168] [d89377dda80330b3] [DTN57CC4444] start proxy success [2026-05-07,18:35:17.607] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,18:35:25.585] [DEBUG] 6 processes running of frp type [2026-05-07,18:50:17.468] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,18:50:24.055] [DEBUG] 6 processes running of frp type [2026-05-07,19:05:18.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,19:05:24.869] [DEBUG] 6 processes running of frp type [2026-05-07,19:20:17.503] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,19: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' [2026-05-07,19:35:17.625] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,19:35:26.467] [DEBUG] 6 processes running of frp type [2026-05-07,19:50:17.013] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,19:50:23.590] [DEBUG] 6 processes running of frp type [2026-05-07,20:05:18.010] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,20:05:30.767] [DEBUG] 6 processes running of frp type [2026-05-07,20:20:17.693] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,20: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-05-07,20:35:18.150] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,20:35:52.769] [DEBUG] 6 processes running of frp type 2026-05-07 20:38:00.994 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 20:38:02.710 [I] [client/service.go:286] [d89377dda80330b3] login to server success, get run id [d89377dda80330b3] 2026-05-07 20:38:02.713 [I] [proxy/proxy_manager.go:173] [d89377dda80330b3] proxy added: [DTN57CC4444] 2026-05-07 20:38:03.145 [I] [client/control.go:168] [d89377dda80330b3] [DTN57CC4444] start proxy success [2026-05-07,20:50:17.664] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,20:50:25.354] [DEBUG] 6 processes running of frp type [2026-05-07,21:05:17.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,21:05:24.695] [DEBUG] 6 processes running of frp type 2026-05-07 21:18:04.615 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 21:18:12.469 [I] [client/service.go:286] [d89377dda80330b3] login to server success, get run id [d89377dda80330b3] 2026-05-07 21:18:12.470 [I] [proxy/proxy_manager.go:173] [d89377dda80330b3] proxy added: [DTN57CC4444] 2026-05-07 21:18:12.781 [I] [client/control.go:168] [d89377dda80330b3] [DTN57CC4444] start proxy success [2026-05-07,21:20:17.084] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,21: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-05-07,21:35:17.264] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,21:35:25.434] [DEBUG] 6 processes running of frp type 2026-05-07 21:50:20.935 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 21:50:21.603 [I] [client/service.go:286] [d89377dda80330b3] login to server success, get run id [d89377dda80330b3] 2026-05-07 21:50:21.604 [I] [proxy/proxy_manager.go:173] [d89377dda80330b3] proxy added: [DTN57CC4444] 2026-05-07 21:50:21.864 [I] [client/control.go:168] [d89377dda80330b3] [DTN57CC4444] start proxy success [2026-05-07,21:50:22.440] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,21:50:30.910] [DEBUG] 6 processes running of frp type [2026-05-07,22:05:17.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,22:05:24.289] [DEBUG] 6 processes running of frp type 2026-05-07 22:05:42.479 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 22:05:44.385 [I] [client/service.go:286] [d89377dda80330b3] login to server success, get run id [d89377dda80330b3] 2026-05-07 22:05:44.386 [I] [proxy/proxy_manager.go:173] [d89377dda80330b3] proxy added: [DTN57CC4444] 2026-05-07 22:05:44.658 [I] [client/control.go:168] [d89377dda80330b3] [DTN57CC4444] start proxy success [2026-05-07,22:20:18.064] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,22: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-05-07,22:35:17.661] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,22:35:28.089] [DEBUG] 6 processes running of frp type [2026-05-07,22:50:17.831] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,22:50:24.551] [DEBUG] 6 processes running of frp type [2026-05-07,23:05:18.157] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,23:05:34.079] [DEBUG] 6 processes running of frp type 2026-05-07 23:08:35.697 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 23:08:40.599 [I] [client/service.go:286] [d89377dda80330b3] login to server success, get run id [d89377dda80330b3] 2026-05-07 23:08:40.600 [I] [proxy/proxy_manager.go:173] [d89377dda80330b3] proxy added: [DTN57CC4444] 2026-05-07 23:08:51.069 [I] [client/control.go:168] [d89377dda80330b3] [DTN57CC4444] start proxy success 2026-05-07 23:11:23.506 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 23:11:33.508 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 23:11:33.509 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 23:11:52.277 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: connection write timeout 2026-05-07 23:11:52.278 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 23:12:04.750 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: i/o deadline reached 2026-05-07 23:12:04.751 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 23:12:23.326 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: i/o deadline reached 2026-05-07 23:12:23.327 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 23:12:34.624 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: connection write timeout 2026-05-07 23:12:54.625 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 23:13:05.160 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: connection write timeout 2026-05-07 23:13:25.161 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 23:13:29.112 [I] [client/service.go:286] [d89377dda80330b3] login to server success, get run id [d89377dda80330b3] 2026-05-07 23:13:29.114 [I] [proxy/proxy_manager.go:173] [d89377dda80330b3] proxy added: [DTN57CC4444] 2026-05-07 23:13:29.325 [I] [client/control.go:168] [d89377dda80330b3] [DTN57CC4444] start proxy success 2026-05-07 23:17:40.368 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 23:17:44.317 [I] [client/service.go:286] [d89377dda80330b3] login to server success, get run id [d89377dda80330b3] 2026-05-07 23:17:44.318 [I] [proxy/proxy_manager.go:173] [d89377dda80330b3] proxy added: [DTN57CC4444] 2026-05-07 23:17:44.813 [I] [client/control.go:168] [d89377dda80330b3] [DTN57CC4444] start proxy success 2026-05-07 23:18:22.787 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 23:18:37.480 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: connection write timeout 2026-05-07 23:18:37.481 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 23:18:47.108 [I] [client/service.go:286] [d89377dda80330b3] login to server success, get run id [d89377dda80330b3] 2026-05-07 23:18:47.109 [I] [proxy/proxy_manager.go:173] [d89377dda80330b3] proxy added: [DTN57CC4444] 2026-05-07 23:18:55.719 [I] [client/control.go:168] [d89377dda80330b3] [DTN57CC4444] start proxy success [2026-05-07,23:20:18.533] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,23: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-05-07,23:35:17.752] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,23:35:24.396] [DEBUG] 6 processes running of frp type 2026-05-07 23:46:43.222 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-07 23:46:43.909 [I] [client/service.go:286] [d89377dda80330b3] login to server success, get run id [d89377dda80330b3] 2026-05-07 23:46:43.909 [I] [proxy/proxy_manager.go:173] [d89377dda80330b3] proxy added: [DTN57CC4444] 2026-05-07 23:46:44.117 [I] [client/control.go:168] [d89377dda80330b3] [DTN57CC4444] start proxy success [2026-05-07,23:50:17.937] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-07,23:50:28.813] [DEBUG] 6 processes running of frp type [2026-05-08,00:05:17.051] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,00:05:27.646] [DEBUG] 6 processes running of frp type [2026-05-08,00:20:18.210] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,00:20:24.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-05-08,00:35:17.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,00:35:25.455] [DEBUG] 6 processes running of frp type 2026-05-08 00:44:08.090 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-08 00:44:18.093 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 00:44:18.094 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-08 00:44:28.095 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 00:44:28.096 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-08 00:44:38.097 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 00:44:38.098 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-08 00:44:48.099 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 00:44:48.100 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-08 00:44:58.102 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 00:45:18.103 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-08 00:45:28.105 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 00:45:48.106 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-08 00:45:55.379 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-08 00:46:15.380 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-08 00:46:16.013 [I] [client/service.go:286] [d89377dda80330b3] login to server success, get run id [d89377dda80330b3] 2026-05-08 00:46:16.015 [I] [proxy/proxy_manager.go:173] [d89377dda80330b3] proxy added: [DTN57CC4444] 2026-05-08 00:46:16.228 [I] [client/control.go:168] [d89377dda80330b3] [DTN57CC4444] start proxy success [2026-05-08,00:50:17.194] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,00:50:23.809] [DEBUG] 6 processes running of frp type [2026-05-08,01:05:17.352] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,01:05:23.943] [DEBUG] 6 processes running of frp type [2026-05-08,01:20:17.300] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,01: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-05-08,01:35:17.727] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,01:35:24.306] [DEBUG] 6 processes running of frp type [2026-05-08,01:50:18.015] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,01:50:24.682] [DEBUG] 6 processes running of frp type [2026-05-08,02:05:18.324] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,02:05:24.934] [DEBUG] 6 processes running of frp type [2026-05-08,02:20:17.188] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,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' [2026-05-08,02:35:17.452] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,02:35:24.021] [DEBUG] 6 processes running of frp type [2026-05-08,02:50:17.787] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,02:50:24.410] [DEBUG] 6 processes running of frp type [2026-05-08,03:05:17.767] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,03:05:24.303] [DEBUG] 6 processes running of frp type [2026-05-08,03:20:17.635] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,03: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-05-08,03:35:17.978] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,03:35:24.599] [DEBUG] 6 processes running of frp type [2026-05-08,03:50:17.541] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,03:50:24.064] [DEBUG] 6 processes running of frp type 2026-05-08 04:01:22.355 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-08 04:01:22.360 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-08 04:01:24.486 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-08 04:01:24.489 [W] [client/service.go:297] [d89377dda80330b3] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-08 04:01:28.974 [I] [client/service.go:294] [d89377dda80330b3] try to connect to server... 2026-05-08 04:01:29.557 [I] [client/service.go:286] [d89377dda80330b3] login to server success, get run id [d89377dda80330b3] 2026-05-08 04:01:29.558 [I] [proxy/proxy_manager.go:173] [d89377dda80330b3] proxy added: [DTN57CC4444] 2026-05-08 04:01:29.746 [I] [client/control.go:168] [d89377dda80330b3] [DTN57CC4444] start proxy success [2026-05-08,04:05:17.626] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,04:05:24.146] [DEBUG] 6 processes running of frp type [2026-05-08,04:20:17.669] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,04: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-08,04:35:17.710] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,04:35:24.301] [DEBUG] 6 processes running of frp type [2026-05-08,04:50:18.297] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,04:50:24.916] [DEBUG] 6 processes running of frp type [2026-05-08,05:05:17.160] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,05:05:23.683] [DEBUG] 6 processes running of frp type [2026-05-08,05:20:17.869] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,05: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-05-08,05:35:17.449] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,05:35:24.265] [DEBUG] 6 processes running of frp type [2026-05-08,05:50:17.355] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,05:50:23.938] [DEBUG] 6 processes running of frp type [2026-05-08,06:05:17.282] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,06:05:23.842] [DEBUG] 6 processes running of frp type [2026-05-08,06:20:17.054] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,06: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-05-08,06:30:41.365] [INFO] Initializing BusSpeedStateManager V2 [2026-05-08,06:30:41.371] [INFO] LocationSqlManager initialising [2026-05-08,06:30:41.372] [INFO] Location DB initialising [2026-05-08,06:30:41.383] [INFO] LocationSqlManager initialisation complete [2026-05-08,06:30:41.384] [DEBUG] UploadManager Init [2026-05-08,06:30:41.384] [DEBUG] UploadManager Init Complete [2026-05-08,06:30:41.388] [INFO] Initializing GPS... [2026-05-08,06:30:41.391] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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.654] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,06:32:51.172] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-08,06:35:44.809] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,06:35:51.404] [DEBUG] Remote Access Enabled [2026-05-08,06:35:57.616] [INFO] Server Address: 138.201.17.179 [2026-05-08,06:35:57.617] [INFO] Server Port: 7000 [2026-05-08,06:35:57.623] [DEBUG] Starting Remote Access! 2026-05-08 06:35:57.751 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-08 06:35:57.752 [I] [client/service.go:294] try to connect to server... 2026-05-08 06:35:58.427 [I] [client/service.go:286] [7dbebd9a385b1766] login to server success, get run id [7dbebd9a385b1766] 2026-05-08 06:35:58.428 [I] [proxy/proxy_manager.go:173] [7dbebd9a385b1766] proxy added: [DTN57CC4444] 2026-05-08 06:35:58.645 [I] [client/control.go:168] [7dbebd9a385b1766] [DTN57CC4444] start proxy success [2026-05-08,06:50:17.662] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,06:50:24.400] [DEBUG] 6 processes running of frp type 2026-05-08 06:53:19.684 [I] [client/service.go:294] [7dbebd9a385b1766] try to connect to server... 2026-05-08 06:53:23.715 [I] [client/service.go:286] [7dbebd9a385b1766] login to server success, get run id [7dbebd9a385b1766] 2026-05-08 06:53:23.717 [I] [proxy/proxy_manager.go:173] [7dbebd9a385b1766] proxy added: [DTN57CC4444] 2026-05-08 06:53:23.943 [I] [client/control.go:168] [7dbebd9a385b1766] [DTN57CC4444] start proxy success [2026-05-08,07:05:17.410] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,07:05:23.960] [DEBUG] 6 processes running of frp type [2026-05-08,07:20:17.154] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,07: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-08,07:35:17.935] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,07:35:24.489] [DEBUG] 6 processes running of frp type [2026-05-08,07:50:18.247] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,07:50:24.874] [DEBUG] 6 processes running of frp type [2026-05-08,08:02:17.383] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,08:02:23.750] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:37.839] [DEBUG] Log Upload Complete! [2026-05-08,08:05:17.392] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,08:05:23.927] [DEBUG] 6 processes running of frp type [2026-05-08,08:20:17.191] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,08:20:23.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-05-08,08:35:17.394] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,08:35:23.917] [DEBUG] 6 processes running of frp type [2026-05-08,08:50:17.638] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,08:50:24.162] [DEBUG] 6 processes running of frp type [2026-05-08,09:05:17.575] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,09:05:24.233] [DEBUG] 6 processes running of frp type [2026-05-08,09:20:17.584] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,09: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' [2026-05-08,09:35:17.900] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,09:35:24.393] [DEBUG] 6 processes running of frp type [2026-05-08,09:50:17.179] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,09:50:23.728] [DEBUG] 6 processes running of frp type [2026-05-08,10:05:18.122] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,10:05:24.634] [DEBUG] 6 processes running of frp type [2026-05-08,10:20:17.938] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,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-05-08,10:35:17.282] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,10:35:23.805] [DEBUG] 6 processes running of frp type [2026-05-08,10:50:17.625] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,10:50:24.153] [DEBUG] 6 processes running of frp type [2026-05-08,11:05:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,11:05:24.067] [DEBUG] 6 processes running of frp type [2026-05-08,11:20:17.431] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,11: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-05-08,11:35:17.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,11:35:24.474] [DEBUG] 6 processes running of frp type [2026-05-08,11:50:18.084] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,11:50:24.717] [DEBUG] 6 processes running of frp type 2026-05-08 12:01:38.984 [I] [client/service.go:294] [7dbebd9a385b1766] try to connect to server... 2026-05-08 12:01:39.644 [I] [client/service.go:286] [7dbebd9a385b1766] login to server success, get run id [7dbebd9a385b1766] 2026-05-08 12:01:39.646 [I] [proxy/proxy_manager.go:173] [7dbebd9a385b1766] proxy added: [DTN57CC4444] 2026-05-08 12:01:39.880 [I] [client/control.go:168] [7dbebd9a385b1766] [DTN57CC4444] start proxy success [2026-05-08,12:05:18.260] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,12:05:24.842] [DEBUG] 6 processes running of frp type [2026-05-08,12:20:17.197] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,12:20:23.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' [2026-05-08,12:35:17.549] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,12:35:24.183] [DEBUG] 6 processes running of frp type [2026-05-08,12:50:17.930] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,12:50:24.505] [DEBUG] 6 processes running of frp type [2026-05-08,13:05:18.083] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,13:05:24.624] [DEBUG] 6 processes running of frp type [2026-05-08,13:20:17.941] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,13: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-05-08,13:35:17.815] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,13:35:24.441] [DEBUG] 6 processes running of frp type [2026-05-08,13:50:17.056] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,13:50:23.626] [DEBUG] 6 processes running of frp type [2026-05-08,14:05:18.095] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,14:05:24.640] [DEBUG] 6 processes running of frp type [2026-05-08,14:20:18.179] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,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-08,14:35:17.200] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,14:35:24.773] [DEBUG] 6 processes running of frp type [2026-05-08,14:50:17.585] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,14:50:24.173] [DEBUG] 6 processes running of frp type [2026-05-08,15:05:17.573] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,15:05:24.121] [DEBUG] 6 processes running of frp type [2026-05-08,15:20:17.285] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,15: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' [2026-05-08,15:35:17.459] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,15:35:23.975] [DEBUG] 6 processes running of frp type [2026-05-08,15:50:17.698] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,15:50:24.256] [DEBUG] 6 processes running of frp type [2026-05-08,16:05:17.722] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,16:05:24.262] [DEBUG] 6 processes running of frp type [2026-05-08,16:20:17.488] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,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-05-08,16:35:17.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,16:35:24.366] [DEBUG] 6 processes running of frp type [2026-05-08,16:50:16.913] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,16:50:23.435] [DEBUG] 6 processes running of frp type [2026-05-08,17:05:17.833] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,17:05:24.379] [DEBUG] 6 processes running of frp type [2026-05-08,17:20:17.742] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,17: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-05-08,17:35:18.110] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,17:35:24.621] [DEBUG] 6 processes running of frp type [2026-05-08,17:50:17.165] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,17:50:23.633] [DEBUG] 6 processes running of frp type 2026-05-08 17:58:00.761 [I] [client/service.go:294] [7dbebd9a385b1766] try to connect to server... 2026-05-08 17:58:10.763 [W] [client/service.go:297] [7dbebd9a385b1766] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 17:58:10.764 [I] [client/service.go:294] [7dbebd9a385b1766] try to connect to server... 2026-05-08 17:58:20.765 [W] [client/service.go:297] [7dbebd9a385b1766] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 17:58:20.766 [I] [client/service.go:294] [7dbebd9a385b1766] try to connect to server... 2026-05-08 17:58:30.767 [W] [client/service.go:297] [7dbebd9a385b1766] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-08 17:58:30.768 [I] [client/service.go:294] [7dbebd9a385b1766] try to connect to server... 2026-05-08 17:58:32.456 [I] [client/service.go:286] [7dbebd9a385b1766] login to server success, get run id [7dbebd9a385b1766] 2026-05-08 17:58:32.458 [I] [proxy/proxy_manager.go:173] [7dbebd9a385b1766] proxy added: [DTN57CC4444] 2026-05-08 17:58:32.693 [I] [client/control.go:168] [7dbebd9a385b1766] [DTN57CC4444] start proxy success [2026-05-08,18:05:18.046] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,18:05:24.665] [DEBUG] 6 processes running of frp type [2026-05-08,18:20:17.985] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,18:20:24.553] [DEBUG] 6 processes running of frp type [2026-05-08,18:25:41.991] [INFO] Initializing BusSpeedStateManager V2 [2026-05-08,18:25:41.997] [INFO] LocationSqlManager initialising [2026-05-08,18:25:41.998] [INFO] Location DB initialising [2026-05-08,18:25:42.009] [INFO] LocationSqlManager initialisation complete [2026-05-08,18:25:42.010] [DEBUG] UploadManager Init [2026-05-08,18:25:42.010] [DEBUG] UploadManager Init Complete [2026-05-08,18:25:42.015] [INFO] Initializing GPS... [2026-05-08,18:25:42.017] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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.728] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,18:27:56.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-05-08,18:28:09.589] [DEBUG] Log Upload Complete! [2026-05-08,18:30:45.022] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,18:30:51.448] [DEBUG] Remote Access Enabled [2026-05-08,18:30:57.611] [INFO] Server Address: 138.201.17.179 [2026-05-08,18:30:57.612] [INFO] Server Port: 7000 [2026-05-08,18:30:57.617] [DEBUG] Starting Remote Access! 2026-05-08 18:30:57.747 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-08 18:30:57.747 [I] [client/service.go:294] try to connect to server... 2026-05-08 18:30:58.364 [I] [client/service.go:286] [7a532c0dc2009c83] login to server success, get run id [7a532c0dc2009c83] 2026-05-08 18:30:58.366 [I] [proxy/proxy_manager.go:173] [7a532c0dc2009c83] proxy added: [DTN57CC4444] 2026-05-08 18:30:58.572 [I] [client/control.go:168] [7a532c0dc2009c83] [DTN57CC4444] start proxy success [2026-05-08,18:35:17.936] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,18:35:24.474] [DEBUG] 6 processes running of frp type [2026-05-08,18:50:17.049] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,18:50:23.629] [DEBUG] 6 processes running of frp type [2026-05-08,19:05:18.148] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,19:05:24.635] [DEBUG] 6 processes running of frp type [2026-05-08,19:20:17.993] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,19: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-05-08,19:35:17.183] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,19:35:23.719] [DEBUG] 6 processes running of frp type [2026-05-08,19:50:17.198] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,19:50:23.794] [DEBUG] 6 processes running of frp type 2026-05-08 20:01:38.122 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-08 20:01:38.745 [I] [client/service.go:286] [7a532c0dc2009c83] login to server success, get run id [7a532c0dc2009c83] 2026-05-08 20:01:38.746 [I] [proxy/proxy_manager.go:173] [7a532c0dc2009c83] proxy added: [DTN57CC4444] 2026-05-08 20:01:38.970 [I] [client/control.go:168] [7a532c0dc2009c83] [DTN57CC4444] start proxy success [2026-05-08,20:05:16.995] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,20:05:23.588] [DEBUG] 6 processes running of frp type [2026-05-08,20:20:18.138] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,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-05-08,20:35:17.044] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,20:35:23.769] [DEBUG] 6 processes running of frp type [2026-05-08,20:50:17.767] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,20:50:24.360] [DEBUG] 6 processes running of frp type [2026-05-08,21:05:17.756] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,21:05:24.344] [DEBUG] 6 processes running of frp type 2026-05-08 21:10:24.830 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-08 21:10:27.738 [I] [client/service.go:286] [7a532c0dc2009c83] login to server success, get run id [7a532c0dc2009c83] 2026-05-08 21:10:27.739 [I] [proxy/proxy_manager.go:173] [7a532c0dc2009c83] proxy added: [DTN57CC4444] 2026-05-08 21:10:28.623 [I] [client/control.go:168] [7a532c0dc2009c83] [DTN57CC4444] start proxy success [2026-05-08,21:20:17.488] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,21:20:24.036] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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.483] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,21:35:24.158] [DEBUG] 6 processes running of frp type [2026-05-08,21:50:17.691] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,21:50:24.547] [DEBUG] 6 processes running of frp type [2026-05-08,22:05:17.918] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,22:05:24.663] [DEBUG] 6 processes running of frp type [2026-05-08,22:20:18.167] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,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-05-08,22:35:17.860] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,22:35:24.455] [DEBUG] 6 processes running of frp type [2026-05-08,22:50:17.992] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,22:50:24.560] [DEBUG] 6 processes running of frp type [2026-05-08,23:05:17.768] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,23:05:24.334] [DEBUG] 6 processes running of frp type [2026-05-08,23:20:22.768] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,23:20:30.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-05-08,23:35:17.693] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,23:35:24.254] [DEBUG] 6 processes running of frp type [2026-05-08,23:50:18.220] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-08,23:50:24.745] [DEBUG] 6 processes running of frp type [2026-05-09,00:05:17.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,00:05:23.637] [DEBUG] 6 processes running of frp type [2026-05-09,00:20:17.759] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,00: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-05-09,00:35:17.246] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,00:35:23.773] [DEBUG] 6 processes running of frp type [2026-05-09,00:50:17.327] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,00:50:23.974] [DEBUG] 6 processes running of frp type [2026-05-09,01:05:17.480] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,01:05:24.078] [DEBUG] 6 processes running of frp type [2026-05-09,01:20:17.306] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,01: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-09,01:35:17.398] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,01:35:23.870] [DEBUG] 6 processes running of frp type [2026-05-09,01:50:17.805] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,01:50:24.289] [DEBUG] 6 processes running of frp type [2026-05-09,02:05:17.938] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,02:05:24.444] [DEBUG] 6 processes running of frp type 2026-05-09 02:15:22.145 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-09 02:15:22.785 [I] [client/service.go:286] [7a532c0dc2009c83] login to server success, get run id [7a532c0dc2009c83] 2026-05-09 02:15:22.787 [I] [proxy/proxy_manager.go:173] [7a532c0dc2009c83] proxy added: [DTN57CC4444] 2026-05-09 02:15:23.044 [I] [client/control.go:168] [7a532c0dc2009c83] [DTN57CC4444] start proxy success [2026-05-09,02:20:17.940] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,02: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-05-09,02:35:17.119] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,02:35:23.664] [DEBUG] 6 processes running of frp type [2026-05-09,02:50:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,02:50:24.024] [DEBUG] 6 processes running of frp type 2026-05-09 03:05:22.158 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-09 03:05:32.159 [W] [client/service.go:297] [7a532c0dc2009c83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 03:05:32.160 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-09 03:05:42.162 [W] [client/service.go:297] [7a532c0dc2009c83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 03:05:42.162 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-09 03:05:52.164 [W] [client/service.go:297] [7a532c0dc2009c83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 03:05:52.165 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-09 03:06:02.167 [W] [client/service.go:297] [7a532c0dc2009c83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 03:06:02.167 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-09 03:06:12.169 [W] [client/service.go:297] [7a532c0dc2009c83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 03:06:32.171 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-09 03:06:42.173 [W] [client/service.go:297] [7a532c0dc2009c83] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 03:07:02.175 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-09 03:07:05.264 [W] [client/service.go:297] [7a532c0dc2009c83] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 03:07:25.265 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-09 03:07:26.511 [I] [client/service.go:286] [7a532c0dc2009c83] login to server success, get run id [7a532c0dc2009c83] 2026-05-09 03:07:26.513 [I] [proxy/proxy_manager.go:173] [7a532c0dc2009c83] proxy added: [DTN57CC4444] 2026-05-09 03:07:26.859 [I] [client/control.go:168] [7a532c0dc2009c83] [DTN57CC4444] start proxy success [2026-05-09,03:20:23.297] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,03:20:29.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-05-09,03:35:17.903] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,03:35:24.785] [DEBUG] 6 processes running of frp type [2026-05-09,03:50:17.063] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,03:50:23.612] [DEBUG] 6 processes running of frp type 2026-05-09 04:00:37.774 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-09 04:00:43.555 [W] [client/service.go:297] [7a532c0dc2009c83] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:00:43.555 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-09 04:00:46.595 [W] [client/service.go:297] [7a532c0dc2009c83] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:00:46.595 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-09 04:00:49.635 [W] [client/service.go:297] [7a532c0dc2009c83] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:00:58.866 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-09 04:00:58.878 [W] [client/service.go:297] [7a532c0dc2009c83] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-09 04:01:17.686 [I] [client/service.go:294] [7a532c0dc2009c83] try to connect to server... 2026-05-09 04:01:18.338 [I] [client/service.go:286] [7a532c0dc2009c83] login to server success, get run id [7a532c0dc2009c83] 2026-05-09 04:01:18.339 [I] [proxy/proxy_manager.go:173] [7a532c0dc2009c83] proxy added: [DTN57CC4444] 2026-05-09 04:01:18.573 [I] [client/control.go:168] [7a532c0dc2009c83] [DTN57CC4444] start proxy success [2026-05-09,04:05:17.855] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,04:05:24.502] [DEBUG] 6 processes running of frp type [2026-05-09,04:20:17.821] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,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' [2026-05-09,04:35:17.809] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,04:35:24.345] [DEBUG] 6 processes running of frp type [2026-05-09,04:50:18.120] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,04:50:24.704] [DEBUG] 6 processes running of frp type [2026-05-09,05:05:17.986] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,05:05:24.786] [DEBUG] 6 processes running of frp type [2026-05-09,05:20:16.947] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,05:20:23.428] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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.758] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,05:35:24.407] [DEBUG] 6 processes running of frp type [2026-05-09,05:50:17.858] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,05:50:24.437] [DEBUG] 6 processes running of frp type [2026-05-09,06:05:17.844] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,06:05:24.532] [DEBUG] 6 processes running of frp type [2026-05-09,06:20:18.008] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,06:20:24.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-05-09,06:30:41.800] [INFO] Initializing BusSpeedStateManager V2 [2026-05-09,06:30:41.805] [INFO] LocationSqlManager initialising [2026-05-09,06:30:41.806] [INFO] Location DB initialising [2026-05-09,06:30:41.815] [INFO] LocationSqlManager initialisation complete [2026-05-09,06:30:41.816] [DEBUG] UploadManager Init [2026-05-09,06:30:41.816] [DEBUG] UploadManager Init Complete [2026-05-09,06:30:41.819] [INFO] Initializing GPS... [2026-05-09,06:30:41.821] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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:44.917] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,06:32:51.468] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:11.559] [DEBUG] Log Upload Complete! [2026-05-09,06:35:44.844] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,06:35:51.516] [DEBUG] Remote Access Enabled [2026-05-09,06:35:57.788] [INFO] Server Address: 138.201.17.179 [2026-05-09,06:35:57.789] [INFO] Server Port: 7000 [2026-05-09,06:35:57.794] [DEBUG] Starting Remote Access! 2026-05-09 06:35:57.927 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-09 06:35:57.928 [I] [client/service.go:294] try to connect to server... 2026-05-09 06:35:58.596 [I] [client/service.go:286] [3be2bd3cf7763e6c] login to server success, get run id [3be2bd3cf7763e6c] 2026-05-09 06:35:58.597 [I] [proxy/proxy_manager.go:173] [3be2bd3cf7763e6c] proxy added: [DTN57CC4444] 2026-05-09 06:35:58.837 [I] [client/control.go:168] [3be2bd3cf7763e6c] [DTN57CC4444] start proxy success [2026-05-09,06:50:17.917] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,06:50:29.796] [DEBUG] 6 processes running of frp type [2026-05-09,07:05:17.968] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,07:05:24.687] [DEBUG] 6 processes running of frp type [2026-05-09,07:20:17.432] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,07: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-05-09,07:35:17.759] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,07:35:24.847] [DEBUG] 6 processes running of frp type [2026-05-09,07:50:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,07:50:24.102] [DEBUG] 6 processes running of frp type [2026-05-09,08:02:17.353] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,08:02:23.983] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-09,08:05:17.592] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,08:05:24.288] [DEBUG] 6 processes running of frp type [2026-05-09,08:20:17.787] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,08: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-05-09,08:35:17.152] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,08:35:23.731] [DEBUG] 6 processes running of frp type [2026-05-09,08:50:17.421] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,08:50:23.977] [DEBUG] 6 processes running of frp type [2026-05-09,09:05:17.430] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,09:05:23.996] [DEBUG] 6 processes running of frp type [2026-05-09,09:20:17.348] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,09: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-05-09,09:35:17.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,09:35:25.070] [DEBUG] 6 processes running of frp type [2026-05-09,09:50:17.880] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,09:50:24.526] [DEBUG] 6 processes running of frp type [2026-05-09,10:05:18.007] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,10:05:24.641] [DEBUG] 6 processes running of frp type [2026-05-09,10:20:18.042] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,10: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-05-09,10:35:17.460] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,10:35:24.034] [DEBUG] 6 processes running of frp type [2026-05-09,10:50:17.688] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,10:50:24.323] [DEBUG] 6 processes running of frp type [2026-05-09,11:05:17.760] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,11:05:24.340] [DEBUG] 6 processes running of frp type [2026-05-09,11:20:17.730] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,11:20:24.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-05-09,11:35:17.585] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,11:35:24.473] [DEBUG] 6 processes running of frp type [2026-05-09,11:50:18.128] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,11:50:24.676] [DEBUG] 6 processes running of frp type [2026-05-09,12:05:18.194] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,12:05:24.830] [DEBUG] 6 processes running of frp type [2026-05-09,12:20:17.172] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,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-09,12:35:17.543] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,12:35:24.147] [DEBUG] 6 processes running of frp type [2026-05-09,12:50:17.803] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,12:50:24.364] [DEBUG] 6 processes running of frp type [2026-05-09,13:05:17.825] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,13:05:24.451] [DEBUG] 6 processes running of frp type [2026-05-09,13:20:17.735] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,13: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-05-09,13:35:16.984] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,13:35:23.518] [DEBUG] 6 processes running of frp type [2026-05-09,13:50:17.245] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,13:50:23.837] [DEBUG] 6 processes running of frp type [2026-05-09,14:05:17.050] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,14:05:23.634] [DEBUG] 6 processes running of frp type [2026-05-09,14:20:17.961] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,14: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' [2026-05-09,14:35:17.197] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,14:35:23.777] [DEBUG] 6 processes running of frp type [2026-05-09,14:50:17.544] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,14:50:24.463] [DEBUG] 6 processes running of frp type [2026-05-09,15:05:17.954] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,15:05:24.580] [DEBUG] 6 processes running of frp type [2026-05-09,15:20:18.069] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,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' [2026-05-09,15:35:17.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,15:35:24.168] [DEBUG] 6 processes running of frp type [2026-05-09,15:50:17.854] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,15:50:24.405] [DEBUG] 6 processes running of frp type [2026-05-09,16:05:17.890] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,16:05:24.778] [DEBUG] 6 processes running of frp type [2026-05-09,16:20:17.031] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,16:20:23.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-05-09,16:35:17.442] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,16:35:24.073] [DEBUG] 6 processes running of frp type [2026-05-09,16:50:17.900] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,16:50:24.546] [DEBUG] 6 processes running of frp type [2026-05-09,17:05:17.987] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,17:05:24.550] [DEBUG] 6 processes running of frp type [2026-05-09,17:20:17.794] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,17: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-09,17:35:17.281] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,17:35:23.864] [DEBUG] 6 processes running of frp type [2026-05-09,17:50:17.541] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,17:50:24.143] [DEBUG] 6 processes running of frp type [2026-05-09,18:05:17.567] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,18:05:24.147] [DEBUG] 6 processes running of frp type [2026-05-09,18:20:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,18:20:24.396] [DEBUG] 6 processes running of frp type [2026-05-09,18:25:41.805] [INFO] Initializing BusSpeedStateManager V2 [2026-05-09,18:25:41.809] [INFO] LocationSqlManager initialising [2026-05-09,18:25:41.810] [INFO] Location DB initialising [2026-05-09,18:25:41.819] [INFO] LocationSqlManager initialisation complete [2026-05-09,18:25:41.819] [DEBUG] UploadManager Init [2026-05-09,18:25:41.820] [DEBUG] UploadManager Init Complete [2026-05-09,18:25:41.823] [INFO] Initializing GPS... [2026-05-09,18:25:41.825] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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.644] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,18:27:56.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-05-09,18:29:05.703] [DEBUG] Log Upload Complete! [2026-05-09,18:30:49.900] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,18:30:56.628] [DEBUG] Remote Access Enabled [2026-05-09,18:31:02.820] [INFO] Server Address: 138.201.17.179 [2026-05-09,18:31:02.821] [INFO] Server Port: 7000 [2026-05-09,18:31:02.825] [DEBUG] Starting Remote Access! 2026-05-09 18:31:02.967 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-09 18:31:02.969 [I] [client/service.go:294] try to connect to server... 2026-05-09 18:31:03.797 [I] [client/service.go:286] [5643b50326f20f89] login to server success, get run id [5643b50326f20f89] 2026-05-09 18:31:03.800 [I] [proxy/proxy_manager.go:173] [5643b50326f20f89] proxy added: [DTN57CC4444] 2026-05-09 18:31:04.080 [I] [client/control.go:168] [5643b50326f20f89] [DTN57CC4444] start proxy success [2026-05-09,18:35:17.318] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,18:35:24.656] [DEBUG] 6 processes running of frp type [2026-05-09,18:50:17.123] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,18:50:23.644] [DEBUG] 6 processes running of frp type [2026-05-09,19:05:18.244] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,19:05:24.910] [DEBUG] 6 processes running of frp type [2026-05-09,19:20:12.281] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,19:20:18.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-05-09,19:35:17.547] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,19:35:24.516] [DEBUG] 6 processes running of frp type [2026-05-09,19:50:16.966] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,19:50:23.564] [DEBUG] 6 processes running of frp type [2026-05-09,20:05:17.981] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,20:05:24.700] [DEBUG] 6 processes running of frp type [2026-05-09,20:20:18.335] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,20:20:24.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-05-09,20:35:17.465] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,20:35:24.188] [DEBUG] 6 processes running of frp type [2026-05-09,20:50:17.837] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,20:50:24.420] [DEBUG] 6 processes running of frp type 2026-05-09 21:00:37.773 [I] [client/service.go:294] [5643b50326f20f89] try to connect to server... 2026-05-09 21:00:47.775 [W] [client/service.go:297] [5643b50326f20f89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 21:00:47.776 [I] [client/service.go:294] [5643b50326f20f89] try to connect to server... 2026-05-09 21:00:56.863 [I] [client/service.go:286] [5643b50326f20f89] login to server success, get run id [5643b50326f20f89] 2026-05-09 21:00:56.864 [I] [proxy/proxy_manager.go:173] [5643b50326f20f89] proxy added: [DTN57CC4444] 2026-05-09 21:00:57.750 [I] [client/control.go:168] [5643b50326f20f89] [DTN57CC4444] start proxy success [2026-05-09,21:05:17.593] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,21:05:24.212] [DEBUG] 6 processes running of frp type 2026-05-09 21:13:18.626 [I] [client/service.go:294] [5643b50326f20f89] try to connect to server... 2026-05-09 21:13:28.628 [W] [client/service.go:297] [5643b50326f20f89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 21:13:28.629 [I] [client/service.go:294] [5643b50326f20f89] try to connect to server... 2026-05-09 21:13:38.630 [W] [client/service.go:297] [5643b50326f20f89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 21:13:38.631 [I] [client/service.go:294] [5643b50326f20f89] try to connect to server... 2026-05-09 21:13:48.633 [W] [client/service.go:297] [5643b50326f20f89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 21:13:48.633 [I] [client/service.go:294] [5643b50326f20f89] try to connect to server... 2026-05-09 21:13:58.634 [W] [client/service.go:297] [5643b50326f20f89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 21:13:58.635 [I] [client/service.go:294] [5643b50326f20f89] try to connect to server... 2026-05-09 21:14:08.638 [W] [client/service.go:297] [5643b50326f20f89] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-09 21:14:28.639 [I] [client/service.go:294] [5643b50326f20f89] try to connect to server... 2026-05-09 21:14:41.953 [I] [client/service.go:286] [5643b50326f20f89] login to server success, get run id [5643b50326f20f89] 2026-05-09 21:14:41.955 [I] [proxy/proxy_manager.go:173] [5643b50326f20f89] proxy added: [DTN57CC4444] 2026-05-09 21:14:43.253 [I] [client/control.go:168] [5643b50326f20f89] [DTN57CC4444] start proxy success [2026-05-09,21:20:17.474] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,21: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-05-09,21:35:17.607] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,21:35:24.098] [DEBUG] 6 processes running of frp type [2026-05-09,21:50:17.839] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,21:50:24.440] [DEBUG] 6 processes running of frp type [2026-05-09,22:05:17.815] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,22:05:24.386] [DEBUG] 6 processes running of frp type [2026-05-09,22:20:18.035] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,22: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-05-09,22:35:17.867] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,22:35:24.384] [DEBUG] 6 processes running of frp type [2026-05-09,22:50:17.867] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,22:50:24.434] [DEBUG] 6 processes running of frp type [2026-05-09,23:05:17.721] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,23:05:24.336] [DEBUG] 6 processes running of frp type [2026-05-09,23:20:18.055] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,23:20:24.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-05-09,23:35:17.725] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,23:35:24.354] [DEBUG] 6 processes running of frp type [2026-05-09,23:50:18.036] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-09,23:50:24.735] [DEBUG] 6 processes running of frp type [2026-05-10,00:05:17.170] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,00:05:24.181] [DEBUG] 6 processes running of frp type [2026-05-10,00:20:17.636] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,00: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' [2026-05-10,00:35:17.898] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,00:35:24.527] [DEBUG] 6 processes running of frp type [2026-05-10,00:50:17.042] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,00:50:30.054] [DEBUG] 6 processes running of frp type [2026-05-10,01:05:17.525] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,01:05:19.319] [DEBUG] 6 processes running of frp type [2026-05-10,01:20:17.570] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,01: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-05-10,01:35:18.056] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,01:35:24.888] [DEBUG] 6 processes running of frp type 2026-05-10 01:47:21.195 [I] [client/service.go:294] [5643b50326f20f89] try to connect to server... 2026-05-10 01:47:23.074 [I] [client/service.go:286] [5643b50326f20f89] login to server success, get run id [5643b50326f20f89] 2026-05-10 01:47:23.076 [I] [proxy/proxy_manager.go:173] [5643b50326f20f89] proxy added: [DTN57CC4444] 2026-05-10 01:47:24.417 [I] [client/control.go:168] [5643b50326f20f89] [DTN57CC4444] start proxy success [2026-05-10,01:50:17.735] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,01:50:24.327] [DEBUG] 6 processes running of frp type [2026-05-10,02:05:17.956] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,02:05:24.569] [DEBUG] 6 processes running of frp type [2026-05-10,02:20:18.061] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,02:20:24.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-05-10,02:35:17.407] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,02:35:23.922] [DEBUG] 6 processes running of frp type [2026-05-10,02:50:18.012] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,02:50:24.488] [DEBUG] 6 processes running of frp type [2026-05-10,03:05:17.747] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,03:05:24.301] [DEBUG] 6 processes running of frp type [2026-05-10,03:20:17.598] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,03: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-10,03:35:18.170] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,03:35:24.723] [DEBUG] 6 processes running of frp type [2026-05-10,03:50:18.005] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,03:50:24.827] [DEBUG] 6 processes running of frp type 2026-05-10 04:00:59.013 [I] [client/service.go:294] [5643b50326f20f89] try to connect to server... 2026-05-10 04:01:01.654 [W] [client/service.go:297] [5643b50326f20f89] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-10 04:01:01.654 [I] [client/service.go:294] [5643b50326f20f89] try to connect to server... 2026-05-10 04:01:04.694 [W] [client/service.go:297] [5643b50326f20f89] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-10 04:01:04.694 [I] [client/service.go:294] [5643b50326f20f89] try to connect to server... 2026-05-10 04:01:04.707 [W] [client/service.go:297] [5643b50326f20f89] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-10 04:01:13.814 [I] [client/service.go:294] [5643b50326f20f89] try to connect to server... 2026-05-10 04:01:14.474 [I] [client/service.go:286] [5643b50326f20f89] login to server success, get run id [5643b50326f20f89] 2026-05-10 04:01:14.475 [I] [proxy/proxy_manager.go:173] [5643b50326f20f89] proxy added: [DTN57CC4444] 2026-05-10 04:01:14.702 [I] [client/control.go:168] [5643b50326f20f89] [DTN57CC4444] start proxy success [2026-05-10,04:05:17.178] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,04:05:23.838] [DEBUG] 6 processes running of frp type [2026-05-10,04:20:17.190] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,04: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-05-10,04:35:17.503] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,04:35:24.030] [DEBUG] 6 processes running of frp type [2026-05-10,04:50:17.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,04:50:24.093] [DEBUG] 6 processes running of frp type [2026-05-10,05:05:17.533] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,05:05:24.077] [DEBUG] 6 processes running of frp type [2026-05-10,05:20:17.380] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,05: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-10,05:35:17.290] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,05:35:23.920] [DEBUG] 6 processes running of frp type [2026-05-10,05:50:17.847] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,05:50:24.361] [DEBUG] 6 processes running of frp type [2026-05-10,06:05:17.600] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,06:05:24.144] [DEBUG] 6 processes running of frp type [2026-05-10,06:20:17.664] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,06:20:26.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-05-10,06:30:41.914] [INFO] Initializing BusSpeedStateManager V2 [2026-05-10,06:30:41.917] [INFO] LocationSqlManager initialising [2026-05-10,06:30:41.918] [INFO] Location DB initialising [2026-05-10,06:30:41.927] [INFO] LocationSqlManager initialisation complete [2026-05-10,06:30:41.928] [DEBUG] UploadManager Init [2026-05-10,06:30:41.928] [DEBUG] UploadManager Init Complete [2026-05-10,06:30:41.931] [INFO] Initializing GPS... [2026-05-10,06:30:41.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-05-10,06:32:44.712] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,06:32:51.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-10,06:33:02.323] [DEBUG] Log Upload Complete! [2026-05-10,06:35:49.676] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,06:35:56.178] [DEBUG] Remote Access Enabled [2026-05-10,06:36:02.284] [INFO] Server Address: 138.201.17.179 [2026-05-10,06:36:02.285] [INFO] Server Port: 7000 [2026-05-10,06:36:02.290] [DEBUG] Starting Remote Access! 2026-05-10 06:36:02.476 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-10 06:36:02.477 [I] [client/service.go:294] try to connect to server... 2026-05-10 06:36:03.116 [I] [client/service.go:286] [0bc96ec3bec825a6] login to server success, get run id [0bc96ec3bec825a6] 2026-05-10 06:36:03.117 [I] [proxy/proxy_manager.go:173] [0bc96ec3bec825a6] proxy added: [DTN57CC4444] 2026-05-10 06:36:03.329 [I] [client/control.go:168] [0bc96ec3bec825a6] [DTN57CC4444] start proxy success [2026-05-10,06:50:17.688] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,06:50:24.221] [DEBUG] 6 processes running of frp type 2026-05-10 07:02:03.007 [I] [client/service.go:294] [0bc96ec3bec825a6] try to connect to server... 2026-05-10 07:02:07.923 [I] [client/service.go:286] [0bc96ec3bec825a6] login to server success, get run id [0bc96ec3bec825a6] 2026-05-10 07:02:07.925 [I] [proxy/proxy_manager.go:173] [0bc96ec3bec825a6] proxy added: [DTN57CC4444] 2026-05-10 07:02:08.285 [I] [client/control.go:168] [0bc96ec3bec825a6] [DTN57CC4444] start proxy success [2026-05-10,07:05:17.855] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,07:05:24.492] [DEBUG] 6 processes running of frp type [2026-05-10,07:20:17.745] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,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-05-10,07:35:17.060] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,07:35:26.592] [DEBUG] 6 processes running of frp type [2026-05-10,07:50:17.450] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,07:50:24.043] [DEBUG] 6 processes running of frp type [2026-05-10,08:02:17.415] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,08:02:23.817] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:35.304] [DEBUG] Log Upload Complete! [2026-05-10,08:05:17.330] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,08:05:23.851] [DEBUG] 6 processes running of frp type [2026-05-10,08:20:17.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,08: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' [2026-05-10,08:35:17.688] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,08:35:24.232] [DEBUG] 6 processes running of frp type [2026-05-10,08:50:18.194] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,08:50:24.699] [DEBUG] 6 processes running of frp type [2026-05-10,09:05:18.077] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,09:05:24.664] [DEBUG] 6 processes running of frp type [2026-05-10,09:20:18.156] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,09:20:24.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' [2026-05-10,09:35:17.605] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,09:35:24.151] [DEBUG] 6 processes running of frp type [2026-05-10,09:50:17.968] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,09:50:24.505] [DEBUG] 6 processes running of frp type [2026-05-10,10:05:17.962] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,10:05:24.507] [DEBUG] 6 processes running of frp type [2026-05-10,10:20:17.970] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,10: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' [2026-05-10,10:35:17.337] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,10:35:24.040] [DEBUG] 6 processes running of frp type [2026-05-10,10:50:17.763] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,10:50:24.428] [DEBUG] 6 processes running of frp type [2026-05-10,11:05:17.920] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,11:05:24.463] [DEBUG] 6 processes running of frp type [2026-05-10,11:20:17.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,11: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' [2026-05-10,11:35:18.136] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,11:35:24.713] [DEBUG] 6 processes running of frp type [2026-05-10,11:50:17.442] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,11:50:24.025] [DEBUG] 6 processes running of frp type 2026-05-10 12:01:31.411 [I] [client/service.go:294] [0bc96ec3bec825a6] try to connect to server... 2026-05-10 12:01:31.995 [I] [client/service.go:286] [0bc96ec3bec825a6] login to server success, get run id [0bc96ec3bec825a6] 2026-05-10 12:01:31.996 [I] [proxy/proxy_manager.go:173] [0bc96ec3bec825a6] proxy added: [DTN57CC4444] 2026-05-10 12:01:32.221 [I] [client/control.go:168] [0bc96ec3bec825a6] [DTN57CC4444] start proxy success [2026-05-10,12:05:17.355] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,12:05:23.966] [DEBUG] 6 processes running of frp type [2026-05-10,12:20:17.322] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,12: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' 2026-05-10 12:34:55.988 [I] [client/service.go:294] [0bc96ec3bec825a6] try to connect to server... 2026-05-10 12:35:05.990 [W] [client/service.go:297] [0bc96ec3bec825a6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 12:35:05.991 [I] [client/service.go:294] [0bc96ec3bec825a6] try to connect to server... 2026-05-10 12:35:15.993 [W] [client/service.go:297] [0bc96ec3bec825a6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 12:35:15.994 [I] [client/service.go:294] [0bc96ec3bec825a6] try to connect to server... [2026-05-10,12:35:17.943] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-05-10 12:35:20.050 [I] [client/service.go:286] [0bc96ec3bec825a6] login to server success, get run id [0bc96ec3bec825a6] 2026-05-10 12:35:20.052 [I] [proxy/proxy_manager.go:173] [0bc96ec3bec825a6] proxy added: [DTN57CC4444] 2026-05-10 12:35:20.270 [I] [client/control.go:168] [0bc96ec3bec825a6] [DTN57CC4444] start proxy success [2026-05-10,12:35:24.577] [DEBUG] 6 processes running of frp type [2026-05-10,12:50:17.388] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,12:50:24.105] [DEBUG] 6 processes running of frp type [2026-05-10,13:05:17.585] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,13:05:24.288] [DEBUG] 6 processes running of frp type [2026-05-10,13:20:17.559] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,13: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' [2026-05-10,13:35:18.098] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,13:35:24.718] [DEBUG] 6 processes running of frp type [2026-05-10,13:50:17.249] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,13:50:23.876] [DEBUG] 6 processes running of frp type [2026-05-10,14:05:17.320] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,14:05:24.032] [DEBUG] 6 processes running of frp type [2026-05-10,14:20:17.472] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,14: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-05-10,14:35:18.181] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,14:35:24.817] [DEBUG] 6 processes running of frp type [2026-05-10,14:50:17.913] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,14:50:24.603] [DEBUG] 6 processes running of frp type [2026-05-10,15:05:18.176] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,15:05:24.863] [DEBUG] 6 processes running of frp type [2026-05-10,15:20:17.267] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,15:20:25.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-05-10,15:35:17.957] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,15:35:24.725] [DEBUG] 6 processes running of frp type [2026-05-10,15:50:17.519] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,15:50:24.170] [DEBUG] 6 processes running of frp type [2026-05-10,16:05:17.641] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,16:05:25.008] [DEBUG] 6 processes running of frp type [2026-05-10,16:20:17.423] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,16: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' [2026-05-10,16:35:17.952] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,16:35:24.698] [DEBUG] 6 processes running of frp type [2026-05-10,16:50:17.500] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,16:50:24.144] [DEBUG] 6 processes running of frp type [2026-05-10,17:05:17.584] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,17:05:24.337] [DEBUG] 6 processes running of frp type [2026-05-10,17:20:17.555] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,17: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-05-10,17:35:18.005] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,17:35:24.691] [DEBUG] 6 processes running of frp type [2026-05-10,17:50:17.326] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,17:50:23.966] [DEBUG] 6 processes running of frp type [2026-05-10,18:05:17.419] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,18:05:24.077] [DEBUG] 6 processes running of frp type [2026-05-10,18:20:17.371] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,18:20:24.127] [DEBUG] 6 processes running of frp type [2026-05-10,18:25:41.273] [INFO] Initializing BusSpeedStateManager V2 [2026-05-10,18:25:41.279] [INFO] LocationSqlManager initialising [2026-05-10,18:25:41.280] [INFO] Location DB initialising [2026-05-10,18:25:41.291] [INFO] LocationSqlManager initialisation complete [2026-05-10,18:25:41.293] [DEBUG] UploadManager Init [2026-05-10,18:25:41.293] [DEBUG] UploadManager Init Complete [2026-05-10,18:25:41.298] [INFO] Initializing GPS... [2026-05-10,18:25:41.300] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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.721] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,18:27:56.372] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:29:53.298] [DEBUG] Log Upload Complete! [2026-05-10,18:30:44.657] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,18:30:49.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-05-10,18:30:51.309] [DEBUG] Remote Access Enabled [2026-05-10,18:30:57.569] [INFO] Server Address: 138.201.17.179 [2026-05-10,18:30:57.569] [INFO] Server Port: 7000 [2026-05-10,18:30:57.575] [DEBUG] Starting Remote Access! 2026-05-10 18:30:57.706 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-10 18:30:57.707 [I] [client/service.go:294] try to connect to server... 2026-05-10 18:30:58.287 [I] [client/service.go:286] [a7cf68cadb562416] login to server success, get run id [a7cf68cadb562416] 2026-05-10 18:30:58.288 [I] [proxy/proxy_manager.go:173] [a7cf68cadb562416] proxy added: [DTN57CC4444] 2026-05-10 18:30:58.487 [I] [client/control.go:168] [a7cf68cadb562416] [DTN57CC4444] start proxy success [2026-05-10,18:35:17.720] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,18:35:24.519] [DEBUG] 6 processes running of frp type [2026-05-10,18:50:17.457] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,18:50:24.809] [DEBUG] 6 processes running of frp type [2026-05-10,19:05:18.166] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,19:05:25.146] [DEBUG] 6 processes running of frp type [2026-05-10,19:20:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,19: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-05-10,19:35:17.710] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,19:35:24.340] [DEBUG] 6 processes running of frp type [2026-05-10,19:50:17.131] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,19:50:23.796] [DEBUG] 6 processes running of frp type 2026-05-10 20:01:15.409 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 20:01:25.410 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 20:01:25.411 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 20:01:35.413 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 20:01:35.414 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 20:01:45.416 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 20:01:45.416 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 20:01:55.418 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 20:01:55.419 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 20:02:05.421 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 20:02:25.423 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 20:02:35.425 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-10 20:02:55.426 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 20:02:55.430 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-10 20:03:15.432 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 20:03:16.084 [I] [client/service.go:286] [a7cf68cadb562416] login to server success, get run id [a7cf68cadb562416] 2026-05-10 20:03:16.085 [I] [proxy/proxy_manager.go:173] [a7cf68cadb562416] proxy added: [DTN57CC4444] 2026-05-10 20:03:16.315 [I] [client/control.go:168] [a7cf68cadb562416] [DTN57CC4444] start proxy success [2026-05-10,20:05:17.245] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,20:05:23.795] [DEBUG] 6 processes running of frp type [2026-05-10,20:20:17.102] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,20:20:23.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' [2026-05-10,20:35:17.104] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,20:35:23.766] [DEBUG] 6 processes running of frp type [2026-05-10,20:50:17.446] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,20:50:24.090] [DEBUG] 6 processes running of frp type [2026-05-10,21:05:17.538] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,21:05:24.677] [DEBUG] 6 processes running of frp type 2026-05-10 21:12:33.692 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 21:12:35.808 [I] [client/service.go:286] [a7cf68cadb562416] login to server success, get run id [a7cf68cadb562416] 2026-05-10 21:12:35.810 [I] [proxy/proxy_manager.go:173] [a7cf68cadb562416] proxy added: [DTN57CC4444] 2026-05-10 21:12:36.029 [I] [client/control.go:168] [a7cf68cadb562416] [DTN57CC4444] start proxy success [2026-05-10,21:20:18.299] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-05-10 21:20:57.267 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 21:20:57.953 [I] [client/service.go:286] [a7cf68cadb562416] login to server success, get run id [a7cf68cadb562416] 2026-05-10 21:20:57.955 [I] [proxy/proxy_manager.go:173] [a7cf68cadb562416] proxy added: [DTN57CC4444] 2026-05-10 21:20:58.195 [I] [client/control.go:168] [a7cf68cadb562416] [DTN57CC4444] start proxy success [2026-05-10,21:21:19.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-05-10,21:35:18.100] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,21:35:24.747] [DEBUG] 6 processes running of frp type 2026-05-10 21:45:14.401 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 21:45:27.837 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: connection write timeout 2026-05-10 21:45:27.838 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 21:45:30.662 [I] [client/service.go:286] [a7cf68cadb562416] login to server success, get run id [a7cf68cadb562416] 2026-05-10 21:45:30.663 [I] [proxy/proxy_manager.go:173] [a7cf68cadb562416] proxy added: [DTN57CC4444] 2026-05-10 21:45:34.224 [I] [client/control.go:168] [a7cf68cadb562416] [DTN57CC4444] start proxy success 2026-05-10 21:46:40.193 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 21:46:51.673 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: connection write timeout 2026-05-10 21:46:51.674 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 21:47:05.694 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: connection write timeout 2026-05-10 21:47:05.695 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 21:47:17.719 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: i/o deadline reached 2026-05-10 21:47:17.720 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 21:47:31.467 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: connection write timeout 2026-05-10 21:47:31.468 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 21:47:44.322 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: i/o deadline reached 2026-05-10 21:48:04.323 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 21:48:11.626 [I] [client/service.go:286] [a7cf68cadb562416] login to server success, get run id [a7cf68cadb562416] 2026-05-10 21:48:11.626 [I] [proxy/proxy_manager.go:173] [a7cf68cadb562416] proxy added: [DTN57CC4444] 2026-05-10 21:48:12.344 [I] [client/control.go:168] [a7cf68cadb562416] [DTN57CC4444] start proxy success [2026-05-10,21:50:22.690] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,21:50:29.769] [DEBUG] 6 processes running of frp type [2026-05-10,22:05:17.152] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,22:05:23.791] [DEBUG] 6 processes running of frp type [2026-05-10,22:20:17.131] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,22: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-05-10,22:35:17.569] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,22:35:24.145] [DEBUG] 6 processes running of frp type [2026-05-10,22:50:17.356] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,22:50:23.981] [DEBUG] 6 processes running of frp type [2026-05-10,23:05:17.276] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,23:05:23.919] [DEBUG] 6 processes running of frp type [2026-05-10,23:20:17.075] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,23: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-05-10,23:35:17.118] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,23:35:24.034] [DEBUG] 6 processes running of frp type [2026-05-10,23:50:17.291] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-10,23:50:23.812] [DEBUG] 6 processes running of frp type 2026-05-10 23:56:18.601 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-10 23:56:23.054 [I] [client/service.go:286] [a7cf68cadb562416] login to server success, get run id [a7cf68cadb562416] 2026-05-10 23:56:23.055 [I] [proxy/proxy_manager.go:173] [a7cf68cadb562416] proxy added: [DTN57CC4444] 2026-05-10 23:56:23.259 [I] [client/control.go:168] [a7cf68cadb562416] [DTN57CC4444] start proxy success [2026-05-11,00:05:17.409] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,00:05:24.038] [DEBUG] 6 processes running of frp type [2026-05-11,00:20:17.248] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,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' [2026-05-11,00:35:17.614] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,00:35:24.212] [DEBUG] 6 processes running of frp type [2026-05-11,00:50:18.019] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,00:50:24.429] [DEBUG] 6 processes running of frp type [2026-05-11,01:05:18.038] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,01:05:24.549] [DEBUG] 6 processes running of frp type [2026-05-11,01:20:17.793] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,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-05-11,01:35:17.962] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,01:35:24.467] [DEBUG] 6 processes running of frp type [2026-05-11,01:50:18.311] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,01:50:24.820] [DEBUG] 6 processes running of frp type [2026-05-11,02:05:17.141] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,02:05:23.621] [DEBUG] 6 processes running of frp type [2026-05-11,02:20:17.803] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,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-05-11,02:35:16.998] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,02:35:23.602] [DEBUG] 6 processes running of frp type [2026-05-11,02:50:17.127] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,02:50:23.668] [DEBUG] 6 processes running of frp type 2026-05-11 02:53:23.000 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-11 02:53:32.544 [I] [client/service.go:286] [a7cf68cadb562416] login to server success, get run id [a7cf68cadb562416] 2026-05-11 02:53:32.545 [I] [proxy/proxy_manager.go:173] [a7cf68cadb562416] proxy added: [DTN57CC4444] 2026-05-11 02:53:34.213 [I] [client/control.go:168] [a7cf68cadb562416] [DTN57CC4444] start proxy success [2026-05-11,03:05:18.342] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,03:05:24.891] [DEBUG] 6 processes running of frp type [2026-05-11,03:20:17.087] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,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-05-11,03:35:17.572] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,03:35:24.052] [DEBUG] 6 processes running of frp type [2026-05-11,03:50:17.889] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,03:50:24.464] [DEBUG] 6 processes running of frp type 2026-05-11 04:00:41.491 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-11 04:00:50.781 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-11 04:00:50.782 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-11 04:00:53.821 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-11 04:00:53.822 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-11 04:00:56.862 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-11 04:01:06.026 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-11 04:01:06.029 [W] [client/service.go:297] [a7cf68cadb562416] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-11 04:01:25.841 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-11 04:01:26.462 [I] [client/service.go:286] [a7cf68cadb562416] login to server success, get run id [a7cf68cadb562416] 2026-05-11 04:01:26.463 [I] [proxy/proxy_manager.go:173] [a7cf68cadb562416] proxy added: [DTN57CC4444] 2026-05-11 04:01:26.677 [I] [client/control.go:168] [a7cf68cadb562416] [DTN57CC4444] start proxy success [2026-05-11,04:05:18.113] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,04:05:27.296] [DEBUG] 6 processes running of frp type [2026-05-11,04:20:17.424] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,04: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-11,04:35:17.278] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,04:35:24.709] [DEBUG] 6 processes running of frp type [2026-05-11,04:50:17.736] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,04:50:24.329] [DEBUG] 6 processes running of frp type [2026-05-11,05:05:17.513] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,05:05:24.049] [DEBUG] 6 processes running of frp type [2026-05-11,05:20:12.395] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,05:20:18.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-05-11,05:35:17.823] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,05:35:24.319] [DEBUG] 6 processes running of frp type [2026-05-11,05:50:17.746] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,05:50:24.492] [DEBUG] 6 processes running of frp type [2026-05-11,06:05:17.923] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,06:05:24.754] [DEBUG] 6 processes running of frp type 2026-05-11 06:19:25.153 [I] [client/service.go:294] [a7cf68cadb562416] try to connect to server... 2026-05-11 06:19:27.454 [I] [client/service.go:286] [a7cf68cadb562416] login to server success, get run id [a7cf68cadb562416] 2026-05-11 06:19:27.455 [I] [proxy/proxy_manager.go:173] [a7cf68cadb562416] proxy added: [DTN57CC4444] 2026-05-11 06:19:27.629 [I] [client/control.go:168] [a7cf68cadb562416] [DTN57CC4444] start proxy success [2026-05-11,06:20:18.510] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,06:20:25.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-05-11,06:30:41.444] [INFO] Initializing BusSpeedStateManager V2 [2026-05-11,06:30:41.450] [INFO] LocationSqlManager initialising [2026-05-11,06:30:41.451] [INFO] Location DB initialising [2026-05-11,06:30:41.462] [INFO] LocationSqlManager initialisation complete [2026-05-11,06:30:41.463] [DEBUG] UploadManager Init [2026-05-11,06:30:41.464] [DEBUG] UploadManager Init Complete [2026-05-11,06:30:41.468] [INFO] Initializing GPS... [2026-05-11,06:30:41.471] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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.826] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,06:32:51.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-05-11,06:33:12.989] [DEBUG] Log Upload Complete! [2026-05-11,06:35:44.999] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,06:35:51.732] [DEBUG] Remote Access Enabled [2026-05-11,06:35:58.701] [INFO] Server Address: 138.201.17.179 [2026-05-11,06:35:58.702] [INFO] Server Port: 7000 [2026-05-11,06:35:58.708] [DEBUG] Starting Remote Access! 2026-05-11 06:35:58.837 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-11 06:35:58.837 [I] [client/service.go:294] try to connect to server... 2026-05-11 06:35:59.454 [I] [client/service.go:286] [b240953285285731] login to server success, get run id [b240953285285731] 2026-05-11 06:35:59.455 [I] [proxy/proxy_manager.go:173] [b240953285285731] proxy added: [DTN57CC4444] 2026-05-11 06:35:59.661 [I] [client/control.go:168] [b240953285285731] [DTN57CC4444] start proxy success [2026-05-11,06:50:17.893] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,06:50:24.858] [DEBUG] 6 processes running of frp type 2026-05-11 06:50:49.850 [I] [client/service.go:294] [b240953285285731] try to connect to server... 2026-05-11 06:50:51.382 [I] [client/service.go:286] [b240953285285731] login to server success, get run id [b240953285285731] 2026-05-11 06:50:51.384 [I] [proxy/proxy_manager.go:173] [b240953285285731] proxy added: [DTN57CC4444] 2026-05-11 06:50:51.580 [I] [client/control.go:168] [b240953285285731] [DTN57CC4444] start proxy success [2026-05-11,07:05:17.126] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,07:05:23.675] [DEBUG] 6 processes running of frp type [2026-05-11,07:20:17.686] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,07: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-05-11,07:35:17.396] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,07:35:23.910] [DEBUG] 6 processes running of frp type [2026-05-11,07:50:17.473] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,07:50:23.993] [DEBUG] 6 processes running of frp type [2026-05-11,08:02:17.264] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,08:02:23.764] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:42.976] [DEBUG] Log Upload Complete! [2026-05-11,08:05:17.360] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,08:05:23.939] [DEBUG] 6 processes running of frp type [2026-05-11,08:20:17.205] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,08:20:54.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-05-11,08:35:17.146] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,08:35:23.762] [DEBUG] 6 processes running of frp type [2026-05-11,08:50:17.343] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,08:50:23.914] [DEBUG] 6 processes running of frp type [2026-05-11,09:05:17.579] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,09:05:24.202] [DEBUG] 6 processes running of frp type [2026-05-11,09:20:17.561] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,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' [2026-05-11,09:35:18.134] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,09:35:24.700] [DEBUG] 6 processes running of frp type [2026-05-11,09:50:17.380] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,09:50:24.037] [DEBUG] 6 processes running of frp type [2026-05-11,10:05:17.498] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,10:05:24.134] [DEBUG] 6 processes running of frp type [2026-05-11,10:20:17.502] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,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' [2026-05-11,10:35:17.884] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,10:35:24.440] [DEBUG] 6 processes running of frp type [2026-05-11,10:50:17.057] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,10:50:23.679] [DEBUG] 6 processes running of frp type [2026-05-11,11:05:18.114] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,11:05:24.795] [DEBUG] 6 processes running of frp type [2026-05-11,11:20:16.920] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,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-05-11,11:35:17.542] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,11:35:24.130] [DEBUG] 6 processes running of frp type [2026-05-11,11:50:17.781] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,11:50:24.350] [DEBUG] 6 processes running of frp type [2026-05-11,12:05:17.773] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,12:05:24.360] [DEBUG] 6 processes running of frp type [2026-05-11,12:20:17.622] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,12: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-05-11,12:35:17.157] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,12:35:23.758] [DEBUG] 6 processes running of frp type [2026-05-11,12:50:17.489] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,12:50:24.054] [DEBUG] 6 processes running of frp type [2026-05-11,13:05:17.540] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,13:05:24.096] [DEBUG] 6 processes running of frp type [2026-05-11,13:20:17.461] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,13: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-05-11,13:35:17.817] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,13:35:24.378] [DEBUG] 6 processes running of frp type [2026-05-11,13:50:18.116] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,13:50:24.707] [DEBUG] 6 processes running of frp type [2026-05-11,14:05:17.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,14:05:23.787] [DEBUG] 6 processes running of frp type 2026-05-11 14:06:38.645 [I] [client/service.go:294] [b240953285285731] try to connect to server... 2026-05-11 14:06:48.647 [W] [client/service.go:297] [b240953285285731] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-11 14:06:48.648 [I] [client/service.go:294] [b240953285285731] try to connect to server... 2026-05-11 14:06:58.649 [W] [client/service.go:297] [b240953285285731] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-11 14:06:58.650 [I] [client/service.go:294] [b240953285285731] try to connect to server... 2026-05-11 14:07:08.652 [W] [client/service.go:297] [b240953285285731] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-11 14:07:08.653 [I] [client/service.go:294] [b240953285285731] try to connect to server... 2026-05-11 14:07:14.501 [I] [client/service.go:286] [b240953285285731] login to server success, get run id [b240953285285731] 2026-05-11 14:07:14.503 [I] [proxy/proxy_manager.go:173] [b240953285285731] proxy added: [DTN57CC4444] 2026-05-11 14:07:14.702 [I] [client/control.go:168] [b240953285285731] [DTN57CC4444] start proxy success [2026-05-11,14:20:17.167] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,14: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' [2026-05-11,14:35:17.730] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,14:35:24.261] [DEBUG] 6 processes running of frp type [2026-05-11,14:50:17.971] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,14:50:24.505] [DEBUG] 6 processes running of frp type [2026-05-11,15:05:19.145] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,15:05:25.649] [DEBUG] 6 processes running of frp type [2026-05-11,15:20:17.995] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,15: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-05-11,15:35:17.432] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,15:35:24.217] [DEBUG] 6 processes running of frp type [2026-05-11,15:50:18.003] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,15:50:24.802] [DEBUG] 6 processes running of frp type [2026-05-11,16:05:17.256] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,16:05:24.128] [DEBUG] 6 processes running of frp type [2026-05-11,16:20:17.487] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,16: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-05-11,16:35:17.218] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,16:35:23.728] [DEBUG] 6 processes running of frp type [2026-05-11,16:50:17.449] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,16:50:23.990] [DEBUG] 6 processes running of frp type [2026-05-11,17:05:17.510] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,17:05:24.026] [DEBUG] 6 processes running of frp type [2026-05-11,17:20:17.215] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,17: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-11,17:35:17.702] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,17:35:24.307] [DEBUG] 6 processes running of frp type [2026-05-11,17:50:18.087] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,17:50:24.603] [DEBUG] 6 processes running of frp type [2026-05-11,18:05:17.826] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,18:05:24.369] [DEBUG] 6 processes running of frp type [2026-05-11,18:20:17.630] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,18:20:24.140] [DEBUG] 6 processes running of frp type [2026-05-11,18:25:42.181] [INFO] Initializing BusSpeedStateManager V2 [2026-05-11,18:25:42.185] [INFO] LocationSqlManager initialising [2026-05-11,18:25:42.186] [INFO] Location DB initialising [2026-05-11,18:25:42.195] [INFO] LocationSqlManager initialisation complete [2026-05-11,18:25:42.196] [DEBUG] UploadManager Init [2026-05-11,18:25:42.196] [DEBUG] UploadManager Init Complete [2026-05-11,18:25:42.199] [INFO] Initializing GPS... [2026-05-11,18:25:42.201] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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.749] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,18:27:51.160] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:55.258] [DEBUG] Log Upload Complete! [2026-05-11,18:30:44.811] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,18:30:49.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-11,18:30:51.384] [DEBUG] Remote Access Enabled [2026-05-11,18:30:58.750] [INFO] Server Address: 138.201.17.179 [2026-05-11,18:30:58.751] [INFO] Server Port: 7000 [2026-05-11,18:30:58.756] [DEBUG] Starting Remote Access! 2026-05-11 18:30:58.896 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-11 18:30:58.897 [I] [client/service.go:294] try to connect to server... 2026-05-11 18:30:59.410 [I] [client/service.go:286] [53bf630fbecfd855] login to server success, get run id [53bf630fbecfd855] 2026-05-11 18:30:59.411 [I] [proxy/proxy_manager.go:173] [53bf630fbecfd855] proxy added: [DTN57CC4444] 2026-05-11 18:30:59.584 [I] [client/control.go:168] [53bf630fbecfd855] [DTN57CC4444] start proxy success [2026-05-11,18:35:17.858] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,18:35:24.398] [DEBUG] 6 processes running of frp type [2026-05-11,18:50:17.418] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,18:50:23.961] [DEBUG] 6 processes running of frp type [2026-05-11,19:05:17.691] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,19:05:24.257] [DEBUG] 6 processes running of frp type [2026-05-11,19:20:17.799] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,19: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-05-11,19:35:18.253] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,19:35:24.780] [DEBUG] 6 processes running of frp type [2026-05-11,19:50:19.968] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,19:50:26.567] [DEBUG] 6 processes running of frp type [2026-05-11,20:05:18.191] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,20:05:24.720] [DEBUG] 6 processes running of frp type [2026-05-11,20:20:16.933] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,20:20:25.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-05-11,20:35:18.089] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,20:35:24.955] [DEBUG] 6 processes running of frp type [2026-05-11,20:50:17.746] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,20:50:24.783] [DEBUG] 6 processes running of frp type [2026-05-11,21:05:20.282] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,21:05:26.819] [DEBUG] 6 processes running of frp type [2026-05-11,21:20:17.110] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,21: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-05-11,21:35:17.848] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,21:35:24.493] [DEBUG] 6 processes running of frp type 2026-05-11 21:40:12.207 [I] [client/service.go:294] [53bf630fbecfd855] try to connect to server... 2026-05-11 21:40:26.009 [I] [client/service.go:286] [53bf630fbecfd855] login to server success, get run id [53bf630fbecfd855] 2026-05-11 21:40:26.010 [I] [proxy/proxy_manager.go:173] [53bf630fbecfd855] proxy added: [DTN57CC4444] 2026-05-11 21:40:26.308 [I] [client/control.go:168] [53bf630fbecfd855] [DTN57CC4444] start proxy success 2026-05-11 21:49:47.740 [I] [client/service.go:294] [53bf630fbecfd855] try to connect to server... 2026-05-11 21:50:02.377 [I] [client/service.go:286] [53bf630fbecfd855] login to server success, get run id [53bf630fbecfd855] 2026-05-11 21:50:02.378 [I] [proxy/proxy_manager.go:173] [53bf630fbecfd855] proxy added: [DTN57CC4444] 2026-05-11 21:50:02.920 [I] [client/control.go:168] [53bf630fbecfd855] [DTN57CC4444] start proxy success [2026-05-11,21:50:17.649] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,21:50:25.398] [DEBUG] 6 processes running of frp type [2026-05-11,22:05:20.744] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,22:05:29.505] [DEBUG] 6 processes running of frp type [2026-05-11,22:20:17.796] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,22: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-05-11,22:35:18.054] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,22:35:24.991] [DEBUG] 6 processes running of frp type [2026-05-11,22:50:17.390] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,22:50:24.206] [DEBUG] 6 processes running of frp type [2026-05-11,23:05:17.578] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,23:05:25.245] [DEBUG] 6 processes running of frp type 2026-05-11 23:07:59.387 [I] [client/service.go:294] [53bf630fbecfd855] try to connect to server... 2026-05-11 23:08:00.344 [I] [client/service.go:286] [53bf630fbecfd855] login to server success, get run id [53bf630fbecfd855] 2026-05-11 23:08:00.345 [I] [proxy/proxy_manager.go:173] [53bf630fbecfd855] proxy added: [DTN57CC4444] 2026-05-11 23:08:01.852 [I] [client/control.go:168] [53bf630fbecfd855] [DTN57CC4444] start proxy success 2026-05-11 23:13:16.574 [I] [client/service.go:294] [53bf630fbecfd855] try to connect to server... 2026-05-11 23:13:19.590 [I] [client/service.go:286] [53bf630fbecfd855] login to server success, get run id [53bf630fbecfd855] 2026-05-11 23:13:19.592 [I] [proxy/proxy_manager.go:173] [53bf630fbecfd855] proxy added: [DTN57CC4444] 2026-05-11 23:13:29.281 [I] [client/control.go:168] [53bf630fbecfd855] [DTN57CC4444] start proxy success [2026-05-11,23:20:17.546] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,23: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-05-11,23:35:17.706] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,23:35:24.350] [DEBUG] 6 processes running of frp type [2026-05-11,23:50:18.075] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-11,23:50:25.277] [DEBUG] 6 processes running of frp type [2026-05-12,00:05:17.931] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,00:05:24.654] [DEBUG] 6 processes running of frp type 2026-05-12 00:07:17.602 [I] [client/service.go:294] [53bf630fbecfd855] try to connect to server... 2026-05-12 00:07:19.946 [I] [client/service.go:286] [53bf630fbecfd855] login to server success, get run id [53bf630fbecfd855] 2026-05-12 00:07:19.948 [I] [proxy/proxy_manager.go:173] [53bf630fbecfd855] proxy added: [DTN57CC4444] 2026-05-12 00:07:20.987 [I] [client/control.go:168] [53bf630fbecfd855] [DTN57CC4444] start proxy success [2026-05-12,00:20:18.105] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,00:20:25.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-05-12,00:35:17.327] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,00:35:23.924] [DEBUG] 6 processes running of frp type [2026-05-12,00:50:17.821] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,00:50:24.362] [DEBUG] 6 processes running of frp type [2026-05-12,01:05:18.026] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,01:05:24.613] [DEBUG] 6 processes running of frp type [2026-05-12,01:20:17.876] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,01: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-05-12,01:35:17.770] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,01:35:24.410] [DEBUG] 6 processes running of frp type 2026-05-12 01:47:33.517 [I] [client/service.go:294] [53bf630fbecfd855] try to connect to server... 2026-05-12 01:47:43.518 [W] [client/service.go:297] [53bf630fbecfd855] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-12 01:47:43.519 [I] [client/service.go:294] [53bf630fbecfd855] try to connect to server... 2026-05-12 01:47:51.706 [I] [client/service.go:286] [53bf630fbecfd855] login to server success, get run id [53bf630fbecfd855] 2026-05-12 01:47:51.707 [I] [proxy/proxy_manager.go:173] [53bf630fbecfd855] proxy added: [DTN57CC4444] 2026-05-12 01:47:52.227 [I] [client/control.go:168] [53bf630fbecfd855] [DTN57CC4444] start proxy success 2026-05-12 01:48:30.926 [I] [client/service.go:294] [53bf630fbecfd855] try to connect to server... 2026-05-12 01:48:33.149 [I] [client/service.go:286] [53bf630fbecfd855] login to server success, get run id [53bf630fbecfd855] 2026-05-12 01:48:33.150 [I] [proxy/proxy_manager.go:173] [53bf630fbecfd855] proxy added: [DTN57CC4444] 2026-05-12 01:48:33.398 [I] [client/control.go:168] [53bf630fbecfd855] [DTN57CC4444] start proxy success [2026-05-12,01:50:18.140] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,01:50:24.766] [DEBUG] 6 processes running of frp type [2026-05-12,02:05:17.309] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,02:05:23.902] [DEBUG] 6 processes running of frp type [2026-05-12,02:20:17.178] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,02:20:23.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' [2026-05-12,02:35:17.600] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,02:35:24.169] [DEBUG] 6 processes running of frp type [2026-05-12,02:50:18.095] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,02:50:24.703] [DEBUG] 6 processes running of frp type [2026-05-12,03:05:18.234] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,03:05:24.860] [DEBUG] 6 processes running of frp type [2026-05-12,03:20:17.491] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,03: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-05-12,03:35:17.478] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,03:35:23.983] [DEBUG] 6 processes running of frp type [2026-05-12,03:50:17.476] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,03:50:24.034] [DEBUG] 6 processes running of frp type 2026-05-12 04:01:34.636 [I] [client/service.go:294] [53bf630fbecfd855] try to connect to server... 2026-05-12 04:01:34.645 [W] [client/service.go:297] [53bf630fbecfd855] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-12 04:01:36.714 [I] [client/service.go:294] [53bf630fbecfd855] try to connect to server... 2026-05-12 04:01:36.719 [W] [client/service.go:297] [53bf630fbecfd855] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-12 04:01:40.866 [I] [client/service.go:294] [53bf630fbecfd855] try to connect to server... 2026-05-12 04:01:40.870 [W] [client/service.go:297] [53bf630fbecfd855] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-12 04:01:49.615 [I] [client/service.go:294] [53bf630fbecfd855] try to connect to server... 2026-05-12 04:01:49.623 [W] [client/service.go:297] [53bf630fbecfd855] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-12 04:02:07.251 [I] [client/service.go:294] [53bf630fbecfd855] try to connect to server... 2026-05-12 04:02:07.255 [W] [client/service.go:297] [53bf630fbecfd855] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-12 04:02:27.256 [I] [client/service.go:294] [53bf630fbecfd855] try to connect to server... 2026-05-12 04:02:27.262 [W] [client/service.go:297] [53bf630fbecfd855] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-12 04:02:47.263 [I] [client/service.go:294] [53bf630fbecfd855] try to connect to server... 2026-05-12 04:02:47.956 [I] [client/service.go:286] [53bf630fbecfd855] login to server success, get run id [53bf630fbecfd855] 2026-05-12 04:02:47.957 [I] [proxy/proxy_manager.go:173] [53bf630fbecfd855] proxy added: [DTN57CC4444] 2026-05-12 04:02:48.190 [I] [client/control.go:168] [53bf630fbecfd855] [DTN57CC4444] start proxy success [2026-05-12,04:05:17.192] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,04:05:23.823] [DEBUG] 6 processes running of frp type [2026-05-12,04:20:17.286] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,04: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' [2026-05-12,04:35:17.081] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,04:35:23.501] [DEBUG] 6 processes running of frp type [2026-05-12,04:50:18.078] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,04:50:24.696] [DEBUG] 6 processes running of frp type [2026-05-12,05:05:17.917] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,05:05:24.444] [DEBUG] 6 processes running of frp type [2026-05-12,05:20:17.608] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,05: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-05-12,05:35:17.378] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,05:35:23.967] [DEBUG] 6 processes running of frp type [2026-05-12,05:50:17.345] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,05:50:23.931] [DEBUG] 6 processes running of frp type [2026-05-12,06:05:17.451] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,06:05:23.979] [DEBUG] 6 processes running of frp type [2026-05-12,06:20:17.424] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,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-05-12,06:30:42.155] [INFO] Initializing BusSpeedStateManager V2 [2026-05-12,06:30:42.160] [INFO] LocationSqlManager initialising [2026-05-12,06:30:42.161] [INFO] Location DB initialising [2026-05-12,06:30:42.171] [INFO] LocationSqlManager initialisation complete [2026-05-12,06:30:42.172] [DEBUG] UploadManager Init [2026-05-12,06:30:42.173] [DEBUG] UploadManager Init Complete [2026-05-12,06:30:42.176] [INFO] Initializing GPS... [2026-05-12,06:30:42.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-05-12,06:32:45.217] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,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( [2026-05-12,06:33:05.621] [DEBUG] Log Upload Complete! [2026-05-12,06:35:45.194] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,06:35:51.966] [DEBUG] Remote Access Enabled [2026-05-12,06:35:58.216] [INFO] Server Address: 138.201.17.179 [2026-05-12,06:35:58.217] [INFO] Server Port: 7000 [2026-05-12,06:35:58.222] [DEBUG] Starting Remote Access! 2026-05-12 06:35:58.357 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-12 06:35:58.358 [I] [client/service.go:294] try to connect to server... 2026-05-12 06:35:58.969 [I] [client/service.go:286] [3c91a897248712bc] login to server success, get run id [3c91a897248712bc] 2026-05-12 06:35:58.970 [I] [proxy/proxy_manager.go:173] [3c91a897248712bc] proxy added: [DTN57CC4444] 2026-05-12 06:35:59.172 [I] [client/control.go:168] [3c91a897248712bc] [DTN57CC4444] start proxy success [2026-05-12,06:50:18.101] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,06:50:27.109] [DEBUG] 6 processes running of frp type [2026-05-12,07:05:17.350] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,07:05:23.912] [DEBUG] 6 processes running of frp type [2026-05-12,07:20:17.227] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,07: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-05-12,07:35:17.569] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,07:35:25.179] [DEBUG] 6 processes running of frp type [2026-05-12,07:50:17.208] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,07:50:25.318] [DEBUG] 6 processes running of frp type [2026-05-12,08:02:17.737] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,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-12,08:02:36.886] [DEBUG] Log Upload Complete! [2026-05-12,08:05:18.052] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,08:05:24.555] [DEBUG] 6 processes running of frp type [2026-05-12,08:20:18.065] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,08: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' [2026-05-12,08:35:17.554] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,08:35:24.099] [DEBUG] 6 processes running of frp type [2026-05-12,08:50:17.259] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,08:50:23.831] [DEBUG] 6 processes running of frp type [2026-05-12,09:05:17.462] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,09:05:24.029] [DEBUG] 6 processes running of frp type [2026-05-12,09:20:17.405] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,09: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-05-12,09:35:17.694] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,09:35:24.179] [DEBUG] 6 processes running of frp type [2026-05-12,09:50:17.922] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,09:50:24.517] [DEBUG] 6 processes running of frp type [2026-05-12,10:05:17.931] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,10:05:24.454] [DEBUG] 6 processes running of frp type [2026-05-12,10:20:17.790] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,10: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' [2026-05-12,10:35:18.046] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,10:35:24.626] [DEBUG] 6 processes running of frp type [2026-05-12,10:50:17.265] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,10:50:23.805] [DEBUG] 6 processes running of frp type [2026-05-12,11:05:17.263] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,11:05:23.767] [DEBUG] 6 processes running of frp type [2026-05-12,11:20:17.114] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,11:20:23.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-05-12,11:35:17.438] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,11:35:23.986] [DEBUG] 6 processes running of frp type [2026-05-12,11:50:17.826] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,11:50:24.445] [DEBUG] 6 processes running of frp type [2026-05-12,12:05:17.846] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,12:05:24.455] [DEBUG] 6 processes running of frp type [2026-05-12,12:20:17.773] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,12: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-05-12,12:35:18.062] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,12:35:24.648] [DEBUG] 6 processes running of frp type [2026-05-12,12:50:17.010] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,12:50:23.617] [DEBUG] 6 processes running of frp type [2026-05-12,13:05:18.052] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,13:05:24.668] [DEBUG] 6 processes running of frp type [2026-05-12,13:20:18.180] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,13: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-05-12,13:35:17.576] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,13:35:24.078] [DEBUG] 6 processes running of frp type [2026-05-12,13:50:17.828] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,13:50:24.366] [DEBUG] 6 processes running of frp type [2026-05-12,14:05:17.828] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,14:05:24.366] [DEBUG] 6 processes running of frp type [2026-05-12,14:20:17.719] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,14: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-12,14:35:18.246] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,14:35:24.984] [DEBUG] 6 processes running of frp type [2026-05-12,14:50:17.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,14:50:24.277] [DEBUG] 6 processes running of frp type [2026-05-12,15:05:17.719] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,15:05:24.253] [DEBUG] 6 processes running of frp type [2026-05-12,15:20:17.499] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,15: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' [2026-05-12,15:35:17.611] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,15:35:24.111] [DEBUG] 6 processes running of frp type [2026-05-12,15:50:17.789] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,15:50:24.311] [DEBUG] 6 processes running of frp type [2026-05-12,16:05:17.787] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,16:05:24.325] [DEBUG] 6 processes running of frp type [2026-05-12,16:20:17.573] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,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-05-12,16:35:17.844] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,16:35:24.334] [DEBUG] 6 processes running of frp type [2026-05-12,16:50:18.175] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,16:50:24.724] [DEBUG] 6 processes running of frp type [2026-05-12,17:05:17.140] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,17:05:23.822] [DEBUG] 6 processes running of frp type [2026-05-12,17:20:17.075] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,17: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-12,17:35:17.530] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,17:35:24.120] [DEBUG] 6 processes running of frp type [2026-05-12,17:50:17.991] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,17:50:24.541] [DEBUG] 6 processes running of frp type [2026-05-12,18:05:18.019] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,18:05:24.524] [DEBUG] 6 processes running of frp type [2026-05-12,18:20:17.766] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,18:20:24.285] [DEBUG] 6 processes running of frp type [2026-05-12,18:25:42.175] [INFO] Initializing BusSpeedStateManager V2 [2026-05-12,18:25:42.179] [INFO] LocationSqlManager initialising [2026-05-12,18:25:42.180] [INFO] Location DB initialising [2026-05-12,18:25:42.189] [INFO] LocationSqlManager initialisation complete [2026-05-12,18:25:42.190] [DEBUG] UploadManager Init [2026-05-12,18:25:42.190] [DEBUG] UploadManager Init Complete [2026-05-12,18:25:42.193] [INFO] Initializing GPS... [2026-05-12,18:25:42.195] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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:44.881] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,18:27:56.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-05-12,18:28:19.181] [DEBUG] Log Upload Complete! [2026-05-12,18:30:44.937] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,18:30:51.351] [DEBUG] Remote Access Enabled [2026-05-12,18:30:57.505] [INFO] Server Address: 138.201.17.179 [2026-05-12,18:30:57.506] [INFO] Server Port: 7000 [2026-05-12,18:30:57.511] [DEBUG] Starting Remote Access! 2026-05-12 18:30:57.648 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-12 18:30:57.649 [I] [client/service.go:294] try to connect to server... 2026-05-12 18:30:58.323 [I] [client/service.go:286] [a5bb83507ebe2d80] login to server success, get run id [a5bb83507ebe2d80] 2026-05-12 18:30:58.323 [I] [proxy/proxy_manager.go:173] [a5bb83507ebe2d80] proxy added: [DTN57CC4444] 2026-05-12 18:30:58.556 [I] [client/control.go:168] [a5bb83507ebe2d80] [DTN57CC4444] start proxy success [2026-05-12,18:35:17.481] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,18:35:24.071] [DEBUG] 6 processes running of frp type [2026-05-12,18:50:17.767] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,18:50:24.328] [DEBUG] 6 processes running of frp type [2026-05-12,19:05:17.643] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,19:05:24.187] [DEBUG] 6 processes running of frp type [2026-05-12,19:20:17.515] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,19:20:24.076] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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.517] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,19:35:24.035] [DEBUG] 6 processes running of frp type [2026-05-12,19:50:17.918] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,19:50:24.416] [DEBUG] 6 processes running of frp type [2026-05-12,20:05:17.696] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,20:05:24.227] [DEBUG] 6 processes running of frp type 2026-05-12 20:07:19.742 [I] [client/service.go:294] [a5bb83507ebe2d80] try to connect to server... 2026-05-12 20:07:29.745 [W] [client/service.go:297] [a5bb83507ebe2d80] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-12 20:07:29.746 [I] [client/service.go:294] [a5bb83507ebe2d80] try to connect to server... 2026-05-12 20:07:34.290 [I] [client/service.go:286] [a5bb83507ebe2d80] login to server success, get run id [a5bb83507ebe2d80] 2026-05-12 20:07:34.292 [I] [proxy/proxy_manager.go:173] [a5bb83507ebe2d80] proxy added: [DTN57CC4444] 2026-05-12 20:07:34.502 [I] [client/control.go:168] [a5bb83507ebe2d80] [DTN57CC4444] start proxy success [2026-05-12,20:20:17.391] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,20: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-05-12,20:35:17.492] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,20:35:24.220] [DEBUG] 6 processes running of frp type [2026-05-12,20:50:17.444] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,20:50:24.123] [DEBUG] 6 processes running of frp type [2026-05-12,21:05:17.461] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,21:05:23.978] [DEBUG] 6 processes running of frp type [2026-05-12,21:20:17.279] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,21: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' [2026-05-12,21:35:17.491] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,21:35:36.325] [DEBUG] 6 processes running of frp type 2026-05-12 21:43:16.643 [I] [client/service.go:294] [a5bb83507ebe2d80] try to connect to server... 2026-05-12 21:43:26.644 [W] [client/service.go:297] [a5bb83507ebe2d80] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-12 21:43:26.645 [I] [client/service.go:294] [a5bb83507ebe2d80] try to connect to server... 2026-05-12 21:43:35.981 [I] [client/service.go:286] [a5bb83507ebe2d80] login to server success, get run id [a5bb83507ebe2d80] 2026-05-12 21:43:35.983 [I] [proxy/proxy_manager.go:173] [a5bb83507ebe2d80] proxy added: [DTN57CC4444] 2026-05-12 21:43:36.434 [I] [client/control.go:168] [a5bb83507ebe2d80] [DTN57CC4444] start proxy success [2026-05-12,21:50:16.941] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,21:50:24.165] [DEBUG] 6 processes running of frp type [2026-05-12,22:05:17.535] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,22:05:24.328] [DEBUG] 6 processes running of frp type [2026-05-12,22:20:17.719] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,22: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-05-12,22:35:18.080] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,22:35:24.639] [DEBUG] 6 processes running of frp type [2026-05-12,22:50:16.981] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,22:50:23.571] [DEBUG] 6 processes running of frp type [2026-05-12,23:05:18.190] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,23:05:24.759] [DEBUG] 6 processes running of frp type [2026-05-12,23:20:17.027] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,23:20:23.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-12,23:35:17.270] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,23:35:23.914] [DEBUG] 6 processes running of frp type [2026-05-12,23:50:17.568] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-12,23:50:24.110] [DEBUG] 6 processes running of frp type [2026-05-13,00:05:17.315] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,00:05:23.985] [DEBUG] 6 processes running of frp type [2026-05-13,00:20:17.576] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,00: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-05-13,00:35:17.178] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,00:35:23.929] [DEBUG] 6 processes running of frp type [2026-05-13,00:50:17.908] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,00:50:24.548] [DEBUG] 6 processes running of frp type [2026-05-13,01:05:18.016] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,01:05:24.571] [DEBUG] 6 processes running of frp type [2026-05-13,01:20:18.161] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,01: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' [2026-05-13,01:35:17.604] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,01:35:24.069] [DEBUG] 6 processes running of frp type [2026-05-13,01:50:18.244] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,01:50:24.862] [DEBUG] 6 processes running of frp type [2026-05-13,02:05:17.175] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,02:05:23.796] [DEBUG] 6 processes running of frp type [2026-05-13,02:20:17.105] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,02:20:23.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-05-13,02:35:17.396] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,02:35:23.936] [DEBUG] 6 processes running of frp type [2026-05-13,02:50:17.601] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,02:50:24.177] [DEBUG] 6 processes running of frp type 2026-05-13 03:01:59.263 [I] [client/service.go:294] [a5bb83507ebe2d80] try to connect to server... 2026-05-13 03:02:10.513 [W] [client/service.go:297] [a5bb83507ebe2d80] connect to server error: i/o deadline reached 2026-05-13 03:02:10.514 [I] [client/service.go:294] [a5bb83507ebe2d80] try to connect to server... 2026-05-13 03:02:12.398 [I] [client/service.go:286] [a5bb83507ebe2d80] login to server success, get run id [a5bb83507ebe2d80] 2026-05-13 03:02:12.401 [I] [proxy/proxy_manager.go:173] [a5bb83507ebe2d80] proxy added: [DTN57CC4444] 2026-05-13 03:02:14.614 [I] [client/control.go:168] [a5bb83507ebe2d80] [DTN57CC4444] start proxy success 2026-05-13 03:02:51.136 [I] [client/service.go:294] [a5bb83507ebe2d80] try to connect to server... 2026-05-13 03:02:56.072 [I] [client/service.go:286] [a5bb83507ebe2d80] login to server success, get run id [a5bb83507ebe2d80] 2026-05-13 03:02:56.074 [I] [proxy/proxy_manager.go:173] [a5bb83507ebe2d80] proxy added: [DTN57CC4444] 2026-05-13 03:02:56.292 [I] [client/control.go:168] [a5bb83507ebe2d80] [DTN57CC4444] start proxy success 2026-05-13 03:04:05.784 [I] [client/service.go:294] [a5bb83507ebe2d80] try to connect to server... 2026-05-13 03:04:06.532 [I] [client/service.go:286] [a5bb83507ebe2d80] login to server success, get run id [a5bb83507ebe2d80] 2026-05-13 03:04:06.534 [I] [proxy/proxy_manager.go:173] [a5bb83507ebe2d80] proxy added: [DTN57CC4444] 2026-05-13 03:04:06.771 [I] [client/control.go:168] [a5bb83507ebe2d80] [DTN57CC4444] start proxy success [2026-05-13,03:05:17.395] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,03:05:24.071] [DEBUG] 6 processes running of frp type [2026-05-13,03:20:17.745] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,03: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-05-13,03:35:17.219] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,03:35:23.783] [DEBUG] 6 processes running of frp type [2026-05-13,03:50:17.352] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,03:50:23.937] [DEBUG] 6 processes running of frp type 2026-05-13 04:00:41.375 [I] [client/service.go:294] [a5bb83507ebe2d80] try to connect to server... 2026-05-13 04:00:51.034 [W] [client/service.go:297] [a5bb83507ebe2d80] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-13 04:00:51.035 [I] [client/service.go:294] [a5bb83507ebe2d80] try to connect to server... 2026-05-13 04:00:54.074 [W] [client/service.go:297] [a5bb83507ebe2d80] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-13 04:00:54.075 [I] [client/service.go:294] [a5bb83507ebe2d80] try to connect to server... 2026-05-13 04:00:57.114 [W] [client/service.go:297] [a5bb83507ebe2d80] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-13 04:01:06.378 [I] [client/service.go:294] [a5bb83507ebe2d80] try to connect to server... 2026-05-13 04:01:06.382 [W] [client/service.go:297] [a5bb83507ebe2d80] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-13 04:01:26.383 [I] [client/service.go:294] [a5bb83507ebe2d80] try to connect to server... 2026-05-13 04:01:27.001 [I] [client/service.go:286] [a5bb83507ebe2d80] login to server success, get run id [a5bb83507ebe2d80] 2026-05-13 04:01:27.002 [I] [proxy/proxy_manager.go:173] [a5bb83507ebe2d80] proxy added: [DTN57CC4444] 2026-05-13 04:01:27.208 [I] [client/control.go:168] [a5bb83507ebe2d80] [DTN57CC4444] start proxy success [2026-05-13,04:05:17.129] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,04:05:23.723] [DEBUG] 6 processes running of frp type [2026-05-13,04:20:17.237] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,04: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-05-13,04:35:17.739] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,04:35:24.322] [DEBUG] 6 processes running of frp type [2026-05-13,04:50:17.793] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,04:50:24.326] [DEBUG] 6 processes running of frp type [2026-05-13,05:05:17.557] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,05:05:24.073] [DEBUG] 6 processes running of frp type [2026-05-13,05:20:17.291] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,05: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-05-13,05:35:17.461] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,05:35:24.096] [DEBUG] 6 processes running of frp type [2026-05-13,05:50:17.495] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,05:50:24.053] [DEBUG] 6 processes running of frp type [2026-05-13,06:05:17.455] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,06:05:23.936] [DEBUG] 6 processes running of frp type [2026-05-13,06:20:17.161] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,06: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' [2026-05-13,06:30:42.241] [INFO] Initializing BusSpeedStateManager V2 [2026-05-13,06:30:42.247] [INFO] LocationSqlManager initialising [2026-05-13,06:30:42.248] [INFO] Location DB initialising [2026-05-13,06:30:42.259] [INFO] LocationSqlManager initialisation complete [2026-05-13,06:30:42.260] [DEBUG] UploadManager Init [2026-05-13,06:30:42.261] [DEBUG] UploadManager Init Complete [2026-05-13,06:30:42.265] [INFO] Initializing GPS... [2026-05-13,06:30:42.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' [2026-05-13,06:32:44.991] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,06:32:51.453] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:11.384] [DEBUG] Log Upload Complete! [2026-05-13,06:35:45.175] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-13,06:35:50.145] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,06:35:56.602] [DEBUG] Remote Access Enabled [2026-05-13,06:36:02.770] [INFO] Server Address: 138.201.17.179 [2026-05-13,06:36:02.771] [INFO] Server Port: 7000 [2026-05-13,06:36:02.780] [DEBUG] Starting Remote Access! 2026-05-13 06:36:02.950 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-13 06:36:02.951 [I] [client/service.go:294] try to connect to server... 2026-05-13 06:36:03.524 [I] [client/service.go:286] [fced5acb439ca611] login to server success, get run id [fced5acb439ca611] 2026-05-13 06:36:03.525 [I] [proxy/proxy_manager.go:173] [fced5acb439ca611] proxy added: [DTN57CC4444] 2026-05-13 06:36:03.781 [I] [client/control.go:168] [fced5acb439ca611] [DTN57CC4444] start proxy success [2026-05-13,06:50:17.318] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,06:50:24.102] [DEBUG] 6 processes running of frp type [2026-05-13,07:05:18.023] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,07:05:24.596] [DEBUG] 6 processes running of frp type [2026-05-13,07:20:17.927] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,07:20:24.589] [DEBUG] 6 processes running of frp type 2026-05-13 07:23:08.008 [I] [client/service.go:294] [fced5acb439ca611] try to connect to server... 2026-05-13 07:23:08.781 [I] [client/service.go:286] [fced5acb439ca611] login to server success, get run id [fced5acb439ca611] 2026-05-13 07:23:08.782 [I] [proxy/proxy_manager.go:173] [fced5acb439ca611] proxy added: [DTN57CC4444] 2026-05-13 07:23:09.136 [I] [client/control.go:168] [fced5acb439ca611] [DTN57CC4444] 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-13,07:35:17.546] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,07:35:24.124] [DEBUG] 6 processes running of frp type [2026-05-13,07:50:17.751] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,07:50:24.443] [DEBUG] 6 processes running of frp type [2026-05-13,08:02:17.763] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,08:02:24.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-05-13,08:02:45.026] [DEBUG] Log Upload Complete! [2026-05-13,08:05:18.107] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,08:05:24.828] [DEBUG] 6 processes running of frp type [2026-05-13,08:20:17.196] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,08:20:24.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' [2026-05-13,08:35:17.928] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,08:35:24.557] [DEBUG] 6 processes running of frp type [2026-05-13,08:50:17.701] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,08:50:26.045] [DEBUG] 6 processes running of frp type [2026-05-13,09:05:17.575] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,09:05:27.328] [DEBUG] 6 processes running of frp type [2026-05-13,09:20:17.844] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,09:20:24.563] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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:18.325] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,09:35:25.131] [DEBUG] 6 processes running of frp type [2026-05-13,09:50:17.571] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,09:50:24.310] [DEBUG] 6 processes running of frp type [2026-05-13,10:05:17.728] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,10:05:41.108] [DEBUG] 6 processes running of frp type [2026-05-13,10:20:17.442] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,10: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-13,10:35:17.439] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,10:35:24.046] [DEBUG] 6 processes running of frp type [2026-05-13,10:50:17.396] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,10:50:24.215] [DEBUG] 6 processes running of frp type [2026-05-13,11:05:17.619] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,11:05:24.250] [DEBUG] 6 processes running of frp type [2026-05-13,11:20:17.463] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,11: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-05-13,11:35:17.794] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,11:35:24.493] [DEBUG] 6 processes running of frp type [2026-05-13,11:50:18.204] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,11:50:24.921] [DEBUG] 6 processes running of frp type 2026-05-13 12:01:05.053 [I] [client/service.go:294] [fced5acb439ca611] try to connect to server... 2026-05-13 12:01:15.055 [W] [client/service.go:297] [fced5acb439ca611] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 12:01:15.056 [I] [client/service.go:294] [fced5acb439ca611] try to connect to server... 2026-05-13 12:01:25.058 [W] [client/service.go:297] [fced5acb439ca611] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 12:01:25.059 [I] [client/service.go:294] [fced5acb439ca611] try to connect to server... 2026-05-13 12:01:35.060 [W] [client/service.go:297] [fced5acb439ca611] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 12:01:35.060 [I] [client/service.go:294] [fced5acb439ca611] try to connect to server... 2026-05-13 12:01:45.062 [W] [client/service.go:297] [fced5acb439ca611] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 12:01:45.062 [I] [client/service.go:294] [fced5acb439ca611] try to connect to server... 2026-05-13 12:01:55.064 [W] [client/service.go:297] [fced5acb439ca611] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 12:02:15.066 [I] [client/service.go:294] [fced5acb439ca611] try to connect to server... 2026-05-13 12:02:15.070 [W] [client/service.go:297] [fced5acb439ca611] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-05-13 12:02:35.072 [I] [client/service.go:294] [fced5acb439ca611] try to connect to server... 2026-05-13 12:02:37.821 [I] [client/service.go:286] [fced5acb439ca611] login to server success, get run id [fced5acb439ca611] 2026-05-13 12:02:37.822 [I] [proxy/proxy_manager.go:173] [fced5acb439ca611] proxy added: [DTN57CC4444] 2026-05-13 12:02:38.206 [I] [client/control.go:168] [fced5acb439ca611] [DTN57CC4444] start proxy success [2026-05-13,12:05:17.348] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,12:05:24.040] [DEBUG] 6 processes running of frp type [2026-05-13,12:20:17.300] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,12: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-05-13,12:35:17.803] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,12:35:24.505] [DEBUG] 6 processes running of frp type [2026-05-13,12:50:18.139] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,12:50:24.853] [DEBUG] 6 processes running of frp type [2026-05-13,13:05:17.343] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,13:05:24.146] [DEBUG] 6 processes running of frp type [2026-05-13,12:49:48.281] [INFO] Initializing BusSpeedStateManager V2 [2026-05-13,12:49:48.287] [INFO] LocationSqlManager initialising [2026-05-13,12:49:48.288] [INFO] Location DB initialising [2026-05-13,12:49:48.299] [INFO] LocationSqlManager initialisation complete [2026-05-13,12:49:48.301] [DEBUG] UploadManager Init [2026-05-13,12:49:48.301] [DEBUG] UploadManager Init Complete [2026-05-13,12:49:48.306] [INFO] Initializing GPS... [2026-05-13,12:49:48.309] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_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:11:44.058] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,13:11:50.575] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,13:12:26.397] [DEBUG] Log Upload Complete! [2026-05-13,13:14:44.172] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,13:14:50.766] [DEBUG] Remote Access Enabled [2026-05-13,13:15:02.371] [INFO] Server Address: 138.201.17.179 [2026-05-13,13:15:02.373] [INFO] Server Port: 7000 [2026-05-13,13:15:02.382] [DEBUG] Starting Remote Access! 2026-05-13 13:15:02.542 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-13 13:15:02.542 [I] [client/service.go:294] try to connect to server... 2026-05-13 13:15:03.475 [I] [client/service.go:286] [e8f2c2c6797d810b] login to server success, get run id [e8f2c2c6797d810b] 2026-05-13 13:15:03.476 [I] [proxy/proxy_manager.go:173] [e8f2c2c6797d810b] proxy added: [DTN57CC4444] 2026-05-13 13:15:03.847 [I] [client/control.go:168] [e8f2c2c6797d810b] [DTN57CC4444] start proxy success [2026-05-13,13:20:17.954] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,13: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-05-13 13:29:55.866 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:30:14.698 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:30:14.699 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:30:24.700 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:30:24.701 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:30:34.703 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:30:34.704 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:30:52.682 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:30:52.683 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:31:04.316 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:31:24.318 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:31:43.510 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: i/o deadline reached 2026-05-13 13:32:03.510 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:32:18.453 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:32:38.455 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:32:51.181 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:33:11.182 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:33:32.451 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: i/o deadline reached 2026-05-13 13:33:32.451 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:33:42.453 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:34:02.454 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:34:18.556 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:34:38.557 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:34:55.427 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:35:15.429 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:35:20.811 [I] [client/service.go:286] [e8f2c2c6797d810b] login to server success, get run id [e8f2c2c6797d810b] [2026-05-13,13:35:20.811] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-05-13 13:35:20.813 [I] [proxy/proxy_manager.go:173] [e8f2c2c6797d810b] proxy added: [DTN57CC4444] 2026-05-13 13:35:21.523 [I] [client/control.go:168] [e8f2c2c6797d810b] [DTN57CC4444] start proxy success [2026-05-13,13:35:54.125] [DEBUG] 6 processes running of frp type 2026-05-13 13:37:01.542 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:37:24.216 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: i/o deadline reached 2026-05-13 13:37:24.217 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:37:34.219 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:37:34.220 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:37:48.546 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:37:48.546 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:38:03.711 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:38:03.711 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:38:15.938 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:38:35.940 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:38:45.942 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:39:05.943 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:39:15.945 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:39:35.946 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:39:57.148 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: i/o deadline reached 2026-05-13 13:39:57.149 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:40:08.681 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:40:28.682 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:40:43.674 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:41:03.675 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:41:13.678 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:41:33.680 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:41:43.682 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:42:03.683 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:42:22.428 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:42:42.430 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:43:03.471 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: i/o deadline reached 2026-05-13 13:43:03.472 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:43:16.323 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:43:36.324 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:43:46.540 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:44:06.542 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:44:16.544 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:44:36.545 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:44:55.240 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:45:15.241 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:45:25.244 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:45:45.245 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:46:01.689 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:46:21.690 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:46:31.692 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:46:51.693 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:47:14.033 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: i/o deadline reached 2026-05-13 13:47:14.033 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:47:31.331 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:47:51.333 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:48:01.335 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:48:21.336 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:48:37.374 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:48:57.375 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:49:09.562 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:49:29.563 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:49:42.702 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:50:02.703 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:50:12.706 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:50:32.708 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:50:42.709 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:51:02.711 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:51:12.713 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:51:32.715 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:51:42.717 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:52:02.718 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:52:16.201 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:52:36.202 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:52:46.204 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:53:06.206 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:53:21.467 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:53:41.468 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:53:51.469 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:54:11.471 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:54:29.671 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:54:49.672 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:55:02.013 [I] [client/service.go:286] [e8f2c2c6797d810b] login to server success, get run id [e8f2c2c6797d810b] 2026-05-13 13:55:02.014 [I] [proxy/proxy_manager.go:173] [e8f2c2c6797d810b] proxy added: [DTN57CC4444] 2026-05-13 13:55:14.163 [I] [client/control.go:168] [e8f2c2c6797d810b] [DTN57CC4444] start proxy success 2026-05-13 13:55:37.466 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:55:48.582 [I] [client/service.go:286] [e8f2c2c6797d810b] login to server success, get run id [e8f2c2c6797d810b] 2026-05-13 13:55:48.583 [I] [proxy/proxy_manager.go:173] [e8f2c2c6797d810b] proxy added: [DTN57CC4444] 2026-05-13 13:55:53.396 [I] [client/control.go:168] [e8f2c2c6797d810b] [DTN57CC4444] start proxy success 2026-05-13 13:56:21.071 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:56:33.535 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:56:33.535 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:56:43.536 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:56:43.537 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:56:55.374 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:56:55.374 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:57:05.376 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 13:57:05.377 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:57:20.937 [I] [client/service.go:286] [e8f2c2c6797d810b] login to server success, get run id [e8f2c2c6797d810b] 2026-05-13 13:57:20.939 [I] [proxy/proxy_manager.go:173] [e8f2c2c6797d810b] proxy added: [DTN57CC4444] 2026-05-13 13:57:26.191 [I] [client/control.go:168] [e8f2c2c6797d810b] [DTN57CC4444] start proxy success 2026-05-13 13:57:46.594 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:58:02.936 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 13:58:02.937 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 13:58:14.673 [I] [client/service.go:286] [e8f2c2c6797d810b] login to server success, get run id [e8f2c2c6797d810b] 2026-05-13 13:58:14.674 [I] [proxy/proxy_manager.go:173] [e8f2c2c6797d810b] proxy added: [DTN57CC4444] 2026-05-13 13:58:24.370 [I] [client/control.go:168] [e8f2c2c6797d810b] [DTN57CC4444] start proxy success 2026-05-13 14:02:36.522 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:02:51.221 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: i/o deadline reached 2026-05-13 14:02:51.222 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:03:03.023 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 14:03:03.024 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:03:23.483 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: i/o deadline reached 2026-05-13 14:03:23.484 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:03:47.658 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: i/o deadline reached 2026-05-13 14:03:47.659 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:03:57.661 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 14:04:17.662 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:04:27.665 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 14:04:47.666 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:05:07.473 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: i/o deadline reached 2026-05-13 14:05:27.475 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:05:38.408 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout [2026-05-13,14:05:50.510] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-05-13 14:05:58.409 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:06:08.411 [W] [client/service.go:297] [e8f2c2c6797d810b] 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-aa-39 (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-aa-39 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-05-13 14:06:28.413 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:06:38.415 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 14:06:58.417 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:07:12.246 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 14:07:32.247 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:07:48.847 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 14:08:08.849 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:08:22.212 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 14:08:42.214 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:08:55.167 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: i/o deadline reached 2026-05-13 14:09:15.168 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:09:25.795 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 14:09:45.796 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:09:58.444 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 14:10:18.446 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:10:30.152 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 14:10:50.153 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:11:01.908 [I] [client/service.go:286] [e8f2c2c6797d810b] login to server success, get run id [e8f2c2c6797d810b] 2026-05-13 14:11:01.909 [I] [proxy/proxy_manager.go:173] [e8f2c2c6797d810b] proxy added: [DTN57CC4444] 2026-05-13 14:11:03.065 [I] [client/control.go:168] [e8f2c2c6797d810b] [DTN57CC4444] start proxy success 2026-05-13 14:19:59.620 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:20:11.760 [I] [client/service.go:286] [e8f2c2c6797d810b] login to server success, get run id [e8f2c2c6797d810b] 2026-05-13 14:20:11.762 [I] [proxy/proxy_manager.go:173] [e8f2c2c6797d810b] proxy added: [DTN57CC4444] [2026-05-13,14:20:18.425] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-05-13 14:20:23.255 [I] [client/control.go:168] [e8f2c2c6797d810b] [DTN57CC4444] start proxy success [2026-05-13,14:20:40.909] [DEBUG] 6 processes running of frp type 2026-05-13 14:20:41.301 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:21:01.311 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: i/o deadline reached 2026-05-13 14:21:01.311 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:21:11.313 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 14:21:11.314 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:21:33.734 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: i/o deadline reached 2026-05-13 14:21:33.735 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:21:35.699 [I] [client/service.go:286] [e8f2c2c6797d810b] login to server success, get run id [e8f2c2c6797d810b] 2026-05-13 14:21:35.701 [I] [proxy/proxy_manager.go:173] [e8f2c2c6797d810b] proxy added: [DTN57CC4444] 2026-05-13 14:21:36.451 [I] [client/control.go:168] [e8f2c2c6797d810b] [DTN57CC4444] start proxy success 2026-05-13 14:25:41.891 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:25:51.893 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-13 14:25:51.894 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:25:53.053 [I] [client/service.go:286] [e8f2c2c6797d810b] login to server success, get run id [e8f2c2c6797d810b] 2026-05-13 14:25:53.055 [I] [proxy/proxy_manager.go:173] [e8f2c2c6797d810b] proxy added: [DTN57CC4444] 2026-05-13 14:25:54.056 [I] [client/control.go:168] [e8f2c2c6797d810b] [DTN57CC4444] 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-13,14:35:21.095] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,14:35:48.886] [DEBUG] 6 processes running of frp type 2026-05-13 14:41:38.832 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:41:49.475 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 14:41:49.475 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 14:42:03.873 [I] [client/service.go:286] [e8f2c2c6797d810b] login to server success, get run id [e8f2c2c6797d810b] 2026-05-13 14:42:03.875 [I] [proxy/proxy_manager.go:173] [e8f2c2c6797d810b] proxy added: [DTN57CC4444] 2026-05-13 14:42:07.570 [I] [client/control.go:168] [e8f2c2c6797d810b] [DTN57CC4444] start proxy success [2026-05-13,14:50:17.735] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,14:50:24.376] [DEBUG] 6 processes running of frp type 2026-05-13 15:05:06.012 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... [2026-05-13,15:05:21.588] [DEBUG] Device Mac: 78-22-88-e9-aa-39 2026-05-13 15:05:24.246 [I] [client/service.go:286] [e8f2c2c6797d810b] login to server success, get run id [e8f2c2c6797d810b] 2026-05-13 15:05:24.248 [I] [proxy/proxy_manager.go:173] [e8f2c2c6797d810b] proxy added: [DTN57CC4444] 2026-05-13 15:05:48.676 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 15:06:09.666 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: i/o deadline reached 2026-05-13 15:06:09.666 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 15:06:20.932 [W] [client/service.go:297] [e8f2c2c6797d810b] connect to server error: connection write timeout 2026-05-13 15:06:20.933 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 15:06:31.280 [I] [client/service.go:286] [e8f2c2c6797d810b] login to server success, get run id [e8f2c2c6797d810b] 2026-05-13 15:06:31.282 [I] [proxy/proxy_manager.go:173] [e8f2c2c6797d810b] proxy added: [DTN57CC4444] 2026-05-13 15:06:37.592 [I] [client/control.go:168] [e8f2c2c6797d810b] [DTN57CC4444] start proxy success [2026-05-13,15:06:46.864] [DEBUG] 6 processes running of frp type 2026-05-13 15:07:04.293 [I] [client/service.go:294] [e8f2c2c6797d810b] try to connect to server... 2026-05-13 15:07:13.751 [I] [client/service.go:286] [e8f2c2c6797d810b] login to server success, get run id [e8f2c2c6797d810b] 2026-05-13 15:07:13.753 [I] [proxy/proxy_manager.go:173] [e8f2c2c6797d810b] proxy added: [DTN57CC4444] 2026-05-13 15:07:14.292 [I] [client/control.go:168] [e8f2c2c6797d810b] [DTN57CC4444] start proxy success [2026-05-13,15:20:17.147] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,15: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-05-13,15:35:17.336] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,15:35:24.141] [DEBUG] 6 processes running of frp type [2026-05-13,15:50:18.075] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,15:50:24.743] [DEBUG] 6 processes running of frp type [2026-05-13,16:05:17.230] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,16:05:23.888] [DEBUG] 6 processes running of frp type [2026-05-13,16:20:17.291] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,16: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' [2026-05-13,16:35:17.774] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,16:35:24.528] [DEBUG] 6 processes running of frp type [2026-05-13,16:50:17.214] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,16:50:23.818] [DEBUG] 6 processes running of frp type [2026-05-13,17:05:17.339] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,17:05:24.048] [DEBUG] 6 processes running of frp type [2026-05-13,17:20:17.311] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,17: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-13,17:35:17.747] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,17:35:24.516] [DEBUG] 6 processes running of frp type [2026-05-13,17:50:17.176] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,17:50:23.854] [DEBUG] 6 processes running of frp type [2026-05-13,18:05:17.269] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,18:05:24.196] [DEBUG] 6 processes running of frp type [2026-05-13,18:20:17.471] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,18:20:24.254] [DEBUG] 6 processes running of frp type [2026-05-13,18:25:41.375] [INFO] Initializing BusSpeedStateManager V2 [2026-05-13,18:25:41.384] [INFO] LocationSqlManager initialising [2026-05-13,18:25:41.385] [INFO] Location DB initialising [2026-05-13,18:25:41.401] [INFO] LocationSqlManager initialisation complete [2026-05-13,18:25:41.402] [DEBUG] UploadManager Init [2026-05-13,18:25:41.403] [DEBUG] UploadManager Init Complete [2026-05-13,18:25:41.407] [INFO] Initializing GPS... [2026-05-13,18:25:41.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' [2026-05-13,18:27:45.204] [DEBUG] Device Mac: 78-22-88-e9-aa-39 [2026-05-13,18:27:56.918] [DEBUG] Log Upload Started!